Skip to content

Commit

Permalink
Merge pull request #6066 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
DonOmalVindula authored Apr 25, 2024
2 parents ffd9af9 + 3286ef1 commit ee5ddae
Show file tree
Hide file tree
Showing 21 changed files with 126 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-spoons-fold.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tall-pandas-clap.md

This file was deleted.

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

## 2.15.29

### Patch Changes

- [#5997](https://github.com/wso2/identity-apps/pull/5997) [`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Add login flow AI feature

- Updated dependencies [[`b7097d6fd2`](https://github.com/wso2/identity-apps/commit/b7097d6fd28e08fcaaa68e02727443531dde2a86), [`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed)]:
- @wso2is/features@2.15.23
- @wso2is/theme@2.0.75
- @wso2is/i18n@2.2.4
- @wso2is/react-components@2.1.21
- @wso2is/dynamic-forms@2.0.50
- @wso2is/form@2.0.51

## 2.15.28

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.15.28",
"version": "2.15.29",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,14 +50,14 @@
"@oxygen-ui/react-icons": "^1.11.0",
"@wso2is/access-control": "^3.0.1",
"@wso2is/core": "^2.0.41",
"@wso2is/dynamic-forms": "^2.0.49",
"@wso2is/form": "^2.0.50",
"@wso2is/dynamic-forms": "^2.0.50",
"@wso2is/form": "^2.0.51",
"@wso2is/forms": "^2.0.31",
"@wso2is/i18n": "^2.2.3",
"@wso2is/react-components": "^2.1.20",
"@wso2is/theme": "^2.0.74",
"@wso2is/i18n": "^2.2.4",
"@wso2is/react-components": "^2.1.21",
"@wso2is/theme": "^2.0.75",
"@wso2is/validation": "^2.0.4",
"@wso2is/features": "^2.15.22",
"@wso2is/features": "^2.15.23",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
"country-language": "^0.1.7",
Expand Down
10 changes: 10 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wso2is/myaccount

## 2.5.43

### Patch Changes

- Updated dependencies [[`b7097d6fd2`](https://github.com/wso2/identity-apps/commit/b7097d6fd28e08fcaaa68e02727443531dde2a86), [`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed)]:
- @wso2is/features@2.15.23
- @wso2is/theme@2.0.75
- @wso2is/i18n@2.2.4
- @wso2is/react-components@2.1.21

## 2.5.42

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5.42",
"version": "2.5.43",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,11 +46,11 @@
"@wso2is/access-control": "^3.0.1",
"@wso2is/core": "^2.0.41",
"@wso2is/forms": "^2.0.31",
"@wso2is/i18n": "^2.2.3",
"@wso2is/react-components": "^2.1.20",
"@wso2is/theme": "^2.0.74",
"@wso2is/i18n": "^2.2.4",
"@wso2is/react-components": "^2.1.21",
"@wso2is/theme": "^2.0.75",
"@wso2is/validation": "^2.0.4",
"@wso2is/features": "^2.15.22",
"@wso2is/features": "^2.15.23",
"axios": "^0.19.2",
"history": "^4.9.0",
"i18next": "^21.9.1",
Expand Down
15 changes: 15 additions & 0 deletions features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @wso2is/features

## 2.15.23

### Patch Changes

- [#6065](https://github.com/wso2/identity-apps/pull/6065) [`b7097d6fd2`](https://github.com/wso2/identity-apps/commit/b7097d6fd28e08fcaaa68e02727443531dde2a86) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Fix the hostname resolve issue

* [#5997](https://github.com/wso2/identity-apps/pull/5997) [`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Add login flow AI feature

* Updated dependencies [[`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed)]:
- @wso2is/theme@2.0.75
- @wso2is/i18n@2.2.4
- @wso2is/react-components@2.1.21
- @wso2is/dynamic-forms@2.0.50
- @wso2is/form@2.0.51

## 2.15.22

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/features",
"version": "2.15.22",
"version": "2.15.23",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,12 +31,12 @@
"@oxygen-ui/react-icons": "^1.11.0",
"@wso2is/access-control": "^3.0.1",
"@wso2is/core": "^2.0.41",
"@wso2is/dynamic-forms": "^2.0.49",
"@wso2is/form": "^2.0.50",
"@wso2is/dynamic-forms": "^2.0.50",
"@wso2is/form": "^2.0.51",
"@wso2is/forms": "^2.0.31",
"@wso2is/i18n": "^2.2.3",
"@wso2is/react-components": "^2.1.20",
"@wso2is/theme": "^2.0.74",
"@wso2is/i18n": "^2.2.4",
"@wso2is/react-components": "^2.1.21",
"@wso2is/theme": "^2.0.75",
"@wso2is/validation": "^2.0.4",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
Expand Down
7 changes: 7 additions & 0 deletions identity-apps-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wso2is/identity-apps-core

## 2.1.62

### Patch Changes

- Updated dependencies [[`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed)]:
- @wso2is/theme@2.0.75

## 2.1.61

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.61",
"version": "2.1.62",
"private": true,
"description": "WSO2 Identity Server Authentication Portal",
"author": "WSO2",
Expand All @@ -13,7 +13,7 @@
"clean:node-modules": "pnpm rimraf node_modules"
},
"dependencies": {
"@wso2is/theme": "^2.0.74",
"@wso2is/theme": "^2.0.75",
"rimraf": "^3.0.2"
}
}
7 changes: 7 additions & 0 deletions modules/dynamic-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wso2is/dynamic-forms

## 2.0.50

### Patch Changes

- Updated dependencies []:
- @wso2is/react-components@2.1.21

## 2.0.49

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions modules/dynamic-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/dynamic-forms",
"version": "2.0.49",
"version": "2.0.50",
"private": true,
"description": "Dynamic form library for WSO2 Identity Server front end applications.",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"@mui/material": "^5.13.0",
"@wso2is/core": "^2.0.41",
"@wso2is/validation": "^2.0.4",
"@wso2is/react-components": "^2.1.20",
"@wso2is/react-components": "^2.1.21",
"final-form": "^4.20.9",
"joi": "^17.4.0",
"lodash-es": "^4.17.21",
Expand Down
7 changes: 7 additions & 0 deletions modules/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wso2is/form

## 2.0.51

### Patch Changes

- Updated dependencies []:
- @wso2is/react-components@2.1.21

## 2.0.50

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions modules/form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/form",
"version": "2.0.50",
"version": "2.0.51",
"description": "Form library for WSO2 Identity Server front end applications.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@wso2is/core": "^2.0.41",
"@wso2is/react-components": "^2.1.20",
"@wso2is/react-components": "^2.1.21",
"@wso2is/validation": "^2.0.4",
"final-form": "^4.20.2",
"joi": "^17.4.0",
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.2.4

### Patch Changes

- [#5997](https://github.com/wso2/identity-apps/pull/5997) [`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Add login flow AI feature

## 2.2.3

### 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.2.3",
"version": "2.2.4",
"description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.",
"keywords": [
"WSO2",
Expand Down
7 changes: 7 additions & 0 deletions modules/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wso2is/react-components

## 2.1.21

### Patch Changes

- Updated dependencies [[`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed)]:
- @wso2is/theme@2.0.75

## 2.1.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions modules/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/react-components",
"version": "2.1.20",
"version": "2.1.21",
"description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@wso2is/core": "^2.0.41",
"@wso2is/theme": "^2.0.74",
"@wso2is/theme": "^2.0.75",
"classnames": "^2.2.6",
"codemirror": "^5.52.0",
"i18next": "^21.9.1",
Expand Down
6 changes: 6 additions & 0 deletions modules/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wso2is/theme

## 2.0.75

### Patch Changes

- [#5997](https://github.com/wso2/identity-apps/pull/5997) [`bd05cfb945`](https://github.com/wso2/identity-apps/commit/bd05cfb94509ac4e55315e609268fd371daa56ed) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Add login flow AI feature

## 2.0.74

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/theme",
"version": "2.0.74",
"version": "2.0.75",
"description": "Theme for web components of WSO2 Identity Server Webapps.",
"keywords": [
"WSO2",
Expand Down
Loading

0 comments on commit ee5ddae

Please sign in to comment.