From da1b64bb6c5f7aeec12338280f21aceb7e9390fe Mon Sep 17 00:00:00 2001 From: iamdin Date: Thu, 5 Oct 2023 14:38:12 +0800 Subject: [PATCH] chore(release): v0.0.9 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9770207..8cfced6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.0.9 + +[compare changes](https://github.com/iamdin/nuxt-ark-ui/compare/v0.0.8...v0.0.9) + +### 🚀 Enhancements + +- Update export components for 0.8.0 ([95014ce](https://github.com/iamdin/nuxt-ark-ui/commit/95014ce)) + +### 🏡 Chore + +- Update deps ([0845b21](https://github.com/iamdin/nuxt-ark-ui/commit/0845b21)) +- Update nuxt ([202d165](https://github.com/iamdin/nuxt-ark-ui/commit/202d165)) +- Update nuxt ([32d369c](https://github.com/iamdin/nuxt-ark-ui/commit/32d369c)) + +### ❤️ Contributors + +- Iamdin + ## v0.0.8 [compare changes](https://github.com/iamdin/nuxt-ark-ui/compare/v0.0.7...v0.0.8) diff --git a/package.json b/package.json index ba9127e..184cf30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-ark-ui", - "version": "0.0.8", + "version": "0.0.9", "description": "Ark UI module for Nuxt", "homepage": "https://github.com/iamdin/nuxt-ark-ui#readme", "repository": { @@ -61,4 +61,4 @@ "peerDependencies": { "@ark-ui/vue": "^0.5.3" } -} +} \ No newline at end of file