diff --git a/.changeset/lemon-cooks-help.md b/.changeset/lemon-cooks-help.md deleted file mode 100644 index 6a1d7dc524c..00000000000 --- a/.changeset/lemon-cooks-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Replace spaces in application names with underscores for application-specific custom layouts and stop creating empty extensions dir. diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index aed5faa18ca..d25bd102c97 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/identity-apps-core +## 2.0.16 + +### Patch Changes + +- [#4242](https://github.com/wso2/identity-apps/pull/4242) [`3f2548119d`](https://github.com/wso2/identity-apps/commit/3f2548119d459bd054d9484b447ad26329ece3e2) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Replace spaces in application names with underscores for application-specific custom layouts and stop creating empty extensions dir. + ## 2.0.15 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 12094d67648..ae1c2e01aec 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.15", + "version": "2.0.16", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2",