From 6d8d7821aa287f888ff914f7326e835d1e639e67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jan 2024 22:20:30 +0000 Subject: [PATCH] chore(release): 2.3.4 [skip ci]nn## [2.3.4](https://github.com/agrawal-rohit/pearl-ui/compare/v2.3.3...v2.3.4) (2024-01-03) ### Bug Fixes * Fixed AppEntry.js issue during build ([aa94f13](https://github.com/agrawal-rohit/pearl-ui/commit/aa94f132dc8db140c0db1b82b5ac8cf56ebdca11)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e5781..c507bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.4](https://github.com/agrawal-rohit/pearl-ui/compare/v2.3.3...v2.3.4) (2024-01-03) + + +### Bug Fixes + +* Fixed AppEntry.js issue during build ([aa94f13](https://github.com/agrawal-rohit/pearl-ui/commit/aa94f132dc8db140c0db1b82b5ac8cf56ebdca11)) + ## [2.3.3](https://github.com/agrawal-rohit/pearl-ui/compare/v2.3.2...v2.3.3) (2024-01-03) diff --git a/package.json b/package.json index d9a8e1e..8933a70 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "!**/__mocks__" ], "typings": "lib/typescript/src/index.d.ts", - "version": "2.3.3", + "version": "2.3.4", "repository": "https://github.com/agrawal-rohit/pearl-ui.git", "license": "MIT", "private": false, @@ -161,4 +161,4 @@ } ] } -} \ No newline at end of file +}