Skip to content

Commit

Permalink
[WSO2 Release] [GitHub Action] [Release] [skip ci] update package ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
github-actions[bot] committed Feb 9, 2024
1 parent 917b12e commit aa19f3c
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-apricots-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/flat-cats-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-monkeys-cheat.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @wso2is/console

## 2.12.6

### Patch Changes

- [#5462](https://github.com/wso2/identity-apps/pull/5462) [`02d1aee28e`](https://github.com/wso2/identity-apps/commit/02d1aee28eb5fc1734df8be0deb97ad3a1f27e2c) Thanks [@brionmario](https://github.com/brionmario)! - Enable `showBackChannelLogout` field

* [#5455](https://github.com/wso2/identity-apps/pull/5455) [`d57abf987f`](https://github.com/wso2/identity-apps/commit/d57abf987f8752ee33c964b20e38ba52c6d4fd76) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Add info message to the SMS Provider

- [#5459](https://github.com/wso2/identity-apps/pull/5459) [`9bbdcde28f`](https://github.com/wso2/identity-apps/commit/9bbdcde28f0e05e345d5af8f0cb2fdc64d9b96b6) Thanks [@ChanikaRuchini](https://github.com/ChanikaRuchini)! - Avoid making an organization switch call for users who directly SSO to the console.

- Updated dependencies [[`d57abf987f`](https://github.com/wso2/identity-apps/commit/d57abf987f8752ee33c964b20e38ba52c6d4fd76)]:
- @wso2is/i18n@2.0.118

## 2.12.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2.12.5",
"version": "2.12.6",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@wso2is/core": "^2.0.35",
"@wso2is/form": "^2.0.33",
"@wso2is/forms": "^2.0.20",
"@wso2is/i18n": "^2.0.117",
"@wso2is/i18n": "^2.0.118",
"@wso2is/react-components": "^2.1.5",
"@wso2is/theme": "^2.0.62",
"@wso2is/validation": "^2.0.3",
Expand Down
9 changes: 9 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wso2is/myaccount

## 2.3.20

### Patch Changes

- [#5455](https://github.com/wso2/identity-apps/pull/5455) [`d57abf987f`](https://github.com/wso2/identity-apps/commit/d57abf987f8752ee33c964b20e38ba52c6d4fd76) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Add info message to the SMS Provider

- Updated dependencies [[`d57abf987f`](https://github.com/wso2/identity-apps/commit/d57abf987f8752ee33c964b20e38ba52c6d4fd76)]:
- @wso2is/i18n@2.0.118

## 2.3.19

### 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": "2.3.19",
"version": "2.3.20",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@wso2is/access-control": "^2.0.19",
"@wso2is/core": "^2.0.35",
"@wso2is/forms": "^2.0.20",
"@wso2is/i18n": "^2.0.117",
"@wso2is/i18n": "^2.0.118",
"@wso2is/react-components": "^2.1.5",
"@wso2is/theme": "^2.0.62",
"@wso2is/validation": "^2.0.3",
Expand Down
6 changes: 6 additions & 0 deletions modules/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wso2is/i18n

## 2.0.118

### Patch Changes

- [#5455](https://github.com/wso2/identity-apps/pull/5455) [`d57abf987f`](https://github.com/wso2/identity-apps/commit/d57abf987f8752ee33c964b20e38ba52c6d4fd76) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Add info message to the SMS Provider

## 2.0.117

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/i18n",
"version": "2.0.117",
"version": "2.0.118",
"description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.",
"keywords": [
"WSO2",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa19f3c

Please sign in to comment.