diff --git a/packages/frameworks/solid/CHANGELOG.md b/packages/frameworks/solid/CHANGELOG.md index 9058ee9494..b842cf8b88 100644 --- a/packages/frameworks/solid/CHANGELOG.md +++ b/packages/frameworks/solid/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file ## [Unreleased] +## [2.1.0] - 2024-02-14 + ### Added - Introduced `Clipboard` component. Refer to the [documentation](https://ark-ui.com/docs/components/clipboard) for details. diff --git a/packages/frameworks/solid/package.json b/packages/frameworks/solid/package.json index fb61659022..e10ea77d29 100644 --- a/packages/frameworks/solid/package.json +++ b/packages/frameworks/solid/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/solid", - "version": "2.0.1", + "version": "2.1.0", "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.", "keywords": [], "homepage": "https://ark-ui.com",