Skip to content

Commit c3d2bde

Browse files
committed
chore(release): v2.9.0
1 parent 76054a4 commit c3d2bde

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v2.9.0
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.8.7...v2.9.0)
4+
5+
### 💅 Refactors
6+
7+
- **Editor:** ⚠️ Make Editor Optional ([bd92474](https://github.com/sfxcode/formkit-primevue/commit/bd92474))
8+
- **dependencies:** ⚠️ Make @formkit/drag-and-drop Optional - because it is only used in demo app ([b27924d](https://github.com/sfxcode/formkit-primevue/commit/b27924d))
9+
- **dependencies:** ⚠️ Make vue-i18n Optional - because it is only used if register primeOutput components - needs to be imported if needed ([0cf32cc](https://github.com/sfxcode/formkit-primevue/commit/0cf32cc))
10+
11+
### 🏡 Chore
12+
13+
- **release:** Change next version to minor ([76054a4](https://github.com/sfxcode/formkit-primevue/commit/76054a4))
14+
15+
#### ⚠️ Breaking Changes
16+
17+
- **Editor:** ⚠️ Make Editor Optional ([bd92474](https://github.com/sfxcode/formkit-primevue/commit/bd92474))
18+
- **dependencies:** ⚠️ Make @formkit/drag-and-drop Optional - because it is only used in demo app ([b27924d](https://github.com/sfxcode/formkit-primevue/commit/b27924d))
19+
- **dependencies:** ⚠️ Make vue-i18n Optional - because it is only used if register primeOutput components - needs to be imported if needed ([0cf32cc](https://github.com/sfxcode/formkit-primevue/commit/0cf32cc))
20+
21+
### ❤️ Contributors
22+
23+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
24+
125
## v2.8.7
226

327
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.8.6...v2.8.7)

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

0 commit comments

Comments
 (0)