Skip to content

Commit 897820a

Browse files
committed
chore(release): v0.7.3
1 parent 9c6558a commit 897820a

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.7.3
9+
10+
[compare changes](https://github.com/sfxcode/formkit-nuxt-ui/compare/v0.7.2...v0.7.3)
11+
12+
### 🚀 Enhancements
13+
14+
- Add support for multiple output types in FUOutputText component ([ef41a71](https://github.com/sfxcode/formkit-nuxt-ui/commit/ef41a71))
15+
- Extend FormKitInputProps with additional Nuxt UI input and output components ([941f82b](https://github.com/sfxcode/formkit-nuxt-ui/commit/941f82b))
16+
- Add Nuxt UI input and output components to FormKitInputProps to runtime index.ts ([9c6558a](https://github.com/sfxcode/formkit-nuxt-ui/commit/9c6558a))
17+
18+
### 🩹 Fixes
19+
20+
- Update icon class binding in FUIcon components ([9df6727](https://github.com/sfxcode/formkit-nuxt-ui/commit/9df6727))
21+
22+
### ❤️ Contributors
23+
24+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
25+
826
## v0.7.2
927

1028
[compare changes](https://github.com/sfxcode/formkit-nuxt-ui/compare/v0.7.1...v0.7.2)

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-nuxt-ui",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "FormKit integration for Nuxt UI - Seamlessly connect FormKit form handling with Nuxt UI components",
55
"author": {
66
"name": "Tom",
@@ -48,7 +48,6 @@
4848
".": [
4949
"./dist/types.d.mts",
5050
"./dist/runtime/index.d.ts"
51-
5251
]
5352
}
5453
},

0 commit comments

Comments
 (0)