File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
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+
416## v1.2.15
517
618[ 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 11{
22 "name" : " @sfxcode/formkit-primevue-nuxt" ,
3- "version" : " 1.2.15 " ,
3+ "version" : " 1.3.0 " ,
44 "description" : " FormKit PrimeVue nuxt module" ,
55 "homepage" : " https://github.com/sfxcode/formkit-primevue-nuxt" ,
66 "repository" : " https://github.com/sfxcode/formkit-primevue-nuxt" ,
2626 "dev" : " nuxi dev playground" ,
2727 "dev:build" : " nuxi build playground" ,
2828 "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" ,
3030 "lint" : " eslint ." ,
3131 "lint:fix" : " eslint --fix ." ,
3232 "test" : " vitest run" ,
You can’t perform that action at this time.
0 commit comments