From dc0b5bb53f69003fe001e652b8c1a4d88c0ebc24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 May 2024 08:33:34 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/selfish-papayas-exercise.md | 8 ---- apps/console/CHANGELOG.md | 18 ++++++++ apps/console/package.json | 18 ++++---- apps/myaccount/CHANGELOG.md | 12 ++++++ apps/myaccount/package.json | 14 +++---- features/CHANGELOG.md | 17 ++++++++ features/package.json | 16 +++---- modules/access-control/CHANGELOG.md | 7 ++++ modules/access-control/package.json | 4 +- modules/core/CHANGELOG.md | 6 +++ modules/core/package.json | 2 +- modules/dynamic-forms/CHANGELOG.md | 8 ++++ modules/dynamic-forms/package.json | 6 +-- modules/form/CHANGELOG.md | 8 ++++ modules/form/package.json | 6 +-- modules/forms/CHANGELOG.md | 7 ++++ modules/forms/package.json | 4 +- modules/i18n/CHANGELOG.md | 7 ++++ modules/i18n/package.json | 4 +- modules/react-components/CHANGELOG.md | 11 +++++ modules/react-components/package.json | 4 +- pnpm-lock.yaml | 58 +++++++++++++------------- 22 files changed, 169 insertions(+), 76 deletions(-) delete mode 100644 .changeset/selfish-papayas-exercise.md diff --git a/.changeset/selfish-papayas-exercise.md b/.changeset/selfish-papayas-exercise.md deleted file mode 100644 index 48956762fda..00000000000 --- a/.changeset/selfish-papayas-exercise.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@wso2is/react-components": minor -"@wso2is/console": minor -"@wso2is/features": minor -"@wso2is/core": patch ---- - -Move session refresh logic to Application level diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index a74404eeb88..8fae1c4ef9a 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,23 @@ # @wso2is/console +## 2.17.0 + +### Minor Changes + +- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/react-components@2.2.0 + - @wso2is/features@2.17.0 + - @wso2is/core@2.0.45 + - @wso2is/dynamic-forms@2.0.58 + - @wso2is/form@2.0.59 + - @wso2is/access-control@3.0.5 + - @wso2is/forms@2.0.35 + - @wso2is/i18n@2.2.17 + ## 2.16.20 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index fd19b1ca6c9..3c02ed3ed41 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.16.20", + "version": "2.17.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -48,16 +48,16 @@ "@mui/utils": "^5.12.3", "@oxygen-ui/react": "^1.11.0", "@oxygen-ui/react-icons": "^1.11.0", - "@wso2is/access-control": "^3.0.4", - "@wso2is/core": "^2.0.44", - "@wso2is/dynamic-forms": "^2.0.57", - "@wso2is/form": "^2.0.58", - "@wso2is/forms": "^2.0.34", - "@wso2is/i18n": "^2.2.16", - "@wso2is/react-components": "^2.1.28", + "@wso2is/access-control": "^3.0.5", + "@wso2is/core": "^2.0.45", + "@wso2is/dynamic-forms": "^2.0.58", + "@wso2is/form": "^2.0.59", + "@wso2is/forms": "^2.0.35", + "@wso2is/i18n": "^2.2.17", + "@wso2is/react-components": "^2.2.0", "@wso2is/theme": "^2.0.81", "@wso2is/validation": "^2.0.5", - "@wso2is/features": "^2.16.17", + "@wso2is/features": "^2.17.0", "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 1318a2275b4..f3dc2fc83df 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,17 @@ # @wso2is/myaccount +## 2.5.81 + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/react-components@2.2.0 + - @wso2is/features@2.17.0 + - @wso2is/core@2.0.45 + - @wso2is/access-control@3.0.5 + - @wso2is/forms@2.0.35 + - @wso2is/i18n@2.2.17 + ## 2.5.80 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 5c43ecd9292..213160c30f4 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.5.80", + "version": "2.5.81", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -43,14 +43,14 @@ "@mui/system": "^5.12.3", "@oxygen-ui/react": "^1.11.0", "@oxygen-ui/react-icons": "^1.11.0", - "@wso2is/access-control": "^3.0.4", - "@wso2is/core": "^2.0.44", - "@wso2is/forms": "^2.0.34", - "@wso2is/i18n": "^2.2.16", - "@wso2is/react-components": "^2.1.28", + "@wso2is/access-control": "^3.0.5", + "@wso2is/core": "^2.0.45", + "@wso2is/forms": "^2.0.35", + "@wso2is/i18n": "^2.2.17", + "@wso2is/react-components": "^2.2.0", "@wso2is/theme": "^2.0.81", "@wso2is/validation": "^2.0.5", - "@wso2is/features": "^2.16.17", + "@wso2is/features": "^2.17.0", "axios": "^0.19.2", "history": "^4.9.0", "i18next": "^21.9.1", diff --git a/features/CHANGELOG.md b/features/CHANGELOG.md index 1ee3e8cadcf..a6e9afa6ecb 100644 --- a/features/CHANGELOG.md +++ b/features/CHANGELOG.md @@ -1,5 +1,22 @@ # @wso2is/features +## 2.17.0 + +### Minor Changes + +- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/react-components@2.2.0 + - @wso2is/core@2.0.45 + - @wso2is/dynamic-forms@2.0.58 + - @wso2is/form@2.0.59 + - @wso2is/access-control@3.0.5 + - @wso2is/forms@2.0.35 + - @wso2is/i18n@2.2.17 + ## 2.16.17 ### Patch Changes diff --git a/features/package.json b/features/package.json index 72023bd5e1e..56ae086b5e4 100644 --- a/features/package.json +++ b/features/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/features", - "version": "2.16.17", + "version": "2.17.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -29,13 +29,13 @@ "@mui/utils": "^5.12.3", "@oxygen-ui/react": "^1.11.0", "@oxygen-ui/react-icons": "^1.11.0", - "@wso2is/access-control": "^3.0.4", - "@wso2is/core": "^2.0.44", - "@wso2is/dynamic-forms": "^2.0.57", - "@wso2is/form": "^2.0.58", - "@wso2is/forms": "^2.0.34", - "@wso2is/i18n": "^2.2.16", - "@wso2is/react-components": "^2.1.28", + "@wso2is/access-control": "^3.0.5", + "@wso2is/core": "^2.0.45", + "@wso2is/dynamic-forms": "^2.0.58", + "@wso2is/form": "^2.0.59", + "@wso2is/forms": "^2.0.35", + "@wso2is/i18n": "^2.2.17", + "@wso2is/react-components": "^2.2.0", "@wso2is/theme": "^2.0.81", "@wso2is/validation": "^2.0.5", "axios": "^0.19.2", diff --git a/modules/access-control/CHANGELOG.md b/modules/access-control/CHANGELOG.md index 916c9fac602..8f4ec105268 100644 --- a/modules/access-control/CHANGELOG.md +++ b/modules/access-control/CHANGELOG.md @@ -1,5 +1,12 @@ # @wso2is/access-control +## 3.0.5 + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/core@2.0.45 + ## 3.0.4 ### Patch Changes diff --git a/modules/access-control/package.json b/modules/access-control/package.json index 9c3f9bbe8f2..3dc9301bc41 100644 --- a/modules/access-control/package.json +++ b/modules/access-control/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/access-control", - "version": "3.0.4", + "version": "3.0.5", "description": "Access control module for WSO2 Identity Server front end applications", "main": "dist/src/index.js", "types": "dist/types/index.d.ts", @@ -32,7 +32,7 @@ "author": "WSO2", "license": "Apache-2.0", "dependencies": { - "@wso2is/core": "^2.0.44", + "@wso2is/core": "^2.0.45", "jest": "^29.7.0", "ts-jest": "^29.1.2" }, diff --git a/modules/core/CHANGELOG.md b/modules/core/CHANGELOG.md index e10190fc014..ce5de672df8 100644 --- a/modules/core/CHANGELOG.md +++ b/modules/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/core +## 2.0.45 + +### Patch Changes + +- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level + ## 2.0.44 ### Patch Changes diff --git a/modules/core/package.json b/modules/core/package.json index 7765a048711..c35f5d49b8f 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/core", - "version": "2.0.44", + "version": "2.0.45", "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 adb257a62bb..de11e92b60b 100644 --- a/modules/dynamic-forms/CHANGELOG.md +++ b/modules/dynamic-forms/CHANGELOG.md @@ -1,5 +1,13 @@ # @wso2is/dynamic-forms +## 2.0.58 + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/react-components@2.2.0 + - @wso2is/core@2.0.45 + ## 2.0.57 ### Patch Changes diff --git a/modules/dynamic-forms/package.json b/modules/dynamic-forms/package.json index 794d0e5ecdb..46d0d1098d0 100644 --- a/modules/dynamic-forms/package.json +++ b/modules/dynamic-forms/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/dynamic-forms", - "version": "2.0.57", + "version": "2.0.58", "private": true, "description": "Dynamic form library for WSO2 Identity Server front end applications.", "keywords": [ @@ -30,9 +30,9 @@ "dependencies": { "@oxygen-ui/react": "^1.11.0", "@mui/material": "^5.13.0", - "@wso2is/core": "^2.0.44", + "@wso2is/core": "^2.0.45", "@wso2is/validation": "^2.0.5", - "@wso2is/react-components": "^2.1.28", + "@wso2is/react-components": "^2.2.0", "final-form": "^4.20.9", "joi": "^17.4.0", "lodash-es": "^4.17.21", diff --git a/modules/form/CHANGELOG.md b/modules/form/CHANGELOG.md index bfd5a43c0e5..fd97877c9c1 100644 --- a/modules/form/CHANGELOG.md +++ b/modules/form/CHANGELOG.md @@ -1,5 +1,13 @@ # @wso2is/form +## 2.0.59 + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/react-components@2.2.0 + - @wso2is/core@2.0.45 + ## 2.0.58 ### Patch Changes diff --git a/modules/form/package.json b/modules/form/package.json index 13520f0860d..6d1531757fc 100644 --- a/modules/form/package.json +++ b/modules/form/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/form", - "version": "2.0.58", + "version": "2.0.59", "description": "Form library for WSO2 Identity Server front end applications.", "keywords": [ "WSO2", @@ -30,8 +30,8 @@ "typecheck": "pnpm compile" }, "dependencies": { - "@wso2is/core": "^2.0.44", - "@wso2is/react-components": "^2.1.28", + "@wso2is/core": "^2.0.45", + "@wso2is/react-components": "^2.2.0", "@wso2is/validation": "^2.0.5", "final-form": "^4.20.2", "joi": "^17.4.0", diff --git a/modules/forms/CHANGELOG.md b/modules/forms/CHANGELOG.md index 5855c41e585..ff7a06c1b5d 100644 --- a/modules/forms/CHANGELOG.md +++ b/modules/forms/CHANGELOG.md @@ -1,5 +1,12 @@ # @wso2is/forms +## 2.0.35 + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/core@2.0.45 + ## 2.0.34 ### Patch Changes diff --git a/modules/forms/package.json b/modules/forms/package.json index da3249adf45..6cf2d2fd4ad 100644 --- a/modules/forms/package.json +++ b/modules/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/forms", - "version": "2.0.34", + "version": "2.0.35", "description": "Forms module for WSO2 Identity Server web-apps.", "keywords": [ "WSO2", @@ -28,7 +28,7 @@ "typecheck": "pnpm compile" }, "dependencies": { - "@wso2is/core": "^2.0.44", + "@wso2is/core": "^2.0.45", "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 be1f05806eb..5faee5c3347 100644 --- a/modules/i18n/CHANGELOG.md +++ b/modules/i18n/CHANGELOG.md @@ -1,5 +1,12 @@ # @wso2is/i18n +## 2.2.17 + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/core@2.0.45 + ## 2.2.16 ### Patch Changes diff --git a/modules/i18n/package.json b/modules/i18n/package.json index b48e4f99e45..dcd9110c261 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/i18n", - "version": "2.2.16", + "version": "2.2.17", "description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.", "keywords": [ "WSO2", @@ -37,7 +37,7 @@ "author": "WSO2", "license": "Apache-2.0", "dependencies": { - "@wso2is/core": "^2.0.44", + "@wso2is/core": "^2.0.45", "@types/jest": "^29.5.12", "babel-jest": "^26.3.0", "i18next": "^21.9.1", diff --git a/modules/react-components/CHANGELOG.md b/modules/react-components/CHANGELOG.md index ee9b040851b..2b475182c05 100644 --- a/modules/react-components/CHANGELOG.md +++ b/modules/react-components/CHANGELOG.md @@ -1,5 +1,16 @@ # @wso2is/react-components +## 2.2.0 + +### Minor Changes + +- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level + +### Patch Changes + +- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]: + - @wso2is/core@2.0.45 + ## 2.1.28 ### Patch Changes diff --git a/modules/react-components/package.json b/modules/react-components/package.json index 4d63fbd5902..7f86063d007 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.1.28", + "version": "2.2.0", "description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework", "keywords": [ "WSO2", @@ -43,7 +43,7 @@ "@storybook/manager-webpack5": "^6.5.9", "@storybook/react": "^6.5.9", "@storybook/theming": "^6.5.9", - "@wso2is/core": "^2.0.44", + "@wso2is/core": "^2.0.45", "@wso2is/theme": "^2.0.81", "classnames": "^2.2.6", "codemirror": "^5.52.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 31c82083d0b..82b23ea4ec9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -510,28 +510,28 @@ importers: specifier: ^1.11.0 version: 1.11.0(react-dom@18.3.1)(react@18.3.1)(typescript@4.9.5) '@wso2is/access-control': - specifier: ^3.0.4 + specifier: ^3.0.5 version: link:../../modules/access-control '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../../modules/core '@wso2is/dynamic-forms': - specifier: ^2.0.57 + specifier: ^2.0.58 version: link:../../modules/dynamic-forms '@wso2is/features': - specifier: ^2.16.17 + specifier: ^2.17.0 version: link:../../features '@wso2is/form': - specifier: ^2.0.58 + specifier: ^2.0.59 version: link:../../modules/form '@wso2is/forms': - specifier: ^2.0.34 + specifier: ^2.0.35 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.2.16 + specifier: ^2.2.17 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.1.28 + specifier: ^2.2.0 version: link:../../modules/react-components '@wso2is/theme': specifier: ^2.0.81 @@ -850,22 +850,22 @@ importers: specifier: ^1.11.0 version: 1.11.0(react-dom@18.3.1)(react@18.3.1)(typescript@4.9.5) '@wso2is/access-control': - specifier: ^3.0.4 + specifier: ^3.0.5 version: link:../../modules/access-control '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../../modules/core '@wso2is/features': - specifier: ^2.16.17 + specifier: ^2.17.0 version: link:../../features '@wso2is/forms': - specifier: ^2.0.34 + specifier: ^2.0.35 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.2.16 + specifier: ^2.2.17 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.1.28 + specifier: ^2.2.0 version: link:../../modules/react-components '@wso2is/theme': specifier: ^2.0.81 @@ -1112,25 +1112,25 @@ importers: specifier: ^1.11.0 version: 1.11.0(react-dom@18.3.1)(react@18.3.1)(typescript@4.9.5) '@wso2is/access-control': - specifier: ^3.0.4 + specifier: ^3.0.5 version: link:../modules/access-control '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../modules/core '@wso2is/dynamic-forms': - specifier: ^2.0.57 + specifier: ^2.0.58 version: link:../modules/dynamic-forms '@wso2is/form': - specifier: ^2.0.58 + specifier: ^2.0.59 version: link:../modules/form '@wso2is/forms': - specifier: ^2.0.34 + specifier: ^2.0.35 version: link:../modules/forms '@wso2is/i18n': - specifier: ^2.2.16 + specifier: ^2.2.17 version: link:../modules/i18n '@wso2is/react-components': - specifier: ^2.1.28 + specifier: ^2.2.0 version: link:../modules/react-components '@wso2is/theme': specifier: ^2.0.81 @@ -1422,7 +1422,7 @@ importers: modules/access-control: dependencies: '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../core jest: specifier: ^29.7.0 @@ -1577,10 +1577,10 @@ importers: specifier: ^1.11.0 version: 1.11.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@5.15.16)(@mui/lab@5.0.0-alpha.110)(@mui/material@5.13.0)(@mui/system@5.15.15)(@mui/utils@5.15.14)(@types/react@18.0.18)(react-dom@18.3.1)(react@18.3.1)(typescript@4.9.5) '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../core '@wso2is/react-components': - specifier: ^2.1.28 + specifier: ^2.2.0 version: link:../react-components '@wso2is/validation': specifier: ^2.0.5 @@ -1665,10 +1665,10 @@ importers: specifier: ^1.11.0 version: 1.11.0(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@mui/icons-material@5.15.16)(@mui/lab@5.0.0-alpha.110)(@mui/material@5.13.0)(@mui/system@5.15.15)(@mui/utils@5.15.14)(@types/react@18.0.18)(react-dom@18.3.1)(react@18.3.1)(typescript@4.9.5) '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../core '@wso2is/react-components': - specifier: ^2.1.28 + specifier: ^2.2.0 version: link:../react-components '@wso2is/validation': specifier: ^2.0.5 @@ -1741,7 +1741,7 @@ importers: modules/forms: dependencies: '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../core classnames: specifier: ^2.2.6 @@ -1814,7 +1814,7 @@ importers: specifier: ^29.5.12 version: 29.5.12 '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../core babel-jest: specifier: ^26.3.0 @@ -1911,7 +1911,7 @@ importers: specifier: ^6.5.9 version: 6.5.16(react-dom@18.3.1)(react@18.3.1) '@wso2is/core': - specifier: ^2.0.44 + specifier: ^2.0.45 version: link:../core '@wso2is/theme': specifier: ^2.0.81