Skip to content

Commit

Permalink
chore: release @ark-ui/react v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jun 3, 2023
1 parent 3a23ce7 commit 051a73b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
[0.6.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 051a73b

@vercel
Copy link

@vercel vercel bot commented on 051a73b Jun 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.