Skip to content

Commit 6254879

Browse files
committed
chore(release): v2.9.4
1 parent d014e15 commit 6254879

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v2.9.4
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.9.3...v2.9.4)
4+
5+
### 💅 Refactors
6+
7+
- Better deal with nullish values ([6299a59](https://github.com/sfxcode/formkit-primevue/commit/6299a59))
8+
- Make h and m case insensitive ([a9c1252](https://github.com/sfxcode/formkit-primevue/commit/a9c1252))
9+
- Tests ([5ac3b77](https://github.com/sfxcode/formkit-primevue/commit/5ac3b77))
10+
- Make code null safe and add tests ([fc23eba](https://github.com/sfxcode/formkit-primevue/commit/fc23eba))
11+
- Make code null safe ([899c244](https://github.com/sfxcode/formkit-primevue/commit/899c244))
12+
13+
### 🎨 Styles
14+
15+
- **linting:** Fix error ([2c39e2b](https://github.com/sfxcode/formkit-primevue/commit/2c39e2b))
16+
- **linting:** Fix error ([fa70814](https://github.com/sfxcode/formkit-primevue/commit/fa70814))
17+
- **linting:** Fix error ([d014e15](https://github.com/sfxcode/formkit-primevue/commit/d014e15))
18+
19+
### ❤️ Contributors
20+
21+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
22+
123
## v2.9.3
224

325
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v2.9.2...v2.9.3)

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

0 commit comments

Comments
 (0)