Skip to content

Commit d53afc5

Browse files
committed
chore(release): v0.11.0
1 parent d0d3fd8 commit d53afc5

2 files changed

Lines changed: 19 additions & 1 deletion

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.11.0
9+
10+
[compare changes](https://github.com/sfxcode/nuxt-ui-formkit/compare/v0.10.0...v0.11.0)
11+
12+
### 🚀 Enhancements
13+
14+
- Enable experimental viteEnvironmentApi in nuxt.config.ts - fixes problem with actual nuxt 4.4.4 version and ssr: false ([3713c89](https://github.com/sfxcode/nuxt-ui-formkit/commit/3713c89))
15+
16+
### 🩹 Fixes
17+
18+
- Update project title in README for clarity ([ffd5764](https://github.com/sfxcode/nuxt-ui-formkit/commit/ffd5764))
19+
- Clarify usage of nuxtUIListbox in README ([27e7599](https://github.com/sfxcode/nuxt-ui-formkit/commit/27e7599))
20+
- Update dependencies in package.json for compatibility and improvements ([d0d3fd8](https://github.com/sfxcode/nuxt-ui-formkit/commit/d0d3fd8))
21+
22+
### ❤️ Contributors
23+
24+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
25+
826
## v0.10.0
927

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

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": "0.10.0",
3+
"version": "0.11.0",
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)