Skip to content

Commit 22a7fe5

Browse files
committed
chore(release): v3.0.5
1 parent 47bddc2 commit 22a7fe5

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v3.0.5
2+
3+
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v3.0.4...v3.0.5)
4+
5+
### 🚀 Enhancements
6+
7+
- Add PrimeVue input and output components documentation ([6ded983](https://github.com/sfxcode/formkit-primevue/commit/6ded983))
8+
- Add PrimeVue input and output components documentation ([053aee3](https://github.com/sfxcode/formkit-primevue/commit/053aee3))
9+
- Add i18n documentation and update guide with new I18n section ([bc2e97c](https://github.com/sfxcode/formkit-primevue/commit/bc2e97c))
10+
11+
### 🩹 Fixes
12+
13+
- Correct formatting and remove trailing newlines in documentation files ([e6ac329](https://github.com/sfxcode/formkit-primevue/commit/e6ac329))
14+
- Handle undefined values in duration parsing for useOutputDuration function ([c0ef710](https://github.com/sfxcode/formkit-primevue/commit/c0ef710))
15+
- Improve duration parsing by using destructuring and default values ([47bddc2](https://github.com/sfxcode/formkit-primevue/commit/47bddc2))
16+
17+
### 💅 Refactors
18+
19+
- Remove unused DisplayComponents and DisplayOutputComponents ([f40fbc0](https://github.com/sfxcode/formkit-primevue/commit/f40fbc0))
20+
21+
### 🏡 Chore
22+
23+
- Use linting ([bc41862](https://github.com/sfxcode/formkit-primevue/commit/bc41862))
24+
- Update package dependencies and package manager version including primevue 4.3.8 ([b9e884d](https://github.com/sfxcode/formkit-primevue/commit/b9e884d))
25+
26+
### ❤️ Contributors
27+
28+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
29+
130
## v3.0.4
231

332
[compare changes](https://github.com/sfxcode/formkit-primevue/compare/v3.0.3...v3.0.4)

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

0 commit comments

Comments
 (0)