Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/hungry-crabs-repair.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/small-moons-listen.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wild-rocks-tell.md

This file was deleted.

20 changes: 20 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions apps/console/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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:^",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/myaccount/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions features/admin.agents.v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions features/admin.agents.v1/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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:^",
Expand Down
14 changes: 14 additions & 0 deletions features/admin.connections.v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions features/admin.connections.v1/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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:^",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions features/admin.console-settings.v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions features/admin.console-settings.v1/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,15 +21,15 @@
"@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",
"@wso2is/admin.organizations.v1": "^2.28.4",
"@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",
Expand Down
17 changes: 17 additions & 0 deletions features/admin.core.v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions features/admin.core.v1/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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:^",
Expand All @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions features/admin.identity-providers.v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions features/admin.identity-providers.v1/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions features/admin.users.v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading