|
1 | 1 | { |
2 | 2 | "name": "@sfxcode/formkit-primevue-nuxt", |
3 | | - "version": "1.1.7", |
| 3 | + "version": "1.2.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", |
|
37 | 37 | "@nuxt/kit": "^3.14.159", |
38 | 38 | "@nuxtjs/i18n": "^8.5.6", |
39 | 39 | "@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" |
43 | 42 | }, |
44 | 43 | "devDependencies": { |
45 | 44 | "@nuxt/devtools": "^1.6.0", |
|
0 commit comments