From 643fca68b54096de4e40df13992e56ff26b2ccc8 Mon Sep 17 00:00:00 2001 From: cschroeter Date: Sat, 29 Jul 2023 10:28:17 +0000 Subject: [PATCH] chore: release @ark-ui/react v0.10.0-beta.0 --- packages/react/CHANGELOG.md | 6 +++++- packages/react/package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 426a9fd17a..c4698fad41 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file ## [Unreleased] +## [0.10.0-beta.0] - 2023-07-29 + ### Changed - Updated number input `onChange` handler to allow synchronous updates to the value when using the scrubber. @@ -138,7 +140,7 @@ description: All notable changes to this project will be documented in this file - Add `Toast` - Add `Tooltip` -[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.9.0...HEAD +[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.10.0-beta.0...HEAD [0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.1.0 [0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.2.0 [0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.3.0 @@ -152,3 +154,5 @@ description: All notable changes to this project will be documented in this file [0.8.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.8.0 [0.8.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.8.1 [0.9.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.9.0 + +[0.10.0-beta.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.10.0-beta.0 diff --git a/packages/react/package.json b/packages/react/package.json index 193d5fcfeb..d713a69d20 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/react", - "version": "0.9.0", + "version": "0.10.0-beta.0", "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.", "keywords": [], "homepage": "https://ark-ui.com",