From 68fd71635fa82429255e489afe45a830d48145fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 May 2024 13:10:36 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/chilled-panthers-rescue.md | 5 ----- .changeset/thick-ducks-train.md | 5 ----- apps/console/CHANGELOG.md | 7 +++++++ apps/console/package.json | 4 ++-- apps/myaccount/CHANGELOG.md | 7 +++++++ apps/myaccount/package.json | 4 ++-- features/CHANGELOG.md | 8 ++++++++ features/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 9 files changed, 29 insertions(+), 17 deletions(-) delete mode 100644 .changeset/chilled-panthers-rescue.md delete mode 100644 .changeset/thick-ducks-train.md diff --git a/.changeset/chilled-panthers-rescue.md b/.changeset/chilled-panthers-rescue.md deleted file mode 100644 index 13292b674fb..00000000000 --- a/.changeset/chilled-panthers-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/features": patch ---- - -Add RBAC support to application roles diff --git a/.changeset/thick-ducks-train.md b/.changeset/thick-ducks-train.md deleted file mode 100644 index 5570409976c..00000000000 --- a/.changeset/thick-ducks-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/features": patch ---- - -Add support to disable management apps diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index d84890334d4..131b3c340a4 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,12 @@ # @wso2is/console +## 2.17.3 + +### Patch Changes + +- Updated dependencies [[`4bcb6efd50e85a3e5b7b045e8f16d0c43aa98f9a`](https://github.com/wso2/identity-apps/commit/4bcb6efd50e85a3e5b7b045e8f16d0c43aa98f9a), [`53c2ce76e7875421529bc58a9b117dbe92bae057`](https://github.com/wso2/identity-apps/commit/53c2ce76e7875421529bc58a9b117dbe92bae057)]: + - @wso2is/features@2.17.3 + ## 2.17.2 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 7acc4c86b6a..0dfc8b7cc26 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.17.2", + "version": "2.17.3", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -57,7 +57,7 @@ "@wso2is/react-components": "^2.2.0", "@wso2is/theme": "^2.0.81", "@wso2is/validation": "^2.0.5", - "@wso2is/features": "^2.17.2", + "@wso2is/features": "^2.17.3", "axios": "^0.19.2", "codemirror": "^5.52.0", "country-language": "^0.1.7", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 4c0de21c9ce..b6c27812c1a 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,12 @@ # @wso2is/myaccount +## 2.5.84 + +### Patch Changes + +- Updated dependencies [[`4bcb6efd50e85a3e5b7b045e8f16d0c43aa98f9a`](https://github.com/wso2/identity-apps/commit/4bcb6efd50e85a3e5b7b045e8f16d0c43aa98f9a), [`53c2ce76e7875421529bc58a9b117dbe92bae057`](https://github.com/wso2/identity-apps/commit/53c2ce76e7875421529bc58a9b117dbe92bae057)]: + - @wso2is/features@2.17.3 + ## 2.5.83 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 45f82df866a..c0b524c7d9b 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.5.83", + "version": "2.5.84", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@wso2is/react-components": "^2.2.0", "@wso2is/theme": "^2.0.81", "@wso2is/validation": "^2.0.5", - "@wso2is/features": "^2.17.2", + "@wso2is/features": "^2.17.3", "axios": "^0.19.2", "history": "^4.9.0", "i18next": "^21.9.1", diff --git a/features/CHANGELOG.md b/features/CHANGELOG.md index fcb6a8804bf..dbed37042d4 100644 --- a/features/CHANGELOG.md +++ b/features/CHANGELOG.md @@ -1,5 +1,13 @@ # @wso2is/features +## 2.17.3 + +### Patch Changes + +- [#6202](https://github.com/wso2/identity-apps/pull/6202) [`4bcb6efd50e85a3e5b7b045e8f16d0c43aa98f9a`](https://github.com/wso2/identity-apps/commit/4bcb6efd50e85a3e5b7b045e8f16d0c43aa98f9a) Thanks [@brionmario](https://github.com/brionmario)! - Add RBAC support to application roles + +* [#6168](https://github.com/wso2/identity-apps/pull/6168) [`53c2ce76e7875421529bc58a9b117dbe92bae057`](https://github.com/wso2/identity-apps/commit/53c2ce76e7875421529bc58a9b117dbe92bae057) Thanks [@brionmario](https://github.com/brionmario)! - Add support to disable management apps + ## 2.17.2 ### Patch Changes diff --git a/features/package.json b/features/package.json index e093595aa60..de07de8461d 100644 --- a/features/package.json +++ b/features/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/features", - "version": "2.17.2", + "version": "2.17.3", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30fb4f35506..74ed6f00317 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -519,7 +519,7 @@ importers: specifier: ^2.0.58 version: link:../../modules/dynamic-forms '@wso2is/features': - specifier: ^2.17.2 + specifier: ^2.17.3 version: link:../../features '@wso2is/form': specifier: ^2.0.59 @@ -850,7 +850,7 @@ importers: specifier: ^2.0.45 version: link:../../modules/core '@wso2is/features': - specifier: ^2.17.2 + specifier: ^2.17.3 version: link:../../features '@wso2is/forms': specifier: ^2.0.35