Skip to content

Commit 3e672ad

Browse files
committed
chore(release): v1.0.2
1 parent 43a8e04 commit 3e672ad

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## v1.0.2
9+
10+
[compare changes](https://github.com/sfxcode/nuxt-ui-formkit/compare/v1.0.1...v1.0.2)
11+
12+
### 🚀 Enhancements
13+
14+
- Add comprehensive forms for checkout, contact, event registration, job application, and user profile as real world examples ([d3d5e12](https://github.com/sfxcode/nuxt-ui-formkit/commit/d3d5e12))
15+
- Enhance repeater component with improved button handling and dynamic sizing ([d79b194](https://github.com/sfxcode/nuxt-ui-formkit/commit/d79b194))
16+
- Update repeater sample component with enhanced button configurations and dynamic class assignments ([43a8e04](https://github.com/sfxcode/nuxt-ui-formkit/commit/43a8e04))
17+
18+
### ❤️ Contributors
19+
20+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
21+
822
## v1.0.1
923

1024
[compare changes](https://github.com/sfxcode/nuxt-ui-formkit/compare/v0.11.0...v1.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/nuxt-ui-formkit",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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)