diff --git a/.changeset/long-trainers-burn.md b/.changeset/long-trainers-burn.md deleted file mode 100644 index 5845c432879..00000000000 --- a/.changeset/long-trainers-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Fix invalid device success jsp file diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index f54834c2138..5a7e15d2b6b 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/identity-apps-core +## 2.4.40 + +### Patch Changes + +- [#6907](https://github.com/wso2/identity-apps/pull/6907) [`73065ccd355ade24dd26b2ac064351bd4f533ac8`](https://github.com/wso2/identity-apps/commit/73065ccd355ade24dd26b2ac064351bd4f533ac8) Thanks [@shashimalcse](https://github.com/shashimalcse)! - Fix invalid device success jsp file + ## 2.4.39 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 9fc044fccc0..a9f8833bce4 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.4.39", + "version": "2.4.40", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2",