diff --git a/.changeset/brown-impalas-scream.md b/.changeset/brown-impalas-scream.md deleted file mode 100644 index 118827deeba..00000000000 --- a/.changeset/brown-impalas-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix search margin issue diff --git a/.changeset/perfect-forks-perform.md b/.changeset/perfect-forks-perform.md deleted file mode 100644 index 36d3242d582..00000000000 --- a/.changeset/perfect-forks-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Improve text branding section logic diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 32f6623a3e1..9d171d548bb 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,13 @@ # @wso2is/console +## 2.5.24 + +### Patch Changes + +- [#4504](https://github.com/wso2/identity-apps/pull/4504) [`b149eb5b0d`](https://github.com/wso2/identity-apps/commit/b149eb5b0d69d65a5b4fc07202276899b454c2d2) Thanks [@savindi7](https://github.com/savindi7)! - Fix search margin issue + +* [#4503](https://github.com/wso2/identity-apps/pull/4503) [`2286beb24a`](https://github.com/wso2/identity-apps/commit/2286beb24a19c05ed040548646e3ee296c30dba5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Improve text branding section logic + ## 2.5.23 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index b6e6b4e7439..5defc51e6df 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.5.23", + "version": "2.5.24", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0",