Skip to content

Commit 2ec0f96

Browse files
committed
chore(release): v2.5.0
1 parent 69debed commit 2ec0f96

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.5.0
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.4.19...v2.5.0)
4+
5+
### 🚀 Enhancements
6+
7+
- **PrimeOutputText:** IsTranslationKey prop added and i18n handling ([cc51941](https://github.com/sfxcode/formkit-primevue/commit/cc51941))
8+
- **PrimeOutputText:** IsTranslationKey prop added and i18n handling ([69debed](https://github.com/sfxcode/formkit-primevue/commit/69debed))
9+
10+
### 💅 Refactors
11+
12+
- **FormKitDataEdit:** Use FormKit form slots and PrimeVue Button component - try to fix #59 - add some more styling ([#59](https://github.com/sfxcode/formkit-primevue/issues/59))
13+
14+
### ❤️ Contributors
15+
16+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
17+
118
## v2.4.19
219

320
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.4.18...v2.4.19)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "2.4.19",
4+
"version": "2.5.0",
55
"packageManager": "[email protected]+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754",
66
"author": {
77
"name": "Tom",
@@ -72,7 +72,7 @@
7272
"dev": "vite serve dev",
7373
"dev:build": "vite build dev",
7474
"dev:preview": "vite preview dev",
75-
"release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
75+
"release": "npm run lint && npm run build && changelogen --minor --release && npm publish --access public && git push --follow-tags",
7676
"lint": "eslint ./src",
7777
"lint:fix": "eslint . --fix",
7878
"prepublishOnly": "pnpm build",

0 commit comments

Comments
 (0)