From 743c34b4a73aefc526e4eda043672fb5c33cfe8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jul 2026 13:54:47 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [master] [skip ci] update package versions --- .changeset/hungry-crabs-repair.md | 7 --- .changeset/small-moons-listen.md | 11 ----- .changeset/wild-rocks-tell.md | 10 ---- apps/console/CHANGELOG.md | 20 ++++++++ apps/console/package.json | 12 ++--- apps/myaccount/CHANGELOG.md | 11 +++++ apps/myaccount/package.json | 4 +- features/admin.agents.v1/CHANGELOG.md | 10 ++++ features/admin.agents.v1/package.json | 4 +- features/admin.connections.v1/CHANGELOG.md | 14 ++++++ features/admin.connections.v1/package.json | 10 ++-- .../admin.console-settings.v1/CHANGELOG.md | 11 +++++ .../admin.console-settings.v1/package.json | 6 +-- features/admin.core.v1/CHANGELOG.md | 17 +++++++ features/admin.core.v1/package.json | 10 ++-- .../admin.identity-providers.v1/CHANGELOG.md | 13 ++++++ .../admin.identity-providers.v1/package.json | 8 ++-- features/admin.users.v1/CHANGELOG.md | 11 +++++ features/admin.users.v1/package.json | 8 ++-- identity-apps-core/CHANGELOG.md | 10 ++++ identity-apps-core/package.json | 2 +- modules/i18n/CHANGELOG.md | 12 +++++ modules/i18n/package.json | 2 +- pnpm-lock.yaml | 46 +++++++++---------- 24 files changed, 185 insertions(+), 84 deletions(-) delete mode 100644 .changeset/hungry-crabs-repair.md delete mode 100644 .changeset/small-moons-listen.md delete mode 100644 .changeset/wild-rocks-tell.md diff --git a/.changeset/hungry-crabs-repair.md b/.changeset/hungry-crabs-repair.md deleted file mode 100644 index dc05d579ebf..00000000000 --- a/.changeset/hungry-crabs-repair.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wso2is/admin.agents.v1": patch -"@wso2is/i18n": patch -"@wso2is/console": patch ---- - -Show a specific error message when agent creation fails because the organization's application limit has been reached, instead of the generic "Something went wrong" alert. diff --git a/.changeset/small-moons-listen.md b/.changeset/small-moons-listen.md deleted file mode 100644 index 446a12aabbe..00000000000 --- a/.changeset/small-moons-listen.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@wso2is/admin.identity-providers.v1": minor -"@wso2is/admin.connections.v1": minor -"@wso2is/admin.core.v1": minor -"@wso2is/identity-apps-core": minor -"@wso2is/myaccount": minor -"@wso2is/console": minor -"@wso2is/i18n": minor ---- - -Add multi-device support for push authentication diff --git a/.changeset/wild-rocks-tell.md b/.changeset/wild-rocks-tell.md deleted file mode 100644 index 84d59ab9b71..00000000000 --- a/.changeset/wild-rocks-tell.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/admin.console-settings.v1": patch -"@wso2is/admin.core.v1": patch -"@wso2is/admin.users.v1": patch -"@wso2is/identity-apps-core": patch -"@wso2is/i18n": patch ---- - -Add granular console permission scopes for create, update, and delete operations. diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 05dca159ad9..ef945bf34cd 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,25 @@ # @wso2is/console +## 4.14.0 + +### Minor Changes + +- [#10431](https://github.com/wso2/identity-apps/pull/10431) [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb) Thanks [@raviendalpatadu](https://github.com/raviendalpatadu)! - Add multi-device support for push authentication + +### Patch Changes + +- [#10538](https://github.com/wso2/identity-apps/pull/10538) [`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62) Thanks [@RushanNanayakkara](https://github.com/RushanNanayakkara)! - Show a specific error message when agent creation fails because the organization's application limit has been reached, instead of the generic "Something went wrong" alert. + +* [#10458](https://github.com/wso2/identity-apps/pull/10458) [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a) Thanks [@mpmadhavig](https://github.com/mpmadhavig)! - Add granular console permission scopes for create, update, and delete operations. + +* Updated dependencies [[`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62), [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/admin.agents.v1@1.2.1 + - @wso2is/i18n@2.44.0 + - @wso2is/admin.connections.v1@2.39.0 + - @wso2is/admin.core.v1@2.58.0 + - @wso2is/admin.console-settings.v1@2.26.47 + - @wso2is/admin.users.v1@2.38.45 + ## 4.13.24 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index bf31057cee6..3119ba10374 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "4.13.24", + "version": "4.14.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -61,11 +61,11 @@ "@wso2is/admin.cds.v1": "^1.6.9", "@wso2is/admin.certificates.v1": "^2.25.206", "@wso2is/admin.claims.v1": "^2.31.2", - "@wso2is/admin.connections.v1": "^2.38.4", + "@wso2is/admin.connections.v1": "^2.39.0", "@wso2is/admin.consents.v1": "workspace:^", - "@wso2is/admin.console-settings.v1": "^2.26.46", + "@wso2is/admin.console-settings.v1": "^2.26.47", "@wso2is/admin.copilot.v1": "workspace:^", - "@wso2is/admin.core.v1": "^2.57.31", + "@wso2is/admin.core.v1": "^2.58.0", "@wso2is/admin.email-and-sms.v1": "^2.25.209", "@wso2is/admin.email-management.v1": "^2.25.376", "@wso2is/admin.email-providers.v1": "^2.28.3", @@ -98,7 +98,7 @@ "@wso2is/admin.subscription.v1": "^1.5.228", "@wso2is/admin.tenants.v1": "^2.29.32", "@wso2is/admin.username-validation.v1": "^1.5.206", - "@wso2is/admin.users.v1": "^2.38.44", + "@wso2is/admin.users.v1": "^2.38.45", "@wso2is/admin.userstores.v1": "^2.27.42", "@wso2is/admin.validation.v1": "^2.28.5", "@wso2is/admin.verifiable-credentials.v1": "workspace:^", @@ -109,7 +109,7 @@ "@wso2is/common.ui.v1": "^0.2.0", "@wso2is/common.workflow-approvals.v1": "^1.0.15", "@wso2is/core": "^2.13.6", - "@wso2is/i18n": "^2.43.14", + "@wso2is/i18n": "^2.44.0", "@wso2is/react-components": "^2.10.3", "axios": "^1.7.0", "buffer": "^6.0.3", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 1c27d38361c..8d366121d15 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,16 @@ # @wso2is/myaccount +## 4.4.0 + +### Minor Changes + +- [#10431](https://github.com/wso2/identity-apps/pull/10431) [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb) Thanks [@raviendalpatadu](https://github.com/raviendalpatadu)! - Add multi-device support for push authentication + +### Patch Changes + +- Updated dependencies [[`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62), [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/i18n@2.44.0 + ## 4.3.11 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 34b1b0d3ec3..0f7ffba6883 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "4.3.11", + "version": "4.4.0", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "@wso2is/common.workflow-approvals.v1": "^1.0.15", "@wso2is/core": "^2.13.3", "@wso2is/forms": "^2.10.3", - "@wso2is/i18n": "^2.43.7", + "@wso2is/i18n": "^2.44.0", "@wso2is/react-components": "^2.10.1", "@wso2is/theme": "workspace:^", "@wso2is/validation": "^2.4.4", diff --git a/features/admin.agents.v1/CHANGELOG.md b/features/admin.agents.v1/CHANGELOG.md index ef88cae558d..131b1e96655 100644 --- a/features/admin.agents.v1/CHANGELOG.md +++ b/features/admin.agents.v1/CHANGELOG.md @@ -1,5 +1,15 @@ # @wso2is/admin.agents.v1 +## 1.2.1 + +### Patch Changes + +- [#10538](https://github.com/wso2/identity-apps/pull/10538) [`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62) Thanks [@RushanNanayakkara](https://github.com/RushanNanayakkara)! - Show a specific error message when agent creation fails because the organization's application limit has been reached, instead of the generic "Something went wrong" alert. + +- Updated dependencies [[`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/admin.core.v1@2.58.0 + - @wso2is/admin.users.v1@2.38.45 + ## 1.2.0 ### Minor Changes diff --git a/features/admin.agents.v1/package.json b/features/admin.agents.v1/package.json index 495ea918861..34cae1bcd23 100644 --- a/features/admin.agents.v1/package.json +++ b/features/admin.agents.v1/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/admin.agents.v1", - "version": "1.2.0", + "version": "1.2.1", "description": "Agent configuration UI for WSO2 Identity Server console", "author": "WSO2", "license": "Apache-2.0", @@ -18,7 +18,7 @@ "@wso2is/access-control": "^3.5.6", "@wso2is/admin.applications.v1": "workspace:^", "@wso2is/admin.claims.v1": "^2.31.1", - "@wso2is/admin.core.v1": "^2.57.8", + "@wso2is/admin.core.v1": "^2.58.0", "@wso2is/admin.roles.v2": "workspace:^", "@wso2is/admin.users.v1": "workspace:^", "@wso2is/admin.userstores.v1": "workspace:^", diff --git a/features/admin.connections.v1/CHANGELOG.md b/features/admin.connections.v1/CHANGELOG.md index b550e50f4b0..6d83f86f808 100644 --- a/features/admin.connections.v1/CHANGELOG.md +++ b/features/admin.connections.v1/CHANGELOG.md @@ -1,5 +1,19 @@ # @wso2is/admin.connections.v1 +## 2.39.0 + +### Minor Changes + +- [#10431](https://github.com/wso2/identity-apps/pull/10431) [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb) Thanks [@raviendalpatadu](https://github.com/raviendalpatadu)! - Add multi-device support for push authentication + +### Patch Changes + +- Updated dependencies [[`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62), [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/i18n@2.44.0 + - @wso2is/admin.identity-providers.v1@2.29.0 + - @wso2is/admin.core.v1@2.58.0 + - @wso2is/admin.console-settings.v1@2.26.47 + ## 2.38.4 ### Patch Changes diff --git a/features/admin.connections.v1/package.json b/features/admin.connections.v1/package.json index a1a6cadd860..86f35b9a456 100644 --- a/features/admin.connections.v1/package.json +++ b/features/admin.connections.v1/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/admin.connections.v1", - "version": "2.38.4", + "version": "2.39.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -21,12 +21,12 @@ "@wso2is/admin.application-templates.v1": "^1.6.1", "@wso2is/admin.applications.v1": "^2.43.9", "@wso2is/admin.claims.v1": "^2.31.2", - "@wso2is/admin.console-settings.v1": "^2.26.45", - "@wso2is/admin.core.v1": "^2.57.28", + "@wso2is/admin.console-settings.v1": "^2.26.47", + "@wso2is/admin.core.v1": "^2.58.0", "@wso2is/admin.extensions.v1": "^2.43.3", "@wso2is/admin.feature-gate.v1": "^1.9.6", "@wso2is/admin.flow-extensions.v1": "workspace:^", - "@wso2is/admin.identity-providers.v1": "^2.27.5", + "@wso2is/admin.identity-providers.v1": "^2.29.0", "@wso2is/admin.identity-verification-providers.v1": "^2.28.3", "@wso2is/admin.organizations.v1": "^2.28.4", "@wso2is/admin.roles.v2": "workspace:^", @@ -35,7 +35,7 @@ "@wso2is/admin.userstores.v1": "^2.27.42", "@wso2is/core": "^2.13.5", "@wso2is/forms": "^2.3.27", - "@wso2is/i18n": "^2.43.11", + "@wso2is/i18n": "^2.44.0", "@wso2is/react-components": "^2.10.0", "@wso2is/validation": "^2.4.1", "axios": "^1.7.0", diff --git a/features/admin.console-settings.v1/CHANGELOG.md b/features/admin.console-settings.v1/CHANGELOG.md index cb8fa182ab5..2372a780f03 100644 --- a/features/admin.console-settings.v1/CHANGELOG.md +++ b/features/admin.console-settings.v1/CHANGELOG.md @@ -1,5 +1,16 @@ # @wso2is/admin.console-settings.v1 +## 2.26.47 + +### Patch Changes + +- [#10458](https://github.com/wso2/identity-apps/pull/10458) [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a) Thanks [@mpmadhavig](https://github.com/mpmadhavig)! - Add granular console permission scopes for create, update, and delete operations. + +- Updated dependencies [[`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/admin.connections.v1@2.39.0 + - @wso2is/admin.core.v1@2.58.0 + - @wso2is/admin.users.v1@2.38.45 + ## 2.26.46 ### Patch Changes diff --git a/features/admin.console-settings.v1/package.json b/features/admin.console-settings.v1/package.json index 0ff7abf98d1..87d968e26cf 100644 --- a/features/admin.console-settings.v1/package.json +++ b/features/admin.console-settings.v1/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/admin.console-settings.v1", - "version": "2.26.46", + "version": "2.26.47", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -21,7 +21,7 @@ "@wso2is/admin.applications.v1": "^2.42.23", "@wso2is/admin.authentication.v1": "^2.25.210", "@wso2is/admin.connections.v1": "workspace:^", - "@wso2is/admin.core.v1": "^2.57.19", + "@wso2is/admin.core.v1": "^2.58.0", "@wso2is/admin.extensions.v1": "^2.43.3", "@wso2is/admin.feature-gate.v1": "^1.9.6", "@wso2is/admin.login-flow.ai.v1": "^2.28.1", @@ -29,7 +29,7 @@ "@wso2is/admin.roles.v2": "^2.27.380", "@wso2is/admin.server-configurations.v1": "^2.38.49", "@wso2is/admin.subscription.v1": "workspace:^", - "@wso2is/admin.users.v1": "^2.38.35", + "@wso2is/admin.users.v1": "^2.38.45", "@wso2is/admin.userstores.v1": "^2.27.42", "@wso2is/common.ui.shared-access.v1": "workspace:^", "@wso2is/core": "^2.13.0", diff --git a/features/admin.core.v1/CHANGELOG.md b/features/admin.core.v1/CHANGELOG.md index a22ad31aad2..03029b81adf 100644 --- a/features/admin.core.v1/CHANGELOG.md +++ b/features/admin.core.v1/CHANGELOG.md @@ -1,5 +1,22 @@ # @wso2is/admin.core.v1 +## 2.58.0 + +### Minor Changes + +- [#10431](https://github.com/wso2/identity-apps/pull/10431) [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb) Thanks [@raviendalpatadu](https://github.com/raviendalpatadu)! - Add multi-device support for push authentication + +### Patch Changes + +- [#10458](https://github.com/wso2/identity-apps/pull/10458) [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a) Thanks [@mpmadhavig](https://github.com/mpmadhavig)! - Add granular console permission scopes for create, update, and delete operations. + +- Updated dependencies [[`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62), [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/admin.agents.v1@1.2.1 + - @wso2is/i18n@2.44.0 + - @wso2is/admin.identity-providers.v1@2.29.0 + - @wso2is/admin.connections.v1@2.39.0 + - @wso2is/admin.users.v1@2.38.45 + ## 2.57.31 ### Patch Changes diff --git a/features/admin.core.v1/package.json b/features/admin.core.v1/package.json index 9f32c94df21..9a90731d2c9 100644 --- a/features/admin.core.v1/package.json +++ b/features/admin.core.v1/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/admin.core.v1", - "version": "2.57.31", + "version": "2.58.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -29,14 +29,14 @@ "@wso2is/admin.branding.v1": "^2.32.169", "@wso2is/admin.certificates.v1": "^2.25.206", "@wso2is/admin.claims.v1": "^2.31.2", - "@wso2is/admin.connections.v1": "^2.38.4", + "@wso2is/admin.connections.v1": "^2.39.0", "@wso2is/admin.email-templates.v1": "^2.25.207", "@wso2is/admin.extensions.v1": "^2.43.9", "@wso2is/admin.feature-gate.v1": "^1.9.6", "@wso2is/admin.flow-builder-core.v1": "workspace:^", "@wso2is/admin.flows.v1": "workspace:^", "@wso2is/admin.groups.v1": "^2.27.128", - "@wso2is/admin.identity-providers.v1": "^2.27.4", + "@wso2is/admin.identity-providers.v1": "^2.29.0", "@wso2is/admin.identity-verification-providers.v1": "^2.28.3", "@wso2is/admin.logs.v1": "^1.6.8", "@wso2is/admin.oidc-scopes.v1": "^2.26.3", @@ -55,7 +55,7 @@ "@wso2is/admin.subscription.v1": "^1.5.227", "@wso2is/admin.template-core.v1": "^1.6.2", "@wso2is/admin.tenants.v1": "^2.29.32", - "@wso2is/admin.users.v1": "^2.38.44", + "@wso2is/admin.users.v1": "^2.38.45", "@wso2is/admin.userstores.v1": "^2.27.42", "@wso2is/admin.validation.v1": "^2.28.4", "@wso2is/admin.verifiable-credentials.v1": "workspace:^", @@ -65,7 +65,7 @@ "@wso2is/common.ui.v1": "workspace:^", "@wso2is/core": "^2.13.5", "@wso2is/forms": "^2.3.27", - "@wso2is/i18n": "^2.43.13", + "@wso2is/i18n": "^2.44.0", "@wso2is/react-components": "^2.10.0", "axios": "^1.7.0", "classnames": "^2.2.6", diff --git a/features/admin.identity-providers.v1/CHANGELOG.md b/features/admin.identity-providers.v1/CHANGELOG.md index 744d8ac3ac1..870f44d1531 100644 --- a/features/admin.identity-providers.v1/CHANGELOG.md +++ b/features/admin.identity-providers.v1/CHANGELOG.md @@ -1,5 +1,18 @@ # @wso2is/admin.identity-providers.v1 +## 2.29.0 + +### Minor Changes + +- [#10431](https://github.com/wso2/identity-apps/pull/10431) [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb) Thanks [@raviendalpatadu](https://github.com/raviendalpatadu)! - Add multi-device support for push authentication + +### Patch Changes + +- Updated dependencies [[`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62), [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/i18n@2.44.0 + - @wso2is/admin.connections.v1@2.39.0 + - @wso2is/admin.core.v1@2.58.0 + ## 2.28.1 ### Patch Changes diff --git a/features/admin.identity-providers.v1/package.json b/features/admin.identity-providers.v1/package.json index 2a2090d526c..d6f57a42f4c 100644 --- a/features/admin.identity-providers.v1/package.json +++ b/features/admin.identity-providers.v1/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/admin.identity-providers.v1", - "version": "2.28.1", + "version": "2.29.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -10,15 +10,15 @@ "@wso2is/access-control": "^3.5.3", "@wso2is/admin.applications.v1": "^2.42.25", "@wso2is/admin.claims.v1": "^2.31.1", - "@wso2is/admin.connections.v1": "^2.37.6", - "@wso2is/admin.core.v1": "^2.57.3", + "@wso2is/admin.connections.v1": "^2.39.0", + "@wso2is/admin.core.v1": "^2.58.0", "@wso2is/admin.extensions.v1": "^2.43.3", "@wso2is/admin.organizations.v1": "^2.28.4", "@wso2is/admin.roles.v2": "^2.27.350", "@wso2is/admin.server-configurations.v1": "^2.38.19", "@wso2is/core": "^2.12.10", "@wso2is/forms": "^2.3.22", - "@wso2is/i18n": "^2.43.6", + "@wso2is/i18n": "^2.44.0", "@wso2is/react-components": "^2.9.16", "axios": "^1.7.0", "i18next": "^21.9.1", diff --git a/features/admin.users.v1/CHANGELOG.md b/features/admin.users.v1/CHANGELOG.md index d0c4d0c894a..16e57948fb1 100644 --- a/features/admin.users.v1/CHANGELOG.md +++ b/features/admin.users.v1/CHANGELOG.md @@ -1,5 +1,16 @@ # @wso2is/admin.users.v1 +## 2.38.45 + +### Patch Changes + +- [#10458](https://github.com/wso2/identity-apps/pull/10458) [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a) Thanks [@mpmadhavig](https://github.com/mpmadhavig)! - Add granular console permission scopes for create, update, and delete operations. + +- Updated dependencies [[`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62), [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb), [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a)]: + - @wso2is/i18n@2.44.0 + - @wso2is/admin.identity-providers.v1@2.29.0 + - @wso2is/admin.core.v1@2.58.0 + ## 2.38.44 ### Patch Changes diff --git a/features/admin.users.v1/package.json b/features/admin.users.v1/package.json index fc1d677c892..c558e084eb2 100644 --- a/features/admin.users.v1/package.json +++ b/features/admin.users.v1/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/admin.users.v1", - "version": "2.38.44", + "version": "2.38.45", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -21,13 +21,13 @@ "@wso2is/admin.cds.v1": "1.6.9", "@wso2is/admin.authentication.v1": "^2.25.211", "@wso2is/admin.claims.v1": "^2.31.2", - "@wso2is/admin.core.v1": "^2.57.31", + "@wso2is/admin.core.v1": "^2.58.0", "@wso2is/admin.extensions.v1": "^2.43.8", "@wso2is/admin.feature-gate.v1": "^1.9.6", "@wso2is/admin.flow-builder-core.v1": "workspace:^", "@wso2is/admin.flows.v1": "workspace:^", "@wso2is/admin.groups.v1": "^2.27.128", - "@wso2is/admin.identity-providers.v1": "^2.27.4", + "@wso2is/admin.identity-providers.v1": "^2.29.0", "@wso2is/admin.organizations.v1": "^2.28.4", "@wso2is/admin.roles.v2": "^2.27.381", "@wso2is/admin.server-configurations.v1": "^2.38.52", @@ -38,7 +38,7 @@ "@wso2is/common.users.v1": "workspace:^", "@wso2is/core": "^2.13.0", "@wso2is/forms": "^2.3.27", - "@wso2is/i18n": "^2.43.13", + "@wso2is/i18n": "^2.44.0", "@wso2is/react-components": "^2.10.0", "@wso2is/validation": "^2.4.2", "axios": "^1.7.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 751c45421d1..5b1ed2d88e4 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,15 @@ # @wso2is/identity-apps-core +## 5.4.0 + +### Minor Changes + +- [#10431](https://github.com/wso2/identity-apps/pull/10431) [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb) Thanks [@raviendalpatadu](https://github.com/raviendalpatadu)! - Add multi-device support for push authentication + +### Patch Changes + +- [#10458](https://github.com/wso2/identity-apps/pull/10458) [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a) Thanks [@mpmadhavig](https://github.com/mpmadhavig)! - Add granular console permission scopes for create, update, and delete operations. + ## 5.3.8 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 324d7dee490..04a65bc143f 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "5.3.8", + "version": "5.4.0", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", diff --git a/modules/i18n/CHANGELOG.md b/modules/i18n/CHANGELOG.md index cb8587855c0..2f2122042d2 100644 --- a/modules/i18n/CHANGELOG.md +++ b/modules/i18n/CHANGELOG.md @@ -1,5 +1,17 @@ # @wso2is/i18n +## 2.44.0 + +### Minor Changes + +- [#10431](https://github.com/wso2/identity-apps/pull/10431) [`7900686092940a4f64f79a98642597a70172f1cb`](https://github.com/wso2/identity-apps/commit/7900686092940a4f64f79a98642597a70172f1cb) Thanks [@raviendalpatadu](https://github.com/raviendalpatadu)! - Add multi-device support for push authentication + +### Patch Changes + +- [#10538](https://github.com/wso2/identity-apps/pull/10538) [`8f5d3fd4df580bdc261480a14cb9d1d0ba981f62`](https://github.com/wso2/identity-apps/commit/8f5d3fd4df580bdc261480a14cb9d1d0ba981f62) Thanks [@RushanNanayakkara](https://github.com/RushanNanayakkara)! - Show a specific error message when agent creation fails because the organization's application limit has been reached, instead of the generic "Something went wrong" alert. + +* [#10458](https://github.com/wso2/identity-apps/pull/10458) [`5dd6c52261fe099eb7e21fe17a61684faadc900a`](https://github.com/wso2/identity-apps/commit/5dd6c52261fe099eb7e21fe17a61684faadc900a) Thanks [@mpmadhavig](https://github.com/mpmadhavig)! - Add granular console permission scopes for create, update, and delete operations. + ## 2.43.14 ### Patch Changes diff --git a/modules/i18n/package.json b/modules/i18n/package.json index 78048e61925..fcf6900e1b6 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/i18n", - "version": "2.43.14", + "version": "2.44.0", "description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07b853bd7d0..ea82a5fab73 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -356,19 +356,19 @@ importers: specifier: ^2.31.2 version: link:../../features/admin.claims.v1 '@wso2is/admin.connections.v1': - specifier: ^2.38.4 + specifier: ^2.39.0 version: link:../../features/admin.connections.v1 '@wso2is/admin.consents.v1': specifier: workspace:^ version: link:../../features/admin.consents.v1 '@wso2is/admin.console-settings.v1': - specifier: ^2.26.46 + specifier: ^2.26.47 version: link:../../features/admin.console-settings.v1 '@wso2is/admin.copilot.v1': specifier: workspace:^ version: link:../../features/admin.copilot.v1 '@wso2is/admin.core.v1': - specifier: ^2.57.31 + specifier: ^2.58.0 version: link:../../features/admin.core.v1 '@wso2is/admin.email-and-sms.v1': specifier: ^2.25.209 @@ -470,7 +470,7 @@ importers: specifier: ^1.5.206 version: link:../../features/admin.username-validation.v1 '@wso2is/admin.users.v1': - specifier: ^2.38.44 + specifier: ^2.38.45 version: link:../../features/admin.users.v1 '@wso2is/admin.userstores.v1': specifier: ^2.27.42 @@ -500,7 +500,7 @@ importers: specifier: ^2.13.6 version: link:../../modules/core '@wso2is/i18n': - specifier: ^2.43.14 + specifier: ^2.44.0 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.10.3 @@ -657,7 +657,7 @@ importers: specifier: ^2.10.3 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.43.7 + specifier: ^2.44.0 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.10.1 @@ -1273,7 +1273,7 @@ importers: specifier: ^2.31.1 version: link:../admin.claims.v1 '@wso2is/admin.core.v1': - specifier: ^2.57.8 + specifier: ^2.58.0 version: link:../admin.core.v1 '@wso2is/admin.organizations.v1': specifier: workspace:^ @@ -3268,10 +3268,10 @@ importers: specifier: ^2.31.2 version: link:../admin.claims.v1 '@wso2is/admin.console-settings.v1': - specifier: ^2.26.45 + specifier: ^2.26.47 version: link:../admin.console-settings.v1 '@wso2is/admin.core.v1': - specifier: ^2.57.28 + specifier: ^2.58.0 version: link:../admin.core.v1 '@wso2is/admin.extensions.v1': specifier: ^2.43.3 @@ -3286,7 +3286,7 @@ importers: specifier: workspace:^ version: link:../admin.groups.v1 '@wso2is/admin.identity-providers.v1': - specifier: ^2.27.5 + specifier: ^2.29.0 version: link:../admin.identity-providers.v1 '@wso2is/admin.identity-verification-providers.v1': specifier: ^2.28.3 @@ -3310,7 +3310,7 @@ importers: specifier: ^2.3.27 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.43.11 + specifier: ^2.44.0 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.10.0 @@ -3554,7 +3554,7 @@ importers: specifier: workspace:^ version: link:../admin.connections.v1 '@wso2is/admin.core.v1': - specifier: ^2.57.19 + specifier: ^2.58.0 version: link:../admin.core.v1 '@wso2is/admin.extensions.v1': specifier: ^2.43.3 @@ -3578,7 +3578,7 @@ importers: specifier: workspace:^ version: link:../admin.subscription.v1 '@wso2is/admin.users.v1': - specifier: ^2.38.35 + specifier: ^2.38.45 version: link:../admin.users.v1 '@wso2is/admin.userstores.v1': specifier: ^2.27.42 @@ -3844,7 +3844,7 @@ importers: specifier: ^2.31.2 version: link:../admin.claims.v1 '@wso2is/admin.connections.v1': - specifier: ^2.38.4 + specifier: ^2.39.0 version: link:../admin.connections.v1 '@wso2is/admin.email-templates.v1': specifier: ^2.25.207 @@ -3865,7 +3865,7 @@ importers: specifier: ^2.27.128 version: link:../admin.groups.v1 '@wso2is/admin.identity-providers.v1': - specifier: ^2.27.4 + specifier: ^2.29.0 version: link:../admin.identity-providers.v1 '@wso2is/admin.identity-verification-providers.v1': specifier: ^2.28.3 @@ -3922,7 +3922,7 @@ importers: specifier: ^2.29.32 version: link:../admin.tenants.v1 '@wso2is/admin.users.v1': - specifier: ^2.38.44 + specifier: ^2.38.45 version: link:../admin.users.v1 '@wso2is/admin.userstores.v1': specifier: ^2.27.42 @@ -3952,7 +3952,7 @@ importers: specifier: ^2.3.27 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.43.13 + specifier: ^2.44.0 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.10.0 @@ -5720,10 +5720,10 @@ importers: specifier: ^2.31.1 version: link:../admin.claims.v1 '@wso2is/admin.connections.v1': - specifier: ^2.37.6 + specifier: ^2.39.0 version: link:../admin.connections.v1 '@wso2is/admin.core.v1': - specifier: ^2.57.3 + specifier: ^2.58.0 version: link:../admin.core.v1 '@wso2is/admin.extensions.v1': specifier: ^2.43.3 @@ -5744,7 +5744,7 @@ importers: specifier: ^2.3.22 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.43.6 + specifier: ^2.44.0 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.9.16 @@ -9870,7 +9870,7 @@ importers: specifier: ^2.31.2 version: link:../admin.claims.v1 '@wso2is/admin.core.v1': - specifier: ^2.57.31 + specifier: ^2.58.0 version: link:../admin.core.v1 '@wso2is/admin.extensions.v1': specifier: ^2.43.8 @@ -9888,7 +9888,7 @@ importers: specifier: ^2.27.128 version: link:../admin.groups.v1 '@wso2is/admin.identity-providers.v1': - specifier: ^2.27.4 + specifier: ^2.29.0 version: link:../admin.identity-providers.v1 '@wso2is/admin.organizations.v1': specifier: ^2.28.4 @@ -9921,7 +9921,7 @@ importers: specifier: ^2.3.27 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.43.13 + specifier: ^2.44.0 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.10.0