Skip to content

Commit

Permalink
Merge pull request wso2#5451 from wso2/changeset-release/master
Browse files Browse the repository at this point in the history
[Release] [GitHub Action] Update package versions
  • Loading branch information
JayaShakthi97 authored Feb 9, 2024
2 parents a115455 + 007d9f8 commit 428fce8
Show file tree
Hide file tree
Showing 12 changed files with 282 additions and 71 deletions.
8 changes: 0 additions & 8 deletions .changeset/few-cobras-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-carrots-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-ligers-burn.md

This file was deleted.

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

## 2.12.4

### Patch Changes

- [#5438](https://github.com/wso2/identity-apps/pull/5438) [`c8df38c747`](https://github.com/wso2/identity-apps/commit/c8df38c747c0b802c733639642f21367279fd5c4) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Fix subject attribute issue in OIDC applications

* [#5445](https://github.com/wso2/identity-apps/pull/5445) [`2716489838`](https://github.com/wso2/identity-apps/commit/2716489838478b4092beec1201fb936a8b4042ee) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Enable attributes section for OIDC connections

* Updated dependencies [[`c8df38c747`](https://github.com/wso2/identity-apps/commit/c8df38c747c0b802c733639642f21367279fd5c4), [`2716489838`](https://github.com/wso2/identity-apps/commit/2716489838478b4092beec1201fb936a8b4042ee)]:
- @wso2is/i18n@2.0.116
- @wso2is/common@2.0.34

## 2.12.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "2.12.4",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -55,11 +55,11 @@
"@wso2is/core": "^2.0.34",
"@wso2is/form": "^2.0.32",
"@wso2is/forms": "^2.0.19",
"@wso2is/i18n": "^2.0.115",
"@wso2is/i18n": "^2.0.116",
"@wso2is/react-components": "^2.1.4",
"@wso2is/theme": "^2.0.61",
"@wso2is/validation": "^2.0.3",
"@wso2is/common": "^2.0.33",
"@wso2is/common": "^2.0.34",
"@wso2is/dynamic-forms": "^2.0.30",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
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

## 2.3.18

### Patch Changes

- [#5438](https://github.com/wso2/identity-apps/pull/5438) [`c8df38c747`](https://github.com/wso2/identity-apps/commit/c8df38c747c0b802c733639642f21367279fd5c4) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Fix subject attribute issue in OIDC applications

* [#5445](https://github.com/wso2/identity-apps/pull/5445) [`2716489838`](https://github.com/wso2/identity-apps/commit/2716489838478b4092beec1201fb936a8b4042ee) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Bump common module

* Updated dependencies [[`c8df38c747`](https://github.com/wso2/identity-apps/commit/c8df38c747c0b802c733639642f21367279fd5c4)]:
- @wso2is/i18n@2.0.116

## 2.3.17

### 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.17",
"version": "2.3.18",
"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.18",
"@wso2is/core": "^2.0.34",
"@wso2is/forms": "^2.0.19",
"@wso2is/i18n": "^2.0.115",
"@wso2is/i18n": "^2.0.116",
"@wso2is/react-components": "^2.1.4",
"@wso2is/theme": "^2.0.61",
"@wso2is/validation": "^2.0.3",
Expand Down
11 changes: 11 additions & 0 deletions modules/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wso2is/common

## 2.0.34

### Patch Changes

- [#5438](https://github.com/wso2/identity-apps/pull/5438) [`c8df38c747`](https://github.com/wso2/identity-apps/commit/c8df38c747c0b802c733639642f21367279fd5c4) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Fix subject attribute issue in OIDC applications

* [#5445](https://github.com/wso2/identity-apps/pull/5445) [`2716489838`](https://github.com/wso2/identity-apps/commit/2716489838478b4092beec1201fb936a8b4042ee) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Enable attributes section for OIDC connections

* Updated dependencies [[`c8df38c747`](https://github.com/wso2/identity-apps/commit/c8df38c747c0b802c733639642f21367279fd5c4)]:
- @wso2is/i18n@2.0.116

## 2.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions modules/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/common",
"version": "2.0.33",
"version": "2.0.34",
"description": "Common UI module for Asgardeo React Applications.",
"keywords": [
"Asgardeo",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@wso2is/access-control": "^2.0.18",
"@wso2is/core": "^2.0.34",
"@wso2is/forms": "^2.0.19",
"@wso2is/i18n": "^2.0.115",
"@wso2is/i18n": "^2.0.116",
"i18next": "^21.9.1",
"react-i18next": "^11.18.5",
"reduce-reducers": "^1.0.4",
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.116

### Patch Changes

- [#5438](https://github.com/wso2/identity-apps/pull/5438) [`c8df38c747`](https://github.com/wso2/identity-apps/commit/c8df38c747c0b802c733639642f21367279fd5c4) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Fix subject attribute issue in OIDC applications

## 2.0.115

### 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.115",
"version": "2.0.116",
"description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.",
"keywords": [
"WSO2",
Expand Down
Loading

0 comments on commit 428fce8

Please sign in to comment.