diff --git a/.changeset/spotty-insects-hang.md b/.changeset/spotty-insects-hang.md deleted file mode 100644 index fd18d7965ae..00000000000 --- a/.changeset/spotty-insects-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Introduce deployment config to show/hide feature status labels diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 31122c231b1..a4ddbb66e10 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/console +## 2.3.3 + +### Patch Changes + +- [#4337](https://github.com/wso2/identity-apps/pull/4337) [`12b32fedb5`](https://github.com/wso2/identity-apps/commit/12b32fedb5c30c3a0b08e089e2bd6146c73f467f) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Introduce deployment config to show/hide feature status labels + ## 2.3.2 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index b1abff323f9..f2d701429aa 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.3.2", + "version": "2.3.3", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0",