Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] [GitHub Action] Update package versions #5020

Merged
merged 1 commit into from
Dec 11, 2023
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
5 changes: 0 additions & 5 deletions .changeset/breezy-knives-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-cups-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-adults-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-ducks-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-zoos-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-lamps-help.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions identity-apps-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down