From 051a73bd55c34e48715baaa05d974b2aece84804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Schr=C3=B6ter?= Date: Sat, 3 Jun 2023 21:56:23 +0000 Subject: [PATCH] chore: release @ark-ui/react v0.6.0 --- packages/react/CHANGELOG.md | 5 +++++ packages/react/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9fa8c11881..98346e59c1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file ## [Unreleased] +## [0.6.0] - 2023-06-03 + ### Added - Added `Avatar` component @@ -79,3 +81,6 @@ description: All notable changes to this project will be documented in this file - Add `TagsInput` - Add `Toast` - Add `Tooltip` + +[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.6.0...HEAD +[0.6.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.6.0 diff --git a/packages/react/package.json b/packages/react/package.json index bb6ae53603..55fb7203d0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/react", - "version": "0.5.0", + "version": "0.6.0", "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.", "keywords": [ "react",