Skip to content

Commit 11a9b7c

Browse files
committed
chore(release): v2.2.0
1 parent 3c95f3e commit 11a9b7c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## v2.2.0
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.0.6...v2.2.0)
4+
5+
### 🚀 Enhancements
6+
7+
- Add missing definitions ([39e1ea9](https://github.com/sfxcode/formkit-primevue/commit/39e1ea9))
8+
9+
### 🩹 Fixes
10+
11+
- PrimeInputSwitch => primeToggleSwitch ([529c603](https://github.com/sfxcode/formkit-primevue/commit/529c603))
12+
13+
### 💅 Refactors
14+
15+
- **demo:** Remove chips ([695bc64](https://github.com/sfxcode/formkit-primevue/commit/695bc64))
16+
- Move styleClasses functions from useFormKitInput ([a09d242](https://github.com/sfxcode/formkit-primevue/commit/a09d242))
17+
- Move styleClasses functions from useFormKitInput ([12368c0](https://github.com/sfxcode/formkit-primevue/commit/12368c0))
18+
- Use styleClass and some functions from useFormKitInput ([71aae45](https://github.com/sfxcode/formkit-primevue/commit/71aae45))
19+
- Add composable for common input functions ([111fd1e](https://github.com/sfxcode/formkit-primevue/commit/111fd1e))
20+
- Use new wrapperClass and add some new samples ([8b32d18](https://github.com/sfxcode/formkit-primevue/commit/8b32d18))
21+
22+
### 📖 Documentation
23+
24+
- **readme:** Update for PrimeVue 4 ([0e7f0f8](https://github.com/sfxcode/formkit-primevue/commit/0e7f0f8))
25+
26+
### 🏡 Chore
27+
28+
- **release:** Prepare 2.1 Releases and update dependencies ([962f4fa](https://github.com/sfxcode/formkit-primevue/commit/962f4fa))
29+
30+
### ❤️ Contributors
31+
32+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
33+
134
## v2.0.6
235

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
66
"author": {
77
"name": "Tom",

0 commit comments

Comments
 (0)