diff --git a/.changeset/purple-trees-attack.md b/.changeset/purple-trees-attack.md deleted file mode 100644 index fcc4d93b80e..00000000000 --- a/.changeset/purple-trees-attack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/admin.core.v1": patch ---- - -fix: update copilot endpoint to include skipAuthzRuntimePath parameter diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index f0fc61f4c62..37470f9161a 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/console +## 4.5.15 + +### Patch Changes + +- [#10216](https://github.com/wso2/identity-apps/pull/10216) [`da30fc3c8c2e70e55762781c1039a8a7f0b35bc1`](https://github.com/wso2/identity-apps/commit/da30fc3c8c2e70e55762781c1039a8a7f0b35bc1) Thanks [@RavindiFernando](https://github.com/RavindiFernando)! - fix: update copilot endpoint to include skipAuthzRuntimePath parameter + +- Updated dependencies [[`da30fc3c8c2e70e55762781c1039a8a7f0b35bc1`](https://github.com/wso2/identity-apps/commit/da30fc3c8c2e70e55762781c1039a8a7f0b35bc1)]: + - @wso2is/admin.core.v1@2.57.5 + ## 4.5.14 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 61bf7ca8567..fd63761b16e 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "4.5.14", + "version": "4.5.15", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -65,7 +65,7 @@ "@wso2is/admin.connections.v1": "^2.37.3", "@wso2is/admin.console-settings.v1": "^2.26.45", "@wso2is/admin.copilot.v1": "workspace:^", - "@wso2is/admin.core.v1": "^2.57.4", + "@wso2is/admin.core.v1": "^2.57.5", "@wso2is/admin.email-and-sms.v1": "^2.25.208", "@wso2is/admin.email-management.v1": "^2.25.375", "@wso2is/admin.email-providers.v1": "^2.28.3", diff --git a/features/admin.core.v1/CHANGELOG.md b/features/admin.core.v1/CHANGELOG.md index 4b3780e516c..9532ed73bab 100644 --- a/features/admin.core.v1/CHANGELOG.md +++ b/features/admin.core.v1/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/admin.core.v1 +## 2.57.5 + +### Patch Changes + +- [#10216](https://github.com/wso2/identity-apps/pull/10216) [`da30fc3c8c2e70e55762781c1039a8a7f0b35bc1`](https://github.com/wso2/identity-apps/commit/da30fc3c8c2e70e55762781c1039a8a7f0b35bc1) Thanks [@RavindiFernando](https://github.com/RavindiFernando)! - fix: update copilot endpoint to include skipAuthzRuntimePath parameter + ## 2.57.4 ### Patch Changes diff --git a/features/admin.core.v1/package.json b/features/admin.core.v1/package.json index 40680d74569..d45887bba48 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.4", + "version": "2.57.5", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee90bdbc16e..86c07279d57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -572,7 +572,7 @@ importers: specifier: workspace:^ version: link:../../features/admin.copilot.v1 '@wso2is/admin.core.v1': - specifier: ^2.57.4 + specifier: ^2.57.5 version: link:../../features/admin.core.v1 '@wso2is/admin.email-and-sms.v1': specifier: ^2.25.208