From 8a4d9643c4b08f105a0000204278a3e1d3b46a93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Oct 2023 20:10:56 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/green-suns-cover.md | 5 ----- .changeset/happy-carpets-wonder.md | 5 ----- .changeset/large-bees-camp.md | 6 ------ .changeset/little-cycles-talk.md | 5 ----- .changeset/quick-pumas-love.md | 7 ------- .changeset/serious-ducks-sort.md | 5 ----- .changeset/short-kids-vanish.md | 5 ----- .changeset/silver-beans-rule.md | 5 ----- .changeset/thick-seas-wait.md | 5 ----- .changeset/witty-eggs-itch.md | 6 ------ .changeset/yellow-fireants-confess.md | 6 ------ apps/console/CHANGELOG.md | 29 +++++++++++++++++++++++++++ apps/console/package.json | 8 ++++---- apps/myaccount/CHANGELOG.md | 13 ++++++++++++ apps/myaccount/package.json | 8 ++++---- modules/core/CHANGELOG.md | 6 ++++++ modules/core/package.json | 2 +- modules/i18n/CHANGELOG.md | 11 ++++++++++ modules/i18n/package.json | 4 ++-- modules/theme/CHANGELOG.md | 6 ++++++ modules/theme/package.json | 2 +- pnpm-lock.yaml | 18 ++++++++--------- 22 files changed, 86 insertions(+), 81 deletions(-) delete mode 100644 .changeset/green-suns-cover.md delete mode 100644 .changeset/happy-carpets-wonder.md delete mode 100644 .changeset/large-bees-camp.md delete mode 100644 .changeset/little-cycles-talk.md delete mode 100644 .changeset/quick-pumas-love.md delete mode 100644 .changeset/serious-ducks-sort.md delete mode 100644 .changeset/short-kids-vanish.md delete mode 100644 .changeset/silver-beans-rule.md delete mode 100644 .changeset/thick-seas-wait.md delete mode 100644 .changeset/witty-eggs-itch.md delete mode 100644 .changeset/yellow-fireants-confess.md diff --git a/.changeset/green-suns-cover.md b/.changeset/green-suns-cover.md deleted file mode 100644 index 3bf9ac2f6d9..00000000000 --- a/.changeset/green-suns-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Include a dependency on user store changes to retrieve the updated user list diff --git a/.changeset/happy-carpets-wonder.md b/.changeset/happy-carpets-wonder.md deleted file mode 100644 index fd7e008fc9d..00000000000 --- a/.changeset/happy-carpets-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix API Authorization issue diff --git a/.changeset/large-bees-camp.md b/.changeset/large-bees-camp.md deleted file mode 100644 index d8c41fc5187..00000000000 --- a/.changeset/large-bees-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/i18n": patch ---- - -Fix issue with OIDC scope list search diff --git a/.changeset/little-cycles-talk.md b/.changeset/little-cycles-talk.md deleted file mode 100644 index 81e6045cfbe..00000000000 --- a/.changeset/little-cycles-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix borken connector icons in the visual editor diff --git a/.changeset/quick-pumas-love.md b/.changeset/quick-pumas-love.md deleted file mode 100644 index f219636b4e6..00000000000 --- a/.changeset/quick-pumas-love.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/core": patch -"@wso2is/myaccount": patch ---- - -fix `tenantDomain` not setting properly. diff --git a/.changeset/serious-ducks-sort.md b/.changeset/serious-ducks-sort.md deleted file mode 100644 index de46333a5d6..00000000000 --- a/.changeset/serious-ducks-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Update icons in side panel diff --git a/.changeset/short-kids-vanish.md b/.changeset/short-kids-vanish.md deleted file mode 100644 index 2619f7d1c37..00000000000 --- a/.changeset/short-kids-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix the issues in set Password via Email option from Add User form diff --git a/.changeset/silver-beans-rule.md b/.changeset/silver-beans-rule.md deleted file mode 100644 index bb5108c04c7..00000000000 --- a/.changeset/silver-beans-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Move Multi Attribute Login connector to Login & Registration diff --git a/.changeset/thick-seas-wait.md b/.changeset/thick-seas-wait.md deleted file mode 100644 index e22292626a2..00000000000 --- a/.changeset/thick-seas-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Revamp the breadcrumb diff --git a/.changeset/witty-eggs-itch.md b/.changeset/witty-eggs-itch.md deleted file mode 100644 index 1e24f41f138..00000000000 --- a/.changeset/witty-eggs-itch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/myaccount": patch -"@wso2is/theme": patch ---- - -Fix my account setting section component issue diff --git a/.changeset/yellow-fireants-confess.md b/.changeset/yellow-fireants-confess.md deleted file mode 100644 index 8bdc778bf8d..00000000000 --- a/.changeset/yellow-fireants-confess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/i18n": patch ---- - -Add minor improvement to org-discovery feature diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index a4ddbb66e10..d1b7eb9dd4a 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,34 @@ # @wso2is/console +## 2.3.4 + +### Patch Changes + +- [#4345](https://github.com/wso2/identity-apps/pull/4345) [`c5a5843571`](https://github.com/wso2/identity-apps/commit/c5a58435715958a41ded30dcc772181573126469) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Include a dependency on user store changes to retrieve the updated user list + +* [#4357](https://github.com/wso2/identity-apps/pull/4357) [`04d4995082`](https://github.com/wso2/identity-apps/commit/04d4995082c7b79d2548d7ca8d2fbf1956c4e076) Thanks [@SujanSanjula96](https://github.com/SujanSanjula96)! - Fix API Authorization issue + +- [#4349](https://github.com/wso2/identity-apps/pull/4349) [`825f22c6cb`](https://github.com/wso2/identity-apps/commit/825f22c6cbc2d68e5d574e120806ab557fb12e13) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with OIDC scope list search + +* [#4367](https://github.com/wso2/identity-apps/pull/4367) [`92fa8e7fc1`](https://github.com/wso2/identity-apps/commit/92fa8e7fc165ce61c8816979af8485169b216c94) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix borken connector icons in the visual editor + +- [#4359](https://github.com/wso2/identity-apps/pull/4359) [`72b6c71250`](https://github.com/wso2/identity-apps/commit/72b6c71250161090c90ad46858a068316018e05c) Thanks [@Achintha444](https://github.com/Achintha444)! - fix `tenantDomain` not setting properly. + +* [#4363](https://github.com/wso2/identity-apps/pull/4363) [`dfe08df335`](https://github.com/wso2/identity-apps/commit/dfe08df33511f0901d3500e9a130fdded0c7ad23) Thanks [@Rashmini](https://github.com/Rashmini)! - Update icons in side panel + +- [#4361](https://github.com/wso2/identity-apps/pull/4361) [`55fb31c9d8`](https://github.com/wso2/identity-apps/commit/55fb31c9d845516de0277dae046ade742a6e38f4) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Fix the issues in set Password via Email option from Add User form + +* [#4355](https://github.com/wso2/identity-apps/pull/4355) [`dd77136f3a`](https://github.com/wso2/identity-apps/commit/dd77136f3a0ab9ab7fbfcbfa336ef83c90628a8d) Thanks [@savindi7](https://github.com/savindi7)! - Move Multi Attribute Login connector to Login & Registration + +- [#4313](https://github.com/wso2/identity-apps/pull/4313) [`96662667e2`](https://github.com/wso2/identity-apps/commit/96662667e21c576fe7791a08fc02e8da5311fa44) Thanks [@Shenali-SJ](https://github.com/Shenali-SJ)! - Revamp the breadcrumb + +* [#4365](https://github.com/wso2/identity-apps/pull/4365) [`a06dc54272`](https://github.com/wso2/identity-apps/commit/a06dc54272bce7720ee51e49be63f9c175cec4c2) Thanks [@Rashmini](https://github.com/Rashmini)! - Add minor improvement to org-discovery feature + +* Updated dependencies [[`825f22c6cb`](https://github.com/wso2/identity-apps/commit/825f22c6cbc2d68e5d574e120806ab557fb12e13), [`72b6c71250`](https://github.com/wso2/identity-apps/commit/72b6c71250161090c90ad46858a068316018e05c), [`905d37424a`](https://github.com/wso2/identity-apps/commit/905d37424a5ad496340332d2acd38cc2afbc2762), [`a06dc54272`](https://github.com/wso2/identity-apps/commit/a06dc54272bce7720ee51e49be63f9c175cec4c2)]: + - @wso2is/i18n@2.0.22 + - @wso2is/core@2.0.8 + - @wso2is/theme@2.0.25 + ## 2.3.3 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index f2d701429aa..d8cf13923b3 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.3.3", + "version": "2.3.4", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -52,12 +52,12 @@ "@oxygen-ui/react": "^1.6.0", "@oxygen-ui/react-icons": "^1.6.0", "@wso2is/access-control": "^2.0.2", - "@wso2is/core": "^2.0.7", + "@wso2is/core": "^2.0.8", "@wso2is/form": "^2.0.4", "@wso2is/forms": "^2.0.0", - "@wso2is/i18n": "^2.0.21", + "@wso2is/i18n": "^2.0.22", "@wso2is/react-components": "^2.0.10", - "@wso2is/theme": "^2.0.24", + "@wso2is/theme": "^2.0.25", "@wso2is/validation": "^2.0.0", "@wso2is/common": "^2.0.3", "@wso2is/dynamic-forms": "^2.0.5", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 0dc29b4300d..b93f381cc6e 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,18 @@ # @wso2is/myaccount +## 2.1.11 + +### Patch Changes + +- [#4359](https://github.com/wso2/identity-apps/pull/4359) [`72b6c71250`](https://github.com/wso2/identity-apps/commit/72b6c71250161090c90ad46858a068316018e05c) Thanks [@Achintha444](https://github.com/Achintha444)! - fix `tenantDomain` not setting properly. + +* [#4367](https://github.com/wso2/identity-apps/pull/4367) [`905d37424a`](https://github.com/wso2/identity-apps/commit/905d37424a5ad496340332d2acd38cc2afbc2762) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix my account setting section component issue + +* Updated dependencies [[`825f22c6cb`](https://github.com/wso2/identity-apps/commit/825f22c6cbc2d68e5d574e120806ab557fb12e13), [`72b6c71250`](https://github.com/wso2/identity-apps/commit/72b6c71250161090c90ad46858a068316018e05c), [`905d37424a`](https://github.com/wso2/identity-apps/commit/905d37424a5ad496340332d2acd38cc2afbc2762), [`a06dc54272`](https://github.com/wso2/identity-apps/commit/a06dc54272bce7720ee51e49be63f9c175cec4c2)]: + - @wso2is/i18n@2.0.22 + - @wso2is/core@2.0.8 + - @wso2is/theme@2.0.25 + ## 2.1.10 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 041a13136fa..a293b0347d5 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.1.10", + "version": "2.1.11", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -44,11 +44,11 @@ "@oxygen-ui/react": "^1.6.0", "@oxygen-ui/react-icons": "^1.6.0", "@wso2is/access-control": "^2.0.0", - "@wso2is/core": "^2.0.7", + "@wso2is/core": "^2.0.8", "@wso2is/forms": "^2.0.0", - "@wso2is/i18n": "^2.0.21", + "@wso2is/i18n": "^2.0.22", "@wso2is/react-components": "^2.0.9", - "@wso2is/theme": "^2.0.24", + "@wso2is/theme": "^2.0.25", "@wso2is/validation": "^2.0.0", "axios": "^0.19.2", "history": "^4.9.0", diff --git a/modules/core/CHANGELOG.md b/modules/core/CHANGELOG.md index 536402576b6..9fa8fd64151 100644 --- a/modules/core/CHANGELOG.md +++ b/modules/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/core +## 2.0.8 + +### Patch Changes + +- [#4359](https://github.com/wso2/identity-apps/pull/4359) [`72b6c71250`](https://github.com/wso2/identity-apps/commit/72b6c71250161090c90ad46858a068316018e05c) Thanks [@Achintha444](https://github.com/Achintha444)! - fix `tenantDomain` not setting properly. + ## 2.0.7 ### Patch Changes diff --git a/modules/core/package.json b/modules/core/package.json index c6c24ce1a1f..7e624b59825 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/core", - "version": "2.0.7", + "version": "2.0.8", "description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps", "keywords": [ "WSO2", diff --git a/modules/i18n/CHANGELOG.md b/modules/i18n/CHANGELOG.md index 15bfb04dd0b..247018b39d5 100644 --- a/modules/i18n/CHANGELOG.md +++ b/modules/i18n/CHANGELOG.md @@ -1,5 +1,16 @@ # @wso2is/i18n +## 2.0.22 + +### Patch Changes + +- [#4349](https://github.com/wso2/identity-apps/pull/4349) [`825f22c6cb`](https://github.com/wso2/identity-apps/commit/825f22c6cbc2d68e5d574e120806ab557fb12e13) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with OIDC scope list search + +* [#4365](https://github.com/wso2/identity-apps/pull/4365) [`a06dc54272`](https://github.com/wso2/identity-apps/commit/a06dc54272bce7720ee51e49be63f9c175cec4c2) Thanks [@Rashmini](https://github.com/Rashmini)! - Add minor improvement to org-discovery feature + +* Updated dependencies [[`72b6c71250`](https://github.com/wso2/identity-apps/commit/72b6c71250161090c90ad46858a068316018e05c)]: + - @wso2is/core@2.0.8 + ## 2.0.21 ### Patch Changes diff --git a/modules/i18n/package.json b/modules/i18n/package.json index 1114526a5b3..c750f4fd97c 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/i18n", - "version": "2.0.21", + "version": "2.0.22", "description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.", "keywords": [ "WSO2", @@ -39,7 +39,7 @@ "license": "Apache-2.0", "dependencies": { "@types/jest": "^26.0.14", - "@wso2is/core": "^2.0.7", + "@wso2is/core": "^2.0.8", "babel-jest": "^26.3.0", "i18next": "^21.9.1", "i18next-browser-languagedetector": "^6.1.5", diff --git a/modules/theme/CHANGELOG.md b/modules/theme/CHANGELOG.md index e38a81e8833..e3bdf8e13ac 100644 --- a/modules/theme/CHANGELOG.md +++ b/modules/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/theme +## 2.0.25 + +### Patch Changes + +- [#4367](https://github.com/wso2/identity-apps/pull/4367) [`905d37424a`](https://github.com/wso2/identity-apps/commit/905d37424a5ad496340332d2acd38cc2afbc2762) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix my account setting section component issue + ## 2.0.24 ### Patch Changes diff --git a/modules/theme/package.json b/modules/theme/package.json index e8ab8c206d7..ea624460140 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/theme", - "version": "2.0.24", + "version": "2.0.25", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81cafe47ac9..3d932d63e66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -524,7 +524,7 @@ importers: specifier: ^2.0.3 version: link:../../modules/common '@wso2is/core': - specifier: ^2.0.7 + specifier: ^2.0.8 version: link:../../modules/core '@wso2is/dynamic-forms': specifier: ^2.0.5 @@ -536,13 +536,13 @@ importers: specifier: ^2.0.0 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.21 + specifier: ^2.0.22 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.0.10 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.24 + specifier: ^2.0.25 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.0 @@ -855,19 +855,19 @@ importers: specifier: ^2.0.0 version: link:../../modules/access-control '@wso2is/core': - specifier: ^2.0.7 + specifier: ^2.0.8 version: link:../../modules/core '@wso2is/forms': specifier: ^2.0.0 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.21 + specifier: ^2.0.22 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.0.9 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.24 + specifier: ^2.0.25 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.0 @@ -1621,7 +1621,7 @@ importers: specifier: ^26.0.14 version: 26.0.24 '@wso2is/core': - specifier: ^2.0.7 + specifier: ^2.0.8 version: link:../core babel-jest: specifier: ^26.3.0 @@ -5407,8 +5407,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.0 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.23.0) '@babel/plugin-transform-react-jsx': 7.18.10(@babel/core@7.23.0) '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.23.0)