Skip to content

Commit ef534a5

Browse files
committed
chore(release): v2.0.2
1 parent 96facc6 commit ef534a5

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v2.0.2
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.0.1...v2.0.2)
4+
5+
### 🩹 Fixes
6+
7+
- **primevue4:** Remove TriStateCheckBox and add direct import of components ([fd8f4a9](https://github.com/sfxcode/formkit-primevue/commit/fd8f4a9))
8+
- **primevue4:** Remove TriStateCheckBox and add direct import of components ([7562160](https://github.com/sfxcode/formkit-primevue/commit/7562160))
9+
- **PrimeInputText:** Add imports ([57d8a39](https://github.com/sfxcode/formkit-primevue/commit/57d8a39))
10+
11+
### 💅 Refactors
12+
13+
- **primevue4:** Remove Imports for input components used by formkit ([f7411f5](https://github.com/sfxcode/formkit-primevue/commit/f7411f5))
14+
- **primevue4:** Some changes in demo app ([4231bbb](https://github.com/sfxcode/formkit-primevue/commit/4231bbb))
15+
- **primevue4:** Some changes in demo app ([c94c961](https://github.com/sfxcode/formkit-primevue/commit/c94c961))
16+
- **Toast:** Show header in meessage ([7a53172](https://github.com/sfxcode/formkit-primevue/commit/7a53172))
17+
18+
### 🏡 Chore
19+
20+
- **build:** Add pnpm as default package manager ([96facc6](https://github.com/sfxcode/formkit-primevue/commit/96facc6))
21+
22+
### ❤️ Contributors
23+
24+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
25+
126
## v2.0.1
227

328
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.0.0...v2.0.1)

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.0.1",
4+
"version": "2.0.2",
55
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
66
"author": {
77
"name": "Tom",

0 commit comments

Comments
 (0)