diff --git a/packages/frameworks/solid/CHANGELOG.md b/packages/frameworks/solid/CHANGELOG.md index 06d3c9444f..12c2af0a58 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.0.1] - 2024-01-30 + ### Fixed - Resolved an issue that for some components the types were not being generated correctly. diff --git a/packages/frameworks/solid/package.json b/packages/frameworks/solid/package.json index 9da7ee225c..b7bae65cb5 100644 --- a/packages/frameworks/solid/package.json +++ b/packages/frameworks/solid/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/solid", - "version": "2.0.0", + "version": "2.0.1", "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.", "keywords": [], "homepage": "https://ark-ui.com",