From 2a5527d6a6c32be79d0b721ab3dd5883d7af9c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Korczak?= Date: Thu, 8 Feb 2024 20:53:31 +0000 Subject: [PATCH] chore: release @ark-ui/vue v0.11.0 --- packages/frameworks/vue/CHANGELOG.md | 2 ++ packages/frameworks/vue/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/frameworks/vue/CHANGELOG.md b/packages/frameworks/vue/CHANGELOG.md index 73bebcdfbc..b391242277 100644 --- a/packages/frameworks/vue/CHANGELOG.md +++ b/packages/frameworks/vue/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file ## [Unreleased] +## [0.11.0] - 2024-02-08 + ### Added - Added `TreeView` component diff --git a/packages/frameworks/vue/package.json b/packages/frameworks/vue/package.json index 640aa889e2..10ebf08230 100644 --- a/packages/frameworks/vue/package.json +++ b/packages/frameworks/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/vue", - "version": "0.10.0", + "version": "0.11.0", "description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.", "keywords": [], "homepage": "https://ark-ui.com",