Skip to content

Commit e3a0730

Browse files
committed
chore(release): v2.1.8
1 parent 59bae95 commit e3a0730

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v2.1.8
5+
6+
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.7...v2.1.8)
7+
8+
### 🏡 Chore
9+
10+
- **package:** Update to formkit-primevue-nuxt module 1.2.2, add needed formkit.config.ts and modify nuxt.config.ts to changed properties for formkitPrimevue ([59bae95](https://github.com/sfxcode/nuxt3-primevue-starter/commit/59bae95))
11+
12+
### ❤️ Contributors
13+
14+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
15+
416
## v2.1.7
517

618
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.5...v2.1.7)

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.1.7",
4+
"version": "2.1.8",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",
@@ -55,7 +55,6 @@
5555
"unstorage": "^1.13.1",
5656
"vitest": "^2.1.5",
5757
"vue-sidebar-menu": "^5.4.2"
58-
5958
},
6059
"packageManager": "pnpm@9.13.2+sha256.ccce81bf7498c5f0f80e31749c1f8f03baba99d168f64590fc7e13fad3ea1938"
6160
}

0 commit comments

Comments
 (0)