diff --git a/.changeset/green-crabs-shave.md b/.changeset/green-crabs-shave.md deleted file mode 100644 index 0904ac3142c..00000000000 --- a/.changeset/green-crabs-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/myaccount": patch ---- - -Remove unwanted curly braces diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 42765e23075..26a6d851735 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/myaccount +## 2.3.37 + +### Patch Changes + +- [#5579](https://github.com/wso2/identity-apps/pull/5579) [`48281a7045`](https://github.com/wso2/identity-apps/commit/48281a7045878a4010487c5bb078276e697fe7f2) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Remove unwanted curly braces + ## 2.3.36 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index d00f637865d..ca22e2943ca 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.3.36", + "version": "2.3.37", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0",