From d980565cd06d7890d459abd95e5cca28905f2b6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jan 2024 13:34:35 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/beige-jars-vanish.md | 5 ---- .changeset/cool-sheep-arrive.md | 9 ------ .changeset/fast-stingrays-roll.md | 8 ------ .changeset/few-games-study.md | 5 ---- .changeset/selfish-gorillas-poke.md | 5 ---- .changeset/tricky-trees-try.md | 9 ------ apps/console/CHANGELOG.md | 20 ++++++++++++++ apps/console/package.json | 14 +++++----- apps/myaccount/CHANGELOG.md | 17 ++++++++++++ apps/myaccount/package.json | 12 ++++---- identity-apps-core/CHANGELOG.md | 13 +++++++++ identity-apps-core/package.json | 4 +-- modules/common/CHANGELOG.md | 14 ++++++++++ modules/common/package.json | 10 +++---- modules/core/CHANGELOG.md | 6 ++++ modules/core/package.json | 2 +- modules/forms/CHANGELOG.md | 9 ++++++ modules/forms/package.json | 4 +-- 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 | 40 +++++++++++++-------------- 25 files changed, 153 insertions(+), 90 deletions(-) delete mode 100644 .changeset/beige-jars-vanish.md delete mode 100644 .changeset/cool-sheep-arrive.md delete mode 100644 .changeset/fast-stingrays-roll.md delete mode 100644 .changeset/few-games-study.md delete mode 100644 .changeset/selfish-gorillas-poke.md delete mode 100644 .changeset/tricky-trees-try.md diff --git a/.changeset/beige-jars-vanish.md b/.changeset/beige-jars-vanish.md deleted file mode 100644 index b1556386bb5..00000000000 --- a/.changeset/beige-jars-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Encode url parameter for html content in hyprlogin diff --git a/.changeset/cool-sheep-arrive.md b/.changeset/cool-sheep-arrive.md deleted file mode 100644 index 69d65e087a5..00000000000 --- a/.changeset/cool-sheep-arrive.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/i18n": patch -"@wso2is/myaccount": patch -"@wso2is/common": patch -"@wso2is/core": patch ---- - -Rename `Tenant Permissions` -> `Root Organization Permissions` diff --git a/.changeset/fast-stingrays-roll.md b/.changeset/fast-stingrays-roll.md deleted file mode 100644 index f6f7e50526e..00000000000 --- a/.changeset/fast-stingrays-roll.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@wso2is/forms": patch -"@wso2is/console": patch -"@wso2is/myaccount": patch -"@wso2is/common": patch ---- - -Fix form autofill preventing form submission diff --git a/.changeset/few-games-study.md b/.changeset/few-games-study.md deleted file mode 100644 index ed5b79f88ce..00000000000 --- a/.changeset/few-games-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -[fix] sanitize `identifierauth.jsp` and `fido2-auth.jsp` diff --git a/.changeset/selfish-gorillas-poke.md b/.changeset/selfish-gorillas-poke.md deleted file mode 100644 index 243bb1622ee..00000000000 --- a/.changeset/selfish-gorillas-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Make `DisplayName` optional in JDBC diff --git a/.changeset/tricky-trees-try.md b/.changeset/tricky-trees-try.md deleted file mode 100644 index 207cce8a169..00000000000 --- a/.changeset/tricky-trees-try.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@wso2is/theme": patch -"@wso2is/console": patch -"@wso2is/myaccount": patch -"@wso2is/identity-apps-core": patch -"@wso2is/react-components": patch ---- - -Fix Backup code icon branding issues diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index b576f4bf01d..e1523011328 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,25 @@ # @wso2is/console +## 2.10.87 + +### Patch Changes + +- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions` + +* [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission + +- [#5282](https://github.com/wso2/identity-apps/pull/5282) [`6c9c2cef26`](https://github.com/wso2/identity-apps/commit/6c9c2cef26cd333edc22dd89a134d1749675a547) Thanks [@brionmario](https://github.com/brionmario)! - Make `DisplayName` optional in JDBC + +* [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues + +* Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]: + - @wso2is/i18n@2.0.102 + - @wso2is/common@2.0.25 + - @wso2is/core@2.0.31 + - @wso2is/forms@2.0.16 + - @wso2is/theme@2.0.59 + - @wso2is/react-components@2.0.41 + ## 2.10.86 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index b8953efe0c8..d084718567e 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.86", + "version": "2.10.87", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -52,14 +52,14 @@ "@oxygen-ui/react": "^1.8.5", "@oxygen-ui/react-icons": "^1.8.5", "@wso2is/access-control": "^2.0.17", - "@wso2is/core": "^2.0.30", + "@wso2is/core": "^2.0.31", "@wso2is/form": "^2.0.29", - "@wso2is/forms": "^2.0.15", - "@wso2is/i18n": "^2.0.101", - "@wso2is/react-components": "^2.0.40", - "@wso2is/theme": "^2.0.58", + "@wso2is/forms": "^2.0.16", + "@wso2is/i18n": "^2.0.102", + "@wso2is/react-components": "^2.0.41", + "@wso2is/theme": "^2.0.59", "@wso2is/validation": "^2.0.3", - "@wso2is/common": "^2.0.24", + "@wso2is/common": "^2.0.25", "@wso2is/dynamic-forms": "^2.0.27", "axios": "^0.19.2", "codemirror": "^5.52.0", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 12ed519c304..b17b544fbba 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,22 @@ # @wso2is/myaccount +## 2.2.96 + +### Patch Changes + +- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions` + +* [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission + +- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues + +- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]: + - @wso2is/i18n@2.0.102 + - @wso2is/core@2.0.31 + - @wso2is/forms@2.0.16 + - @wso2is/theme@2.0.59 + - @wso2is/react-components@2.0.41 + ## 2.2.95 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 09612ddf8b6..4255a6045d6 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.2.95", + "version": "2.2.96", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -44,11 +44,11 @@ "@oxygen-ui/react": "^1.8.5", "@oxygen-ui/react-icons": "^1.8.5", "@wso2is/access-control": "^2.0.17", - "@wso2is/core": "^2.0.30", - "@wso2is/forms": "^2.0.15", - "@wso2is/i18n": "^2.0.101", - "@wso2is/react-components": "^2.0.40", - "@wso2is/theme": "^2.0.58", + "@wso2is/core": "^2.0.31", + "@wso2is/forms": "^2.0.16", + "@wso2is/i18n": "^2.0.102", + "@wso2is/react-components": "^2.0.41", + "@wso2is/theme": "^2.0.59", "@wso2is/validation": "^2.0.3", "axios": "^0.19.2", "history": "^4.9.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 504959336ee..38213c316ce 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,18 @@ # @wso2is/identity-apps-core +## 2.0.125 + +### Patch Changes + +- [#5290](https://github.com/wso2/identity-apps/pull/5290) [`cf0041d8f4`](https://github.com/wso2/identity-apps/commit/cf0041d8f4db82eb5777f9e45d49cf3083e2bfd1) Thanks [@Lakshan-Banneheke](https://github.com/Lakshan-Banneheke)! - Encode url parameter for html content in hyprlogin + +* [#5274](https://github.com/wso2/identity-apps/pull/5274) [`533192f658`](https://github.com/wso2/identity-apps/commit/533192f658386198dbca0428d469f03cd9bb659b) Thanks [@Achintha444](https://github.com/Achintha444)! - [fix] sanitize `identifierauth.jsp` and `fido2-auth.jsp` + +- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues + +- Updated dependencies [[`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]: + - @wso2is/theme@2.0.59 + ## 2.0.124 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 42e4244b50f..ff3beb56cc6 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.124", + "version": "2.0.125", "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.58", + "@wso2is/theme": "^2.0.59", "rimraf": "^3.0.2" } } diff --git a/modules/common/CHANGELOG.md b/modules/common/CHANGELOG.md index c0b2fb5a318..3707c609cdc 100644 --- a/modules/common/CHANGELOG.md +++ b/modules/common/CHANGELOG.md @@ -1,5 +1,19 @@ # @wso2is/common +## 2.0.25 + +### Patch Changes + +- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions` + +* [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission + +* Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]: + - @wso2is/i18n@2.0.102 + - @wso2is/core@2.0.31 + - @wso2is/forms@2.0.16 + - @wso2is/react-components@2.0.41 + ## 2.0.24 ### Patch Changes diff --git a/modules/common/package.json b/modules/common/package.json index 289957a9ea6..a06b56ab8fe 100644 --- a/modules/common/package.json +++ b/modules/common/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/common", - "version": "2.0.24", + "version": "2.0.25", "description": "Common UI module for Asgardeo React Applications.", "keywords": [ "Asgardeo", @@ -38,13 +38,13 @@ "@microsoft/applicationinsights-react-js": "^3.4.2", "@microsoft/applicationinsights-web": "^3.0.0", "@wso2is/access-control": "^2.0.17", - "@wso2is/core": "^2.0.30", - "@wso2is/forms": "^2.0.15", - "@wso2is/i18n": "^2.0.100", + "@wso2is/core": "^2.0.31", + "@wso2is/forms": "^2.0.16", + "@wso2is/i18n": "^2.0.102", "i18next": "^21.9.1", "react-i18next": "^11.18.5", "reduce-reducers": "^1.0.4", - "@wso2is/react-components": "^2.0.39", + "@wso2is/react-components": "^2.0.41", "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 13a7aad3bbb..b11c23e9996 100644 --- a/modules/core/CHANGELOG.md +++ b/modules/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/core +## 2.0.31 + +### Patch Changes + +- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions` + ## 2.0.30 ### Patch Changes diff --git a/modules/core/package.json b/modules/core/package.json index 36d23c21a7f..fa2fc424479 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/core", - "version": "2.0.30", + "version": "2.0.31", "description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps", "keywords": [ "WSO2", diff --git a/modules/forms/CHANGELOG.md b/modules/forms/CHANGELOG.md index 2f0167818a5..8fea688639d 100644 --- a/modules/forms/CHANGELOG.md +++ b/modules/forms/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/forms +## 2.0.16 + +### Patch Changes + +- [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission + +- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111)]: + - @wso2is/core@2.0.31 + ## 2.0.15 ### Patch Changes diff --git a/modules/forms/package.json b/modules/forms/package.json index c426fe63384..349310a221d 100644 --- a/modules/forms/package.json +++ b/modules/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/forms", - "version": "2.0.15", + "version": "2.0.16", "description": "Forms module for WSO2 Identity Server web-apps.", "keywords": [ "WSO2", @@ -29,7 +29,7 @@ "typecheck": "pnpm compile" }, "dependencies": { - "@wso2is/core": "^2.0.30", + "@wso2is/core": "^2.0.31", "classnames": "^2.2.6", "lodash-es": "^4.17.21", "semantic-ui-react": "^2.1.3" diff --git a/modules/i18n/CHANGELOG.md b/modules/i18n/CHANGELOG.md index 0a0a3e110e8..50f579d7645 100644 --- a/modules/i18n/CHANGELOG.md +++ b/modules/i18n/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/i18n +## 2.0.102 + +### Patch Changes + +- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions` + +- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111)]: + - @wso2is/core@2.0.31 + ## 2.0.101 ### Patch Changes diff --git a/modules/i18n/package.json b/modules/i18n/package.json index 8868bc1b318..2e641c76b45 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/i18n", - "version": "2.0.101", + "version": "2.0.102", "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.30", + "@wso2is/core": "^2.0.31", "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 90d0febaf5e..181fa5bbfc8 100644 --- a/modules/react-components/CHANGELOG.md +++ b/modules/react-components/CHANGELOG.md @@ -1,5 +1,15 @@ # @wso2is/react-components +## 2.0.41 + +### Patch Changes + +- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues + +- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]: + - @wso2is/core@2.0.31 + - @wso2is/theme@2.0.59 + ## 2.0.40 ### Patch Changes diff --git a/modules/react-components/package.json b/modules/react-components/package.json index b37cbfc3eac..ec58931b269 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.40", + "version": "2.0.41", "description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework", "keywords": [ "WSO2", @@ -44,8 +44,8 @@ "@storybook/manager-webpack5": "^6.5.9", "@storybook/react": "^6.5.9", "@storybook/theming": "^6.5.9", - "@wso2is/core": "^2.0.30", - "@wso2is/theme": "^2.0.58", + "@wso2is/core": "^2.0.31", + "@wso2is/theme": "^2.0.59", "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 f1447bb7d2b..0ed9295273d 100644 --- a/modules/theme/CHANGELOG.md +++ b/modules/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/theme +## 2.0.59 + +### Patch Changes + +- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues + ## 2.0.58 ### Patch Changes diff --git a/modules/theme/package.json b/modules/theme/package.json index db74a69cc4e..83aad2cdba0 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/theme", - "version": "2.0.58", + "version": "2.0.59", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91f053d6449..ab5e1a5b143 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -521,10 +521,10 @@ importers: specifier: ^2.0.17 version: link:../../modules/access-control '@wso2is/common': - specifier: ^2.0.24 + specifier: ^2.0.25 version: link:../../modules/common '@wso2is/core': - specifier: ^2.0.30 + specifier: ^2.0.31 version: link:../../modules/core '@wso2is/dynamic-forms': specifier: ^2.0.27 @@ -533,16 +533,16 @@ importers: specifier: ^2.0.29 version: link:../../modules/form '@wso2is/forms': - specifier: ^2.0.15 + specifier: ^2.0.16 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.101 + specifier: ^2.0.102 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.40 + specifier: ^2.0.41 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.58 + specifier: ^2.0.59 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.3 @@ -855,19 +855,19 @@ importers: specifier: ^2.0.17 version: link:../../modules/access-control '@wso2is/core': - specifier: ^2.0.30 + specifier: ^2.0.31 version: link:../../modules/core '@wso2is/forms': - specifier: ^2.0.15 + specifier: ^2.0.16 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.101 + specifier: ^2.0.102 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.40 + specifier: ^2.0.41 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.58 + specifier: ^2.0.59 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.3 @@ -1072,7 +1072,7 @@ importers: identity-apps-core: dependencies: '@wso2is/theme': - specifier: ^2.0.58 + specifier: ^2.0.59 version: link:../modules/theme rimraf: specifier: ^3.0.2 @@ -1151,16 +1151,16 @@ importers: specifier: ^2.0.17 version: link:../access-control '@wso2is/core': - specifier: ^2.0.30 + specifier: ^2.0.31 version: link:../core '@wso2is/forms': - specifier: ^2.0.15 + specifier: ^2.0.16 version: link:../forms '@wso2is/i18n': - specifier: ^2.0.100 + specifier: ^2.0.102 version: link:../i18n '@wso2is/react-components': - specifier: ^2.0.39 + specifier: ^2.0.41 version: link:../react-components axios: specifier: ^0.19.2 @@ -1548,7 +1548,7 @@ importers: modules/forms: dependencies: '@wso2is/core': - specifier: ^2.0.30 + specifier: ^2.0.31 version: link:../core classnames: specifier: ^2.2.6 @@ -1621,7 +1621,7 @@ importers: specifier: ^26.0.14 version: 26.0.24 '@wso2is/core': - specifier: ^2.0.30 + specifier: ^2.0.31 version: link:../core babel-jest: specifier: ^26.3.0 @@ -1718,10 +1718,10 @@ importers: specifier: ^6.5.9 version: 6.5.10(react-dom@18.2.0)(react@18.2.0) '@wso2is/core': - specifier: ^2.0.30 + specifier: ^2.0.31 version: link:../core '@wso2is/theme': - specifier: ^2.0.58 + specifier: ^2.0.59 version: link:../theme classnames: specifier: ^2.2.6