Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 18, 2024
1 parent 0e79e30 commit ead1381
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit ead1381

Please sign in to comment.