From a80d46e02e28f3ef9aaba44760eb472bceb899b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Dec 2023 12:32:30 +0000 Subject: [PATCH] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/breezy-knives-listen.md | 5 ----- .changeset/flat-cups-talk.md | 5 ----- .changeset/mighty-adults-wonder.md | 5 ----- .changeset/nine-ducks-change.md | 5 ----- .changeset/short-zoos-care.md | 5 ----- .changeset/thick-lamps-help.md | 5 ----- apps/console/CHANGELOG.md | 8 ++++++++ apps/console/package.json | 2 +- identity-apps-core/CHANGELOG.md | 12 ++++++++++++ identity-apps-core/package.json | 2 +- 10 files changed, 22 insertions(+), 32 deletions(-) delete mode 100644 .changeset/breezy-knives-listen.md delete mode 100644 .changeset/flat-cups-talk.md delete mode 100644 .changeset/mighty-adults-wonder.md delete mode 100644 .changeset/nine-ducks-change.md delete mode 100644 .changeset/short-zoos-care.md delete mode 100644 .changeset/thick-lamps-help.md diff --git a/.changeset/breezy-knives-listen.md b/.changeset/breezy-knives-listen.md deleted file mode 100644 index cdaffa15aa6..00000000000 --- a/.changeset/breezy-knives-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Fix JIT provisioning for username, password and consent option diff --git a/.changeset/flat-cups-talk.md b/.changeset/flat-cups-talk.md deleted file mode 100644 index 9563be8cc9a..00000000000 --- a/.changeset/flat-cups-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Improve Server endpoints section in Applications' Info tab diff --git a/.changeset/mighty-adults-wonder.md b/.changeset/mighty-adults-wonder.md deleted file mode 100644 index 172cd72ade0..00000000000 --- a/.changeset/mighty-adults-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Revert "Allow to update system apps for set of scenarios" fix diff --git a/.changeset/nine-ducks-change.md b/.changeset/nine-ducks-change.md deleted file mode 100644 index 2a7e36e872f..00000000000 --- a/.changeset/nine-ducks-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Skip showing consent for random scopes diff --git a/.changeset/short-zoos-care.md b/.changeset/short-zoos-care.md deleted file mode 100644 index b707dc9a47c..00000000000 --- a/.changeset/short-zoos-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Update the default scope description diff --git a/.changeset/thick-lamps-help.md b/.changeset/thick-lamps-help.md deleted file mode 100644 index 274b11ca19d..00000000000 --- a/.changeset/thick-lamps-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Removed redundant REST api calls in several jsps diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 93d34aead41..fedba6c1e52 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,13 @@ # @wso2is/console +## 2.10.15 + +### Patch Changes + +- [#5018](https://github.com/wso2/identity-apps/pull/5018) [`6079d0a965`](https://github.com/wso2/identity-apps/commit/6079d0a965593a63212124b4a3576f0d612f8d2b) Thanks [@savindi7](https://github.com/savindi7)! - Improve Server endpoints section in Applications' Info tab + +* [#4994](https://github.com/wso2/identity-apps/pull/4994) [`245a45b632`](https://github.com/wso2/identity-apps/commit/245a45b632d019cf69164a85b81155e6a6f5a1f6) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Update the default scope description + ## 2.10.14 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 8f913fc7fc7..96d19c769cb 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.14", + "version": "2.10.15", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 3e8489de11f..386ac715741 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,17 @@ # @wso2is/identity-apps-core +## 2.0.93 + +### Patch Changes + +- [#5024](https://github.com/wso2/identity-apps/pull/5024) [`f79d4c5ee2`](https://github.com/wso2/identity-apps/commit/f79d4c5ee244f01f02ae73f22c91b00b3e6a9872) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Fix JIT provisioning for username, password and consent option + +* [#5015](https://github.com/wso2/identity-apps/pull/5015) [`a50a8c2b1b`](https://github.com/wso2/identity-apps/commit/a50a8c2b1b2dca99b6ebf863e8970b66bbf3d194) Thanks [@UdeshAthukorala](https://github.com/UdeshAthukorala)! - Revert "Allow to update system apps for set of scenarios" fix + +- [#5012](https://github.com/wso2/identity-apps/pull/5012) [`1a1841dd9e`](https://github.com/wso2/identity-apps/commit/1a1841dd9e18d076aaad2cf296d53b7641001759) Thanks [@sahandilshan](https://github.com/sahandilshan)! - Skip showing consent for random scopes + +* [#5022](https://github.com/wso2/identity-apps/pull/5022) [`c541ab14fd`](https://github.com/wso2/identity-apps/commit/c541ab14fd4f368e1aee2d458b5b9ab797262154) Thanks [@ashanthamara](https://github.com/ashanthamara)! - Removed redundant REST api calls in several jsps + ## 2.0.92 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index e3b221da667..1c42e0d0b92 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.92", + "version": "2.0.93", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2",