Skip to content

Commit 1254b65

Browse files
committed
chore(release): v1.3.10
1 parent e6ff487 commit 1254b65

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

33

4+
## v1.3.10
5+
6+
[compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.3.9...v1.3.10)
7+
8+
### 🩹 Fixes
9+
10+
- **FormkitComponent:** Change data binding from v-bind to v-model ([b8e2a77](https://github.com/sfxcode/formkit-primevue-nuxt/commit/b8e2a77))
11+
12+
### 💅 Refactors
13+
14+
- **playground:** Deal with primevue delayed css loading issue when ssr is set to true ([2681fe2](https://github.com/sfxcode/formkit-primevue-nuxt/commit/2681fe2))
15+
16+
### 🏡 Chore
17+
18+
- **package:** Update dependencies to latest versions ([e6ff487](https://github.com/sfxcode/formkit-primevue-nuxt/commit/e6ff487))
19+
20+
### ✅ Tests
21+
22+
- **basic:** Increase timeout for server-rendered page response to 6 minutes ([f38e19d](https://github.com/sfxcode/formkit-primevue-nuxt/commit/f38e19d))
23+
- **vitest:** Add configuration for test hook timeout of 6 minutes ([b2113a4](https://github.com/sfxcode/formkit-primevue-nuxt/commit/b2113a4))
24+
- **vitest:** Add configuration for test hook timeout of 6 minutes ([1efa3b2](https://github.com/sfxcode/formkit-primevue-nuxt/commit/1efa3b2))
25+
26+
### ❤️ Contributors
27+
28+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
29+
430
## v1.3.9
531

632
[compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.3.8...v1.3.9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue-nuxt",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "FormKit PrimeVue nuxt module",
55
"homepage": "https://github.com/sfxcode/formkit-primevue-nuxt",
66
"repository": "https://github.com/sfxcode/formkit-primevue-nuxt",

0 commit comments

Comments
 (0)