Skip to content

Commit dc1938f

Browse files
committed
chore(release): v0.1.15
1 parent 3fa90b5 commit dc1938f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.1.15
2+
3+
[compare changes](https://github.com/genu/nuxt-ui-formwerk/compare/v0.1.14...v0.1.15)
4+
5+
### 🚀 Enhancements
6+
7+
- Integrate useFormField for devtools support ([febb0622](https://github.com/genu/nuxt-ui-formwerk/commit/febb0622))
8+
9+
### 🩹 Fixes
10+
11+
- Simplify error computation logic in Field component ([4dd5a77e](https://github.com/genu/nuxt-ui-formwerk/commit/4dd5a77e))
12+
- Ensure we quality event handling on the bus ([3fa90b57](https://github.com/genu/nuxt-ui-formwerk/commit/3fa90b57))
13+
14+
### ❤️ Contributors
15+
16+
- Eugen Istoc <eugenistoc@gmail.com>
17+
118
## v0.1.14
219

320
[compare changes](https://github.com/genu/nuxt-ui-formwerk/compare/v0.1.13...v0.1.14)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-ui-formwerk",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "A collection of beautiful, animated UI components for Nuxt applications",
55
"license": "MIT",
66
"repository": "https://github.com/genu/nuxt-ui-formwerk.git",

0 commit comments

Comments
 (0)