diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d5bb7..2aaf5bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v1.2.0 + +[compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.1.7...v1.2.0) + +### 💅 Refactors + +- **formkit-nuxt:** Replace plugin installation of formkit with formkit-nuxt ([6ee99eb](https://github.com/sfxcode/formkit-primevue-nuxt/commit/6ee99eb)) + +### 📖 Documentation + +- Use formkit nuxt ([34d0681](https://github.com/sfxcode/formkit-primevue-nuxt/commit/34d0681)) + +### ❤️ Contributors + +- Sfxcode ([@sfxcode](http://github.com/sfxcode)) + ## v1.1.7 [compare changes](https://github.com/sfxcode/formkit-primevue-nuxt/compare/v1.1.6...v1.1.7) diff --git a/package.json b/package.json index cf82002..2cc5b1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sfxcode/formkit-primevue-nuxt", - "version": "1.1.7", + "version": "1.2.0", "description": "FormKit PrimeVue nuxt module", "homepage": "https://github.com/sfxcode/formkit-primevue-nuxt", "repository": "https://github.com/sfxcode/formkit-primevue-nuxt", @@ -26,7 +26,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", - "release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags", + "release": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "vitest run", @@ -37,9 +37,8 @@ "@nuxt/kit": "^3.14.159", "@nuxtjs/i18n": "^8.5.6", "@primevue/nuxt-module": "^4.2.2", - "@sfxcode/formkit-primevue": "^2.6.7" - "@formkit/nuxt": "^1.6.9", - "@sfxcode/formkit-primevue": "^2.6.6" + "@sfxcode/formkit-primevue": "^2.6.7", + "@formkit/nuxt": "^1.6.9" }, "devDependencies": { "@nuxt/devtools": "^1.6.0",