Skip to content

Commit 692c74f

Browse files
committed
chore(release): v3.0.1
1 parent 54e8dc6 commit 692c74f

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+
## v3.0.1
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v3.0.0...v3.0.1)
4+
5+
### 🚀 Enhancements
6+
7+
- Add prefix and suffix icon click handlers to output components ([838a607](https://github.com/sfxcode/formkit-primevue/commit/838a607))
8+
- Remove Editor route from AppTopbar navigation ([ee3e0f7](https://github.com/sfxcode/formkit-primevue/commit/ee3e0f7))
9+
- Replace FormKit components with custom FormKitDataEdit and FormKitDataView ([4a129a9](https://github.com/sfxcode/formkit-primevue/commit/4a129a9))
10+
- Add help text to InputText component ([014e4ea](https://github.com/sfxcode/formkit-primevue/commit/014e4ea))
11+
- Add demo label plugin for FormKit nodes with help text support by title and hide help section ([a44d2a2](https://github.com/sfxcode/formkit-primevue/commit/a44d2a2))
12+
- Add PrimeLabel component with help text support for FormKit nodes showing custom plugin sample for demo ([d4023e3](https://github.com/sfxcode/formkit-primevue/commit/d4023e3))
13+
- Remove unused inputClass variable from PrimeInput component ([bcf5b93](https://github.com/sfxcode/formkit-primevue/commit/bcf5b93))
14+
- Add type safety to iconClass and onClick props in FormKit components ([7dcd135](https://github.com/sfxcode/formkit-primevue/commit/7dcd135))
15+
- Remove unused imports of defineProps in FormKitIcon, FormKitPrefix, and FormKitSuffix components ([54e8dc6](https://github.com/sfxcode/formkit-primevue/commit/54e8dc6))
16+
17+
### 🏡 Chore
18+
19+
- **release:** Update release script to use patch versioning ([18affbb](https://github.com/sfxcode/formkit-primevue/commit/18affbb))
20+
- Update package versions in package.json and pnpm-lock.yaml ([12c112f](https://github.com/sfxcode/formkit-primevue/commit/12c112f))
21+
22+
### ❤️ Contributors
23+
24+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
25+
126
## v3.0.0
227

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

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": "3.0.0",
4+
"version": "3.0.1",
55
"packageManager": "[email protected]+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
66
"author": {
77
"name": "Tom",

0 commit comments

Comments
 (0)