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",