File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v1.3.0
5
+
6
+ [ compare changes] ( https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.2.15...v1.3.0 )
7
+
8
+ ### 🏡 Chore
9
+
10
+ - ** dependencies:** Update to formkit/primevue 2.8.0 ([ 95ea0a4] ( https://github.com/sfxcode/formkit-primevue-nuxt/commit/95ea0a4 ) )
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Sfxcode ([ @sfxcode ] ( https://github.com/sfxcode ) )
15
+
4
16
## v1.2.15
5
17
6
18
[ compare changes] ( https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.2.14...v1.2.15 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sfxcode/formkit-primevue-nuxt" ,
3
- "version" : " 1.2.15 " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " FormKit PrimeVue nuxt module" ,
5
5
"homepage" : " https://github.com/sfxcode/formkit-primevue-nuxt" ,
6
6
"repository" : " https://github.com/sfxcode/formkit-primevue-nuxt" ,
26
26
"dev" : " nuxi dev playground" ,
27
27
"dev:build" : " nuxi build playground" ,
28
28
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
29
- "release" : " npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags" ,
29
+ "release" : " npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags" ,
30
30
"lint" : " eslint ." ,
31
31
"lint:fix" : " eslint --fix ." ,
32
32
"test" : " vitest run" ,
You can’t perform that action at this time.
0 commit comments