diff --git a/.changeset/swift-humans-bow.md b/.changeset/swift-humans-bow.md deleted file mode 100644 index 90da9c93e58..00000000000 --- a/.changeset/swift-humans-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Fix the issue in the self-registration flow when the email address is configured as a unique value diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index de4206cd23d..386fed761a9 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/identity-apps-core +## 2.7.6 + +### Patch Changes + +- [#7098](https://github.com/wso2/identity-apps/pull/7098) [`252656fabda8b35f6e52fb8834dab91be9dbaaf2`](https://github.com/wso2/identity-apps/commit/252656fabda8b35f6e52fb8834dab91be9dbaaf2) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Fix the issue in the self-registration flow when the email address is configured as a unique value + ## 2.7.5 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 8d5a4d37ee4..c232921d9c7 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.7.5", + "version": "2.7.6", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2",