diff --git a/packages/panda/CHANGELOG.md b/packages/panda/CHANGELOG.md index b7577e71..110c9f63 100644 --- a/packages/panda/CHANGELOG.md +++ b/packages/panda/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes will be documented in this file. ## [Unreleased] +## [0.43.1] - 2024-11-23 + ### Fixed - **NumberInput**: Fixed an issue where the grid layout was not applied correctly. diff --git a/packages/panda/package.json b/packages/panda/package.json index 7147df75..c62b0326 100644 --- a/packages/panda/package.json +++ b/packages/panda/package.json @@ -1,6 +1,6 @@ { "name": "@park-ui/panda-preset", - "version": "0.43.0", + "version": "0.43.1", "description": "Panda CSS Preset for Park UI", "keywords": ["Ark UI", "Panda CSS", "Preset", "Park UI"], "author": "Christian Schröter (https://cschroeter.net/)",