Skip to content

Commit

Permalink
chore(release): v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Oct 3, 2024
1 parent 69debed commit 2ec0f96
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v2.5.0

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

### 🚀 Enhancements

- **PrimeOutputText:** IsTranslationKey prop added and i18n handling ([cc51941](https://github.com/sfxcode/formkit-primevue/commit/cc51941))
- **PrimeOutputText:** IsTranslationKey prop added and i18n handling ([69debed](https://github.com/sfxcode/formkit-primevue/commit/69debed))

### 💅 Refactors

- **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))

### ❤️ Contributors

- Sfxcode ([@sfxcode](http://github.com/sfxcode))

## v2.4.19

[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.4.18...v2.4.19)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sfxcode/formkit-primevue",
"type": "module",
"version": "2.4.19",
"version": "2.5.0",
"packageManager": "pnpm@9.11.0+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754",
"author": {
"name": "Tom",
Expand Down Expand Up @@ -72,7 +72,7 @@
"dev": "vite serve dev",
"dev:build": "vite build dev",
"dev:preview": "vite preview dev",
"release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
"release": "npm run lint && npm run build && changelogen --minor --release && npm publish --access public && git push --follow-tags",
"lint": "eslint ./src",
"lint:fix": "eslint . --fix",
"prepublishOnly": "pnpm build",
Expand Down

0 comments on commit 2ec0f96

Please # to comment.