From 32e68467549d9d69962dee8f4b6cd06780ddac99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Feb 2024 18:50:16 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/green-crabs-shave.md | 5 ----- apps/myaccount/CHANGELOG.md | 6 ++++++ apps/myaccount/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/green-crabs-shave.md 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",