From 247fa6cc0cc418489735983e84e2f2027d7e87ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Dec 2023 02:05:11 +0000 Subject: [PATCH] chore(release): 2.2.4 [skip ci]nn## [2.2.4](https://github.com/agrawal-rohit/pearl-ui/compare/v2.2.3...v2.2.4) (2023-12-18) ### Bug Fixes * Fixed layout issue in the Badge component ([36d69f6](https://github.com/agrawal-rohit/pearl-ui/commit/36d69f6e67e32bf3dff4b53651f923f3e734169c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb46098..03d4cc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.4](https://github.com/agrawal-rohit/pearl-ui/compare/v2.2.3...v2.2.4) (2023-12-18) + + +### Bug Fixes + +* Fixed layout issue in the Badge component ([36d69f6](https://github.com/agrawal-rohit/pearl-ui/commit/36d69f6e67e32bf3dff4b53651f923f3e734169c)) + ## [2.2.3](https://github.com/agrawal-rohit/pearl-ui/compare/v2.2.2...v2.2.3) (2023-12-18) diff --git a/package.json b/package.json index 59f27eaf..2cc3e25f 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.3", + "version": "2.2.4", "source": "src/index", "repository": "https://github.com/agrawal-rohit/pearl-ui.git", "license": "MIT",