diff --git a/.changeset/eight-news-cheat.md b/.changeset/eight-news-cheat.md deleted file mode 100644 index d545a99981d..00000000000 --- a/.changeset/eight-news-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix user creation wizard's group step issue diff --git a/.changeset/empty-falcons-know.md b/.changeset/empty-falcons-know.md deleted file mode 100644 index dcccfa8c0aa..00000000000 --- a/.changeset/empty-falcons-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Update user store filter functionality diff --git a/.changeset/moody-birds-smell.md b/.changeset/moody-birds-smell.md deleted file mode 100644 index 01226e37ea6..00000000000 --- a/.changeset/moody-birds-smell.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@wso2is/react-components": patch -"@wso2is/dynamic-forms": patch -"@wso2is/myaccount": patch -"@wso2is/console": patch -"@wso2is/form": patch ---- - -Bump oxygen-ui version to 1.6.2 diff --git a/.changeset/sharp-avocados-love.md b/.changeset/sharp-avocados-love.md deleted file mode 100644 index 5827b7793da..00000000000 --- a/.changeset/sharp-avocados-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix legacyAuthzRuntime not setting properly diff --git a/.changeset/small-melons-repair.md b/.changeset/small-melons-repair.md deleted file mode 100644 index f60cdc9d308..00000000000 --- a/.changeset/small-melons-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": minor ---- - -Add OIDC protocol configs related to client authentication, request object, pushed authorization and subject types. diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index d3053d55959..50a08e5ed37 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,26 @@ # @wso2is/console +## 2.4.0 + +### Minor Changes + +- [#4284](https://github.com/wso2/identity-apps/pull/4284) [`6eabfdf64d`](https://github.com/wso2/identity-apps/commit/6eabfdf64d5b3bd2d9bc031bd59b24d90b75c0ff) Thanks [@RivinduM](https://github.com/RivinduM)! - Add OIDC protocol configs related to client authentication, request object, pushed authorization and subject types. + +### Patch Changes + +- [#4394](https://github.com/wso2/identity-apps/pull/4394) [`f47a9eb796`](https://github.com/wso2/identity-apps/commit/f47a9eb796536ad8e1eb151666dfb187065457dc) Thanks [@savindi7](https://github.com/savindi7)! - Fix user creation wizard's group step issue + +* [#4389](https://github.com/wso2/identity-apps/pull/4389) [`f58ff2fd65`](https://github.com/wso2/identity-apps/commit/f58ff2fd6502a13d8861ed1d26fad08097898c55) Thanks [@Shenali-SJ](https://github.com/Shenali-SJ)! - Update user store filter functionality + +- [#4390](https://github.com/wso2/identity-apps/pull/4390) [`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456) Thanks [@Rashmini](https://github.com/Rashmini)! - Bump oxygen-ui version to 1.6.2 + +* [#4391](https://github.com/wso2/identity-apps/pull/4391) [`b19959a91f`](https://github.com/wso2/identity-apps/commit/b19959a91fa1b24ab4abd43e08b42fa94250fd73) Thanks [@Achintha444](https://github.com/Achintha444)! - Fix legacyAuthzRuntime not setting properly + +* Updated dependencies [[`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456)]: + - @wso2is/react-components@2.0.12 + - @wso2is/dynamic-forms@2.0.7 + - @wso2is/form@2.0.5 + ## 2.3.7 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 9c4a4e54130..43bd69c428f 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.3.7", + "version": "2.4.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -53,14 +53,14 @@ "@oxygen-ui/react-icons": "^1.6.2", "@wso2is/access-control": "^2.0.3", "@wso2is/core": "^2.0.9", - "@wso2is/form": "^2.0.4", + "@wso2is/form": "^2.0.5", "@wso2is/forms": "^2.0.0", "@wso2is/i18n": "^2.0.23", - "@wso2is/react-components": "^2.0.11", + "@wso2is/react-components": "^2.0.12", "@wso2is/theme": "^2.0.26", "@wso2is/validation": "^2.0.0", "@wso2is/common": "^2.0.4", - "@wso2is/dynamic-forms": "^2.0.6", + "@wso2is/dynamic-forms": "^2.0.7", "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 79462673dad..72dc4682755 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/myaccount +## 2.1.13 + +### Patch Changes + +- [#4390](https://github.com/wso2/identity-apps/pull/4390) [`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456) Thanks [@Rashmini](https://github.com/Rashmini)! - Bump oxygen-ui version to 1.6.2 + +- Updated dependencies [[`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456)]: + - @wso2is/react-components@2.0.12 + ## 2.1.12 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index b05e445c56c..51b90d68f29 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.1.12", + "version": "2.1.13", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -47,7 +47,7 @@ "@wso2is/core": "^2.0.9", "@wso2is/forms": "^2.0.0", "@wso2is/i18n": "^2.0.23", - "@wso2is/react-components": "^2.0.11", + "@wso2is/react-components": "^2.0.12", "@wso2is/theme": "^2.0.26", "@wso2is/validation": "^2.0.0", "axios": "^0.19.2", diff --git a/modules/dynamic-forms/CHANGELOG.md b/modules/dynamic-forms/CHANGELOG.md index d8c960a1395..2be7a7defdf 100644 --- a/modules/dynamic-forms/CHANGELOG.md +++ b/modules/dynamic-forms/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/dynamic-forms +## 2.0.7 + +### Patch Changes + +- [#4390](https://github.com/wso2/identity-apps/pull/4390) [`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456) Thanks [@Rashmini](https://github.com/Rashmini)! - Bump oxygen-ui version to 1.6.2 + +- Updated dependencies [[`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456)]: + - @wso2is/react-components@2.0.12 + ## 2.0.6 ### Patch Changes diff --git a/modules/dynamic-forms/package.json b/modules/dynamic-forms/package.json index 33441faa616..b0eb6ee238e 100644 --- a/modules/dynamic-forms/package.json +++ b/modules/dynamic-forms/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/dynamic-forms", - "version": "2.0.6", + "version": "2.0.7", "private": true, "description": "Dynamic form library for WSO2 Identity Server front end applications.", "keywords": [ @@ -33,7 +33,7 @@ "@mui/material": "^5.13.0", "@wso2is/core": "^2.0.9", "@wso2is/validation": "^2.0.0", - "@wso2is/react-components": "^2.0.11", + "@wso2is/react-components": "^2.0.12", "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 f862ba55848..55b8ac8b6dc 100644 --- a/modules/form/CHANGELOG.md +++ b/modules/form/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/form +## 2.0.5 + +### Patch Changes + +- [#4390](https://github.com/wso2/identity-apps/pull/4390) [`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456) Thanks [@Rashmini](https://github.com/Rashmini)! - Bump oxygen-ui version to 1.6.2 + +- Updated dependencies [[`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456)]: + - @wso2is/react-components@2.0.12 + ## 2.0.4 ### Patch Changes diff --git a/modules/form/package.json b/modules/form/package.json index c5e8d76d28d..982385cdb7f 100644 --- a/modules/form/package.json +++ b/modules/form/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/form", - "version": "2.0.4", + "version": "2.0.5", "description": "Form library for WSO2 Identity Server front end applications.", "keywords": [ "WSO2", @@ -32,7 +32,7 @@ }, "dependencies": { "@wso2is/core": "^2.0.4", - "@wso2is/react-components": "^2.0.7", + "@wso2is/react-components": "^2.0.12", "@wso2is/validation": "^2.0.0", "final-form": "^4.20.2", "joi": "^17.4.0", diff --git a/modules/react-components/CHANGELOG.md b/modules/react-components/CHANGELOG.md index 4eae4ce5433..f51fa67e1b7 100644 --- a/modules/react-components/CHANGELOG.md +++ b/modules/react-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/react-components +## 2.0.12 + +### Patch Changes + +- [#4390](https://github.com/wso2/identity-apps/pull/4390) [`3216c6bc96`](https://github.com/wso2/identity-apps/commit/3216c6bc96a930a3ce016ac846808bafed017456) Thanks [@Rashmini](https://github.com/Rashmini)! - Bump oxygen-ui version to 1.6.2 + ## 2.0.11 ### Patch Changes diff --git a/modules/react-components/package.json b/modules/react-components/package.json index e6c29509599..51efc58429f 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.11", + "version": "2.0.12", "description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78a23b8a7e5..00ab6052e84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -527,10 +527,10 @@ importers: specifier: ^2.0.9 version: link:../../modules/core '@wso2is/dynamic-forms': - specifier: ^2.0.6 + specifier: ^2.0.7 version: link:../../modules/dynamic-forms '@wso2is/form': - specifier: ^2.0.4 + specifier: ^2.0.5 version: link:../../modules/form '@wso2is/forms': specifier: ^2.0.0 @@ -539,7 +539,7 @@ importers: specifier: ^2.0.23 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.11 + specifier: ^2.0.12 version: link:../../modules/react-components '@wso2is/theme': specifier: ^2.0.26 @@ -864,7 +864,7 @@ importers: specifier: ^2.0.23 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.11 + specifier: ^2.0.12 version: link:../../modules/react-components '@wso2is/theme': specifier: ^2.0.26 @@ -1387,7 +1387,7 @@ importers: specifier: ^2.0.9 version: link:../core '@wso2is/react-components': - specifier: ^2.0.11 + specifier: ^2.0.12 version: link:../react-components '@wso2is/validation': specifier: ^2.0.0 @@ -1475,7 +1475,7 @@ importers: specifier: ^2.0.4 version: link:../core '@wso2is/react-components': - specifier: ^2.0.7 + specifier: ^2.0.12 version: link:../react-components '@wso2is/validation': specifier: ^2.0.0 @@ -2396,21 +2396,6 @@ packages: '@babel/helper-replace-supers': 7.22.20(@babel/core@7.18.13) '@babel/helper-split-export-declaration': 7.22.6 - /@babel/helper-create-class-features-plugin@7.18.13(@babel/core@7.23.0): - resolution: {integrity: sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.0 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) - '@babel/helper-split-export-declaration': 7.22.6 - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.18.13): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} @@ -2886,8 +2871,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.18.13(@babel/core@7.23.0) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.18.13): resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} @@ -5422,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)