Skip to content

Commit ead1381

Browse files
committed
chore(release): v1.2.0
1 parent 0e79e30 commit ead1381

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

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

33

4+
## v1.2.0
5+
6+
[compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.1.7...v1.2.0)
7+
8+
### 💅 Refactors
9+
10+
- **formkit-nuxt:** Replace plugin installation of formkit with formkit-nuxt ([6ee99eb](https://github.com/sfxcode/formkit-primevue-nuxt/commit/6ee99eb))
11+
12+
### 📖 Documentation
13+
14+
- Use formkit nuxt ([34d0681](https://github.com/sfxcode/formkit-primevue-nuxt/commit/34d0681))
15+
16+
### ❤️ Contributors
17+
18+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
19+
420
## v1.1.7
521

622
[compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.1.6...v1.1.7)

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue-nuxt",
3-
"version": "1.1.7",
3+
"version": "1.2.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",
@@ -26,7 +26,7 @@
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",
@@ -37,9 +37,8 @@
3737
"@nuxt/kit": "^3.14.159",
3838
"@nuxtjs/i18n": "^8.5.6",
3939
"@primevue/nuxt-module": "^4.2.2",
40-
"@sfxcode/formkit-primevue": "^2.6.7"
41-
"@formkit/nuxt": "^1.6.9",
42-
"@sfxcode/formkit-primevue": "^2.6.6"
40+
"@sfxcode/formkit-primevue": "^2.6.7",
41+
"@formkit/nuxt": "^1.6.9"
4342
},
4443
"devDependencies": {
4544
"@nuxt/devtools": "^1.6.0",

0 commit comments

Comments
 (0)