diff --git a/packages/anatomy/CHANGELOG.md b/packages/anatomy/CHANGELOG.md index 0b98522610..b47adde52a 100644 --- a/packages/anatomy/CHANGELOG.md +++ b/packages/anatomy/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes will be documented in this file. ## [Unreleased] +## [3.1.0] - 2024-05-15 + ### Added - Added `Signature Pad` anatomy diff --git a/packages/anatomy/package.json b/packages/anatomy/package.json index 7e88110672..f30e16a013 100644 --- a/packages/anatomy/package.json +++ b/packages/anatomy/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/anatomy", - "version": "3.0.0", + "version": "3.1.0", "description": "Contains all the anatomy information for the Ark UI components", "keywords": ["Ark UI", "Anatomy", "Components"], "license": "MIT",