diff --git a/.changeset/stale-tips-love.md b/.changeset/stale-tips-love.md deleted file mode 100644 index df658bc54b0..00000000000 --- a/.changeset/stale-tips-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Remove legacyAuthzRuntime check when transforming tenantDomain diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 92e31f24c1c..5427eccaee2 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/console +## 2.13.23 + +### Patch Changes + +- [#5783](https://github.com/wso2/identity-apps/pull/5783) [`a731a5731c`](https://github.com/wso2/identity-apps/commit/a731a5731c7b07d94005454f27e4c18b9923a7f4) Thanks [@Yasasr1](https://github.com/Yasasr1)! - Remove legacyAuthzRuntime check when transforming tenantDomain + ## 2.13.22 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 7882647bd75..6122c7ac5d9 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.13.22", + "version": "2.13.23", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0",