From e9832700f967d434a8f7560c7e932b4104b233b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Schr=C3=B6ter?= Date: Tue, 30 Jan 2024 13:27:02 +0000 Subject: [PATCH] chore: release @ark-ui/solid v2.0.1 --- packages/frameworks/solid/CHANGELOG.md | 2 ++ packages/frameworks/solid/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",