Skip to content

Commit fcfb2f7

Browse files
committed
chore(release): v1.9.6
1 parent 0a318c7 commit fcfb2f7

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v1.9.6
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v1.9.5...v1.9.6)
4+
5+
### 🩹 Fixes
6+
7+
- Allow reactivity of icon attribute ([34feb7a](https://github.com/sfxcode/formkit-primevue/commit/34feb7a))
8+
- Remove debug output in html ([d9b4ca6](https://github.com/sfxcode/formkit-primevue/commit/d9b4ca6))
9+
- Use icon and iconPosition prop defined in formkit component, to allow kebab-cased props in non-schema definitions ([c7d61b4](https://github.com/sfxcode/formkit-primevue/commit/c7d61b4))
10+
11+
### 📖 Documentation
12+
13+
- Update CHANGELOG.md for v1.9.5 [skip ci] ([b801812](https://github.com/sfxcode/formkit-primevue/commit/b801812))
14+
15+
### 🏡 Chore
16+
17+
- **release:** Add unjs / changelogen ([0a318c7](https://github.com/sfxcode/formkit-primevue/commit/0a318c7))
18+
19+
### ❤️ Contributors
20+
21+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
22+
23+
124
## [v1.9.5] - 2024-03-16
225
### :wrench: Chores
326
- [`c75fb09`](https://github.com/sfxcode/formkit-primevue/commit/c75fb09e184a54c1b93cb5bb421c02a4ac219401) - **dependencies**: Update PrimeVue to 3.50 *(commit by [@sfxcode](https://github.com/sfxcode))*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "1.9.5",
4+
"version": "1.9.6",
55
"author": {
66
"name": "Tom",
77
"email": "[email protected]"
@@ -120,4 +120,4 @@
120120
"vue-router": "^4.3.0",
121121
"vue-tsc": "^2.0.6"
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)