From 4cece093146ec7a413634ff97cf14e56c181b994 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Dec 2023 02:56:06 +0000 Subject: [PATCH] chore(release): 2.2.5 [skip ci]nn## [2.2.5](https://github.com/agrawal-rohit/pearl-ui/compare/v2.2.4...v2.2.5) (2023-12-18) ### Bug Fixes * Fixed animateable Box for web ([7c532eb](https://github.com/agrawal-rohit/pearl-ui/commit/7c532eb584c1d9c7f25af64cae8e420c2f2c34d3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d4cc0c..9c9d2919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.5](https://github.com/agrawal-rohit/pearl-ui/compare/v2.2.4...v2.2.5) (2023-12-18) + + +### Bug Fixes + +* Fixed animateable Box for web ([7c532eb](https://github.com/agrawal-rohit/pearl-ui/commit/7c532eb584c1d9c7f25af64cae8e420c2f2c34d3)) + ## [2.2.4](https://github.com/agrawal-rohit/pearl-ui/compare/v2.2.3...v2.2.4) (2023-12-18) diff --git a/package.json b/package.json index 2cc3e25f..c445a607 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "types": "lib/typescript/src/index.d.ts", "typings": "lib/typescript/src/index.d.ts", "react-native": "src/index.ts", - "version": "2.2.4", + "version": "2.2.5", "source": "src/index", "repository": "https://github.com/agrawal-rohit/pearl-ui.git", "license": "MIT",