Skip to content

Commit 0a696f0

Browse files
committed
chore(release): v1.3.0
1 parent 95ea0a4 commit 0a696f0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -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",

0 commit comments

Comments
 (0)