From 879b1b1f4f32d327749a23d5dc416a5d096f6d2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Oct 2023 08:30:39 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/angry-masks-sell.md | 6 ---- .changeset/brave-crabs-return.md | 5 --- .changeset/metal-clouds-flash.md | 5 --- .changeset/purple-icons-deny.md | 5 --- .changeset/short-clouds-sip.md | 13 -------- .changeset/stupid-badgers-hammer.md | 5 --- apps/console/CHANGELOG.md | 25 +++++++++++++++ apps/console/package.json | 16 +++++----- apps/myaccount/CHANGELOG.md | 13 ++++++++ apps/myaccount/package.json | 12 +++---- identity-apps-core/CHANGELOG.md | 9 ++++++ identity-apps-core/package.json | 4 +-- modules/access-control/CHANGELOG.md | 9 ++++++ modules/access-control/package.json | 4 +-- modules/common/CHANGELOG.md | 12 +++++++ modules/common/package.json | 10 +++--- modules/core/CHANGELOG.md | 6 ++++ modules/core/package.json | 2 +- modules/dynamic-forms/CHANGELOG.md | 10 ++++++ modules/dynamic-forms/package.json | 6 ++-- modules/i18n/CHANGELOG.md | 9 ++++++ modules/i18n/package.json | 4 +-- modules/react-components/CHANGELOG.md | 10 ++++++ modules/react-components/package.json | 6 ++-- modules/theme/CHANGELOG.md | 6 ++++ modules/theme/package.json | 2 +- pnpm-lock.yaml | 46 +++++++++++++-------------- 27 files changed, 165 insertions(+), 95 deletions(-) delete mode 100644 .changeset/angry-masks-sell.md delete mode 100644 .changeset/brave-crabs-return.md delete mode 100644 .changeset/metal-clouds-flash.md delete mode 100644 .changeset/purple-icons-deny.md delete mode 100644 .changeset/short-clouds-sip.md delete mode 100644 .changeset/stupid-badgers-hammer.md diff --git a/.changeset/angry-masks-sell.md b/.changeset/angry-masks-sell.md deleted file mode 100644 index b2651778f89..00000000000 --- a/.changeset/angry-masks-sell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/i18n": patch ---- - -Improve organization discovery feature diff --git a/.changeset/brave-crabs-return.md b/.changeset/brave-crabs-return.md deleted file mode 100644 index c314f31f45a..00000000000 --- a/.changeset/brave-crabs-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -add `leagacyRunTime` variable to j2. diff --git a/.changeset/metal-clouds-flash.md b/.changeset/metal-clouds-flash.md deleted file mode 100644 index d5aad9ec536..00000000000 --- a/.changeset/metal-clouds-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix API Resource UI access control to support system APIs diff --git a/.changeset/purple-icons-deny.md b/.changeset/purple-icons-deny.md deleted file mode 100644 index f1318a2d75c..00000000000 --- a/.changeset/purple-icons-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -role permission, api resource not displaying bug fixed diff --git a/.changeset/short-clouds-sip.md b/.changeset/short-clouds-sip.md deleted file mode 100644 index a2535015a09..00000000000 --- a/.changeset/short-clouds-sip.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@wso2is/react-components": patch -"@wso2is/access-control": patch -"@wso2is/dynamic-forms": patch -"@wso2is/identity-apps-core": patch -"@wso2is/myaccount": patch -"@wso2is/common": patch -"@wso2is/theme": patch -"@wso2is/console": patch -"@wso2is/core": patch ---- - -Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" diff --git a/.changeset/stupid-badgers-hammer.md b/.changeset/stupid-badgers-hammer.md deleted file mode 100644 index 1bfb9e75043..00000000000 --- a/.changeset/stupid-badgers-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix administrators page issue diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 4ff9c482583..d3053d55959 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,30 @@ # @wso2is/console +## 2.3.7 + +### Patch Changes + +- [#4381](https://github.com/wso2/identity-apps/pull/4381) [`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb) Thanks [@Rashmini](https://github.com/Rashmini)! - Improve organization discovery feature + +* [#4375](https://github.com/wso2/identity-apps/pull/4375) [`fb40025ade`](https://github.com/wso2/identity-apps/commit/fb40025ade3bf58169c0e7731cbfd978a53545f8) Thanks [@Achintha444](https://github.com/Achintha444)! - add `leagacyRunTime` variable to j2. + +- [#4388](https://github.com/wso2/identity-apps/pull/4388) [`94cbef42f0`](https://github.com/wso2/identity-apps/commit/94cbef42f04dcf5b47ed48fae67459bd38987a8d) Thanks [@SujanSanjula96](https://github.com/SujanSanjula96)! - Fix API Resource UI access control to support system APIs + +* [#4387](https://github.com/wso2/identity-apps/pull/4387) [`15c7b187d8`](https://github.com/wso2/identity-apps/commit/15c7b187d8603c42990f182cf41341e6f2e0e394) Thanks [@Achintha444](https://github.com/Achintha444)! - role permission, api resource not displaying bug fixed + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + +* [#4384](https://github.com/wso2/identity-apps/pull/4384) [`9f957e418d`](https://github.com/wso2/identity-apps/commit/9f957e418dd6231eb7b4935450e7b551286fb908) Thanks [@PasinduYeshan](https://github.com/PasinduYeshan)! - Fix administrators page issue + +* Updated dependencies [[`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb), [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/i18n@2.0.23 + - @wso2is/react-components@2.0.11 + - @wso2is/access-control@2.0.3 + - @wso2is/dynamic-forms@2.0.6 + - @wso2is/common@2.0.4 + - @wso2is/theme@2.0.26 + - @wso2is/core@2.0.9 + ## 2.3.6 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index d1252c474cc..23e1a20b1b6 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.3.6", + "version": "2.3.7", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -51,16 +51,16 @@ "@mui/utils": "^5.12.3", "@oxygen-ui/react": "^1.6.0", "@oxygen-ui/react-icons": "^1.6.0", - "@wso2is/access-control": "^2.0.2", - "@wso2is/core": "^2.0.8", + "@wso2is/access-control": "^2.0.3", + "@wso2is/core": "^2.0.9", "@wso2is/form": "^2.0.4", "@wso2is/forms": "^2.0.0", - "@wso2is/i18n": "^2.0.22", - "@wso2is/react-components": "^2.0.10", - "@wso2is/theme": "^2.0.25", + "@wso2is/i18n": "^2.0.23", + "@wso2is/react-components": "^2.0.11", + "@wso2is/theme": "^2.0.26", "@wso2is/validation": "^2.0.0", - "@wso2is/common": "^2.0.3", - "@wso2is/dynamic-forms": "^2.0.5", + "@wso2is/common": "^2.0.4", + "@wso2is/dynamic-forms": "^2.0.6", "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 c90e1d86e7c..79462673dad 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,18 @@ # @wso2is/myaccount +## 2.1.12 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + +- Updated dependencies [[`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb), [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/i18n@2.0.23 + - @wso2is/react-components@2.0.11 + - @wso2is/access-control@2.0.3 + - @wso2is/theme@2.0.26 + - @wso2is/core@2.0.9 + ## 2.1.11 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index a293b0347d5..37af865e495 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.1.11", + "version": "2.1.12", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -43,12 +43,12 @@ "@mui/system": "^5.12.3", "@oxygen-ui/react": "^1.6.0", "@oxygen-ui/react-icons": "^1.6.0", - "@wso2is/access-control": "^2.0.0", - "@wso2is/core": "^2.0.8", + "@wso2is/access-control": "^2.0.3", + "@wso2is/core": "^2.0.9", "@wso2is/forms": "^2.0.0", - "@wso2is/i18n": "^2.0.22", - "@wso2is/react-components": "^2.0.9", - "@wso2is/theme": "^2.0.25", + "@wso2is/i18n": "^2.0.23", + "@wso2is/react-components": "^2.0.11", + "@wso2is/theme": "^2.0.26", "@wso2is/validation": "^2.0.0", "axios": "^0.19.2", "history": "^4.9.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 52a4c364a09..303a843b924 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/identity-apps-core +## 2.0.33 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + +- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/theme@2.0.26 + ## 2.0.32 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index f6d6849f424..f05a97c5ef4 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.32", + "version": "2.0.33", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", @@ -13,7 +13,7 @@ "clean:node-modules": "pnpm rimraf node_modules" }, "dependencies": { - "@wso2is/theme": "^2.0.24", + "@wso2is/theme": "^2.0.26", "rimraf": "^3.0.2" } } diff --git a/modules/access-control/CHANGELOG.md b/modules/access-control/CHANGELOG.md index f2c14e718fb..ec50eda230d 100644 --- a/modules/access-control/CHANGELOG.md +++ b/modules/access-control/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/access-control +## 2.0.3 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + +- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/core@2.0.9 + ## 2.0.2 ### Patch Changes diff --git a/modules/access-control/package.json b/modules/access-control/package.json index 4cd808a7dda..72a8b32a322 100644 --- a/modules/access-control/package.json +++ b/modules/access-control/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/access-control", - "version": "2.0.2", + "version": "2.0.3", "description": "Access control module for WSO2 Identity Server front end applications", "main": "dist/src/index.js", "types": "dist/types/index.d.ts", @@ -33,7 +33,7 @@ "author": "WSO2", "license": "Apache-2.0", "dependencies": { - "@wso2is/core": "^2.0.0", + "@wso2is/core": "^2.0.9", "jest": "^26.4.2", "react-access-control": "^1.0.1", "ts-jest": "^26.4.0" diff --git a/modules/common/CHANGELOG.md b/modules/common/CHANGELOG.md index 81c2025fdbd..d412c74a6f8 100644 --- a/modules/common/CHANGELOG.md +++ b/modules/common/CHANGELOG.md @@ -1,5 +1,17 @@ # @wso2is/common +## 2.0.4 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + +- Updated dependencies [[`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb), [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/i18n@2.0.23 + - @wso2is/react-components@2.0.11 + - @wso2is/access-control@2.0.3 + - @wso2is/core@2.0.9 + ## 2.0.3 ### Patch Changes diff --git a/modules/common/package.json b/modules/common/package.json index ab218bab31c..8360fc41117 100644 --- a/modules/common/package.json +++ b/modules/common/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/common", - "version": "2.0.3", + "version": "2.0.4", "description": "Common UI module for Asgardeo React Applications.", "keywords": [ "Asgardeo", @@ -37,14 +37,14 @@ "@microsoft/applicationinsights-core-js": "^3.0.0", "@microsoft/applicationinsights-react-js": "^3.4.2", "@microsoft/applicationinsights-web": "^3.0.0", - "@wso2is/access-control": "^2.0.2", - "@wso2is/core": "^2.0.1", + "@wso2is/access-control": "^2.0.3", + "@wso2is/core": "^2.0.9", "@wso2is/forms": "^2.0.0", - "@wso2is/i18n": "^2.0.20", + "@wso2is/i18n": "^2.0.23", "i18next": "^21.9.1", "react-i18next": "^11.18.5", "reduce-reducers": "^1.0.4", - "@wso2is/react-components": "^2.0.2", + "@wso2is/react-components": "^2.0.11", "axios": "^0.19.2", "joi": "^17.4.0", "lodash-es": "^4.17.21", diff --git a/modules/core/CHANGELOG.md b/modules/core/CHANGELOG.md index 446dbe4e32c..98686cebf8b 100644 --- a/modules/core/CHANGELOG.md +++ b/modules/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/core +## 2.0.9 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + ## 2.0.8 ### Patch Changes diff --git a/modules/core/package.json b/modules/core/package.json index 7e624b59825..64eb062a32f 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/core", - "version": "2.0.8", + "version": "2.0.9", "description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps", "keywords": [ "WSO2", diff --git a/modules/dynamic-forms/CHANGELOG.md b/modules/dynamic-forms/CHANGELOG.md index c05bf9314a4..d8c960a1395 100644 --- a/modules/dynamic-forms/CHANGELOG.md +++ b/modules/dynamic-forms/CHANGELOG.md @@ -1,5 +1,15 @@ # @wso2is/dynamic-forms +## 2.0.6 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + +- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/react-components@2.0.11 + - @wso2is/core@2.0.9 + ## 2.0.5 ### Patch Changes diff --git a/modules/dynamic-forms/package.json b/modules/dynamic-forms/package.json index 100a0dc8340..72601791654 100644 --- a/modules/dynamic-forms/package.json +++ b/modules/dynamic-forms/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/dynamic-forms", - "version": "2.0.5", + "version": "2.0.6", "private": true, "description": "Dynamic form library for WSO2 Identity Server front end applications.", "keywords": [ @@ -31,9 +31,9 @@ "dependencies": { "@oxygen-ui/react": "^1.6.0", "@mui/material": "^5.13.0", - "@wso2is/core": "^2.0.4", + "@wso2is/core": "^2.0.9", "@wso2is/validation": "^2.0.0", - "@wso2is/react-components": "^2.0.7", + "@wso2is/react-components": "^2.0.11", "final-form": "^4.20.9", "joi": "^17.4.0", "lodash-es": "^4.17.21", diff --git a/modules/i18n/CHANGELOG.md b/modules/i18n/CHANGELOG.md index 8369359f407..906e27a179d 100644 --- a/modules/i18n/CHANGELOG.md +++ b/modules/i18n/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/i18n +## 2.0.23 + +### Patch Changes + +- [#4381](https://github.com/wso2/identity-apps/pull/4381) [`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb) Thanks [@Rashmini](https://github.com/Rashmini)! - Improve organization discovery feature + +- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/core@2.0.9 + ## 2.0.22 ### Patch Changes diff --git a/modules/i18n/package.json b/modules/i18n/package.json index c750f4fd97c..c02a462d87f 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/i18n", - "version": "2.0.22", + "version": "2.0.23", "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.8", + "@wso2is/core": "^2.0.9", "babel-jest": "^26.3.0", "i18next": "^21.9.1", "i18next-browser-languagedetector": "^6.1.5", diff --git a/modules/react-components/CHANGELOG.md b/modules/react-components/CHANGELOG.md index 82acfc758f6..4eae4ce5433 100644 --- a/modules/react-components/CHANGELOG.md +++ b/modules/react-components/CHANGELOG.md @@ -1,5 +1,15 @@ # @wso2is/react-components +## 2.0.11 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + +- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]: + - @wso2is/theme@2.0.26 + - @wso2is/core@2.0.9 + ## 2.0.10 ### Patch Changes diff --git a/modules/react-components/package.json b/modules/react-components/package.json index 8edd7f6bd0f..2611481acb0 100644 --- a/modules/react-components/package.json +++ b/modules/react-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/react-components", - "version": "2.0.10", + "version": "2.0.11", "description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework", "keywords": [ "WSO2", @@ -44,9 +44,9 @@ "@storybook/manager-webpack5": "^6.5.9", "@storybook/react": "^6.5.9", "@storybook/theming": "^6.5.9", - "@wso2is/core": "^2.0.5", + "@wso2is/core": "^2.0.9", "@wso2is/forms": "^2.0.0", - "@wso2is/theme": "^2.0.23", + "@wso2is/theme": "^2.0.26", "classnames": "^2.2.6", "codemirror": "^5.52.0", "i18next": "^21.9.1", diff --git a/modules/theme/CHANGELOG.md b/modules/theme/CHANGELOG.md index e3bdf8e13ac..33b67091ccb 100644 --- a/modules/theme/CHANGELOG.md +++ b/modules/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/theme +## 2.0.26 + +### Patch Changes + +- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics" + ## 2.0.25 ### Patch Changes diff --git a/modules/theme/package.json b/modules/theme/package.json index ea624460140..ea30ab7a3a5 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/theme", - "version": "2.0.25", + "version": "2.0.26", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d932d63e66..801cb675031 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -518,16 +518,16 @@ importers: specifier: ^1.6.0 version: 1.6.0(react-dom@18.2.0)(react@18.2.0)(typescript@4.8.2) '@wso2is/access-control': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../../modules/access-control '@wso2is/common': - specifier: ^2.0.3 + specifier: ^2.0.4 version: link:../../modules/common '@wso2is/core': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../modules/core '@wso2is/dynamic-forms': - specifier: ^2.0.5 + specifier: ^2.0.6 version: link:../../modules/dynamic-forms '@wso2is/form': specifier: ^2.0.4 @@ -536,13 +536,13 @@ importers: specifier: ^2.0.0 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.22 + specifier: ^2.0.23 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.10 + specifier: ^2.0.11 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.25 + specifier: ^2.0.26 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.0 @@ -852,22 +852,22 @@ importers: specifier: ^1.6.0 version: 1.6.0(react-dom@18.2.0)(react@18.2.0)(typescript@4.8.2) '@wso2is/access-control': - specifier: ^2.0.0 + specifier: ^2.0.3 version: link:../../modules/access-control '@wso2is/core': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../modules/core '@wso2is/forms': specifier: ^2.0.0 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.22 + specifier: ^2.0.23 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.9 + specifier: ^2.0.11 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.25 + specifier: ^2.0.26 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.0 @@ -1072,7 +1072,7 @@ importers: identity-apps-core: dependencies: '@wso2is/theme': - specifier: ^2.0.24 + specifier: ^2.0.26 version: link:../modules/theme rimraf: specifier: ^3.0.2 @@ -1081,7 +1081,7 @@ importers: modules/access-control: dependencies: '@wso2is/core': - specifier: ^2.0.0 + specifier: ^2.0.9 version: link:../core jest: specifier: ^26.4.2 @@ -1148,19 +1148,19 @@ importers: specifier: ^3.0.0 version: 3.0.0(tslib@2.4.0)(typescript@4.8.2) '@wso2is/access-control': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../access-control '@wso2is/core': - specifier: ^2.0.1 + specifier: ^2.0.9 version: link:../core '@wso2is/forms': specifier: ^2.0.0 version: link:../forms '@wso2is/i18n': - specifier: ^2.0.20 + specifier: ^2.0.23 version: link:../i18n '@wso2is/react-components': - specifier: ^2.0.2 + specifier: ^2.0.11 version: link:../react-components axios: specifier: ^0.19.2 @@ -1384,10 +1384,10 @@ importers: specifier: ^1.6.0 version: 1.6.0(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(@mui/icons-material@5.11.16)(@mui/lab@5.0.0-alpha.110)(@mui/material@5.13.0)(@mui/system@5.12.3)(@mui/utils@5.14.10)(@types/react@18.0.18)(react-dom@18.2.0)(react@18.2.0)(typescript@4.8.2) '@wso2is/core': - specifier: ^2.0.4 + specifier: ^2.0.9 version: link:../core '@wso2is/react-components': - specifier: ^2.0.7 + specifier: ^2.0.11 version: link:../react-components '@wso2is/validation': specifier: ^2.0.0 @@ -1621,7 +1621,7 @@ importers: specifier: ^26.0.14 version: 26.0.24 '@wso2is/core': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../core babel-jest: specifier: ^26.3.0 @@ -1718,13 +1718,13 @@ importers: specifier: ^6.5.9 version: 6.5.10(react-dom@18.2.0)(react@18.2.0) '@wso2is/core': - specifier: ^2.0.5 + specifier: ^2.0.9 version: link:../core '@wso2is/forms': specifier: ^2.0.0 version: link:../forms '@wso2is/theme': - specifier: ^2.0.23 + specifier: ^2.0.26 version: link:../theme classnames: specifier: ^2.2.6