diff --git a/packages/frameworks/react/CHANGELOG.md b/packages/frameworks/react/CHANGELOG.md index ee4946768b..f404fa2618 100644 --- a/packages/frameworks/react/CHANGELOG.md +++ b/packages/frameworks/react/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file ## [Unreleased] +## [2.0.0] - 2024-01-30 + ### Added - Added `TreeView` component diff --git a/packages/frameworks/react/package.json b/packages/frameworks/react/package.json index e39cf439e4..f4bbc7c2eb 100644 --- a/packages/frameworks/react/package.json +++ b/packages/frameworks/react/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/react", - "version": "1.3.0", + "version": "2.0.0", "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.", "keywords": [], "homepage": "https://ark-ui.com",