diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 700842f2d5..d0143fc633 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes will be documented in this file. ## [Unreleased] +## [4.3.0] - 2024-11-08 + ### Added - **Field**: Added `autoresize` prop to `Field.Textarea` for auto-resizing the textarea based on diff --git a/packages/react/package.json b/packages/react/package.json index 7b374d3160..69937dfbe9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/react", - "version": "4.2.0", + "version": "4.3.0", "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.", "keywords": [ "accordion",