diff --git a/.changeset/smart-grapes-count.md b/.changeset/smart-grapes-count.md deleted file mode 100644 index 386787b89e0..00000000000 --- a/.changeset/smart-grapes-count.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/myaccount": patch -"@wso2is/console": patch ---- - -Fix build artifact issues after `nx` 17 upgrade diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 6d279b7f7f8..cf99b53ca53 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/console +## 2.21.17 + +### Patch Changes + +- [#6657](https://github.com/wso2/identity-apps/pull/6657) [`041570b16ae55ca07f9650d4fe0d2710e989abc2`](https://github.com/wso2/identity-apps/commit/041570b16ae55ca07f9650d4fe0d2710e989abc2) Thanks [@brionmario](https://github.com/brionmario)! - Fix build artifact issues after `nx` 17 upgrade + ## 2.21.16 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index f00e27f3c89..6030859d176 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.21.16", + "version": "2.21.17", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 8cfef37e45f..8a339f07aef 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/myaccount +## 2.7.84 + +### Patch Changes + +- [#6657](https://github.com/wso2/identity-apps/pull/6657) [`041570b16ae55ca07f9650d4fe0d2710e989abc2`](https://github.com/wso2/identity-apps/commit/041570b16ae55ca07f9650d4fe0d2710e989abc2) Thanks [@brionmario](https://github.com/brionmario)! - Fix build artifact issues after `nx` 17 upgrade + ## 2.7.83 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 4fec905b416..962d3b61309 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.7.83", + "version": "2.7.84", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0",