Skip to content

Commit abbebff

Browse files
committed
chore(release): v0.7.10
1 parent 4134b20 commit abbebff

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.10
9+
10+
[compare changes](https://github.com/sfxcode/formkit-nuxt-ui/compare/v0.7.8...v0.7.10)
11+
12+
### 🚀 Enhancements
13+
14+
- Add FormKit repeater component for dynamic list management ([c63c6ca](https://github.com/sfxcode/formkit-nuxt-ui/commit/c63c6ca))
15+
- Add UButton component for use in FormKit repeater ([4134b20](https://github.com/sfxcode/formkit-nuxt-ui/commit/4134b20))
16+
17+
### 💅 Refactors
18+
19+
- Update import paths and re-export definitions for better accessibility ([d35932f](https://github.com/sfxcode/formkit-nuxt-ui/commit/d35932f))
20+
- Wrap FormKit components in div for improved structure ([f56cd1b](https://github.com/sfxcode/formkit-nuxt-ui/commit/f56cd1b))
21+
- Wrap content in client-only component for improved rendering ([2dbe95e](https://github.com/sfxcode/formkit-nuxt-ui/commit/2dbe95e))
22+
- Rename repeater component to repeater-sample for clarity ([920f648](https://github.com/sfxcode/formkit-nuxt-ui/commit/920f648))
23+
24+
### 🏡 Chore
25+
26+
- **release:** Bump version to 0.7.9 ([c132ed0](https://github.com/sfxcode/formkit-nuxt-ui/commit/c132ed0))
27+
- Update release script to use minor versioning for changelogen ([b1cd5a0](https://github.com/sfxcode/formkit-nuxt-ui/commit/b1cd5a0))
28+
29+
### ❤️ Contributors
30+
31+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
32+
833
## v0.7.8
934

1035
[compare changes](https://github.com/sfxcode/formkit-nuxt-ui/compare/v0.7.7...v0.7.8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-nuxt-ui",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"description": "FormKit integration for Nuxt UI - Seamlessly connect FormKit form handling with Nuxt UI components",
55
"author": {
66
"name": "Tom",

0 commit comments

Comments
 (0)