Skip to content

Commit

Permalink
chore(release): v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jul 14, 2024
1 parent 3c95f3e commit 11a9b7c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## v2.2.0

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

### 🚀 Enhancements

- Add missing definitions ([39e1ea9](https://github.com/sfxcode/formkit-primevue/commit/39e1ea9))

### 🩹 Fixes

- PrimeInputSwitch => primeToggleSwitch ([529c603](https://github.com/sfxcode/formkit-primevue/commit/529c603))

### 💅 Refactors

- **demo:** Remove chips ([695bc64](https://github.com/sfxcode/formkit-primevue/commit/695bc64))
- Move styleClasses functions from useFormKitInput ([a09d242](https://github.com/sfxcode/formkit-primevue/commit/a09d242))
- Move styleClasses functions from useFormKitInput ([12368c0](https://github.com/sfxcode/formkit-primevue/commit/12368c0))
- Use styleClass and some functions from useFormKitInput ([71aae45](https://github.com/sfxcode/formkit-primevue/commit/71aae45))
- Add composable for common input functions ([111fd1e](https://github.com/sfxcode/formkit-primevue/commit/111fd1e))
- Use new wrapperClass and add some new samples ([8b32d18](https://github.com/sfxcode/formkit-primevue/commit/8b32d18))

### 📖 Documentation

- **readme:** Update for PrimeVue 4 ([0e7f0f8](https://github.com/sfxcode/formkit-primevue/commit/0e7f0f8))

### 🏡 Chore

- **release:** Prepare 2.1 Releases and update dependencies ([962f4fa](https://github.com/sfxcode/formkit-primevue/commit/962f4fa))

### ❤️ Contributors

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

## v2.0.6

[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.0.5...v2.0.6)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sfxcode/formkit-primevue",
"type": "module",
"version": "2.1.0",
"version": "2.2.0",
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
"author": {
"name": "Tom",
Expand Down

0 comments on commit 11a9b7c

Please sign in to comment.