Skip to content

Commit c68d0ab

Browse files
Merge pull request #6118 from wso2/changeset-release/master
[Release] [GitHub Action] Update package versions
2 parents 3b77f23 + 1a0bbbf commit c68d0ab

File tree

18 files changed

+108
-47
lines changed

18 files changed

+108
-47
lines changed

.changeset/silly-waves-joke.md

-7
This file was deleted.

apps/console/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @wso2is/console
22

3+
## 2.15.42
4+
5+
### Patch Changes
6+
7+
- [#6113](https://github.com/wso2/identity-apps/pull/6113) [`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Add missing doclinks and optimize banner images in AI features
8+
9+
- Updated dependencies [[`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3)]:
10+
- @wso2is/theme@2.0.77
11+
- @wso2is/features@2.15.36
12+
- @wso2is/react-components@2.1.23
13+
- @wso2is/dynamic-forms@2.0.52
14+
- @wso2is/form@2.0.53
15+
316
## 2.15.41
417

518
### Patch Changes

apps/console/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/console",
4-
"version": "2.15.41",
4+
"version": "2.15.42",
55
"description": "WSO2 Identity Server Console",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -50,14 +50,14 @@
5050
"@oxygen-ui/react-icons": "^1.11.0",
5151
"@wso2is/access-control": "^3.0.1",
5252
"@wso2is/core": "^2.0.41",
53-
"@wso2is/dynamic-forms": "^2.0.51",
54-
"@wso2is/form": "^2.0.52",
53+
"@wso2is/dynamic-forms": "^2.0.52",
54+
"@wso2is/form": "^2.0.53",
5555
"@wso2is/forms": "^2.0.31",
5656
"@wso2is/i18n": "^2.2.9",
57-
"@wso2is/react-components": "^2.1.22",
58-
"@wso2is/theme": "^2.0.76",
57+
"@wso2is/react-components": "^2.1.23",
58+
"@wso2is/theme": "^2.0.77",
5959
"@wso2is/validation": "^2.0.4",
60-
"@wso2is/features": "^2.15.35",
60+
"@wso2is/features": "^2.15.36",
6161
"axios": "^0.19.2",
6262
"codemirror": "^5.52.0",
6363
"country-language": "^0.1.7",

apps/myaccount/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @wso2is/myaccount
22

3+
## 2.5.56
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3)]:
8+
- @wso2is/theme@2.0.77
9+
- @wso2is/features@2.15.36
10+
- @wso2is/react-components@2.1.23
11+
312
## 2.5.55
413

514
### Patch Changes

apps/myaccount/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/myaccount",
4-
"version": "2.5.55",
4+
"version": "2.5.56",
55
"description": "WSO2 Identity Server My Account",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -47,10 +47,10 @@
4747
"@wso2is/core": "^2.0.41",
4848
"@wso2is/forms": "^2.0.31",
4949
"@wso2is/i18n": "^2.2.9",
50-
"@wso2is/react-components": "^2.1.22",
51-
"@wso2is/theme": "^2.0.76",
50+
"@wso2is/react-components": "^2.1.23",
51+
"@wso2is/theme": "^2.0.77",
5252
"@wso2is/validation": "^2.0.4",
53-
"@wso2is/features": "^2.15.35",
53+
"@wso2is/features": "^2.15.36",
5454
"axios": "^0.19.2",
5555
"history": "^4.9.0",
5656
"i18next": "^21.9.1",

features/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @wso2is/features
22

3+
## 2.15.36
4+
5+
### Patch Changes
6+
7+
- [#6113](https://github.com/wso2/identity-apps/pull/6113) [`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Add missing doclinks and optimize banner images in AI features
8+
9+
- Updated dependencies [[`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3)]:
10+
- @wso2is/theme@2.0.77
11+
- @wso2is/react-components@2.1.23
12+
- @wso2is/dynamic-forms@2.0.52
13+
- @wso2is/form@2.0.53
14+
315
## 2.15.35
416

517
### Patch Changes

features/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/features",
4-
"version": "2.15.35",
4+
"version": "2.15.36",
55
"description": "WSO2 Identity Server Console",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -31,12 +31,12 @@
3131
"@oxygen-ui/react-icons": "^1.11.0",
3232
"@wso2is/access-control": "^3.0.1",
3333
"@wso2is/core": "^2.0.41",
34-
"@wso2is/dynamic-forms": "^2.0.51",
35-
"@wso2is/form": "^2.0.52",
34+
"@wso2is/dynamic-forms": "^2.0.52",
35+
"@wso2is/form": "^2.0.53",
3636
"@wso2is/forms": "^2.0.31",
3737
"@wso2is/i18n": "^2.2.9",
38-
"@wso2is/react-components": "^2.1.22",
39-
"@wso2is/theme": "^2.0.76",
38+
"@wso2is/react-components": "^2.1.23",
39+
"@wso2is/theme": "^2.0.77",
4040
"@wso2is/validation": "^2.0.4",
4141
"axios": "^0.19.2",
4242
"codemirror": "^5.52.0",

identity-apps-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wso2is/identity-apps-core
22

3+
## 2.1.67
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3)]:
8+
- @wso2is/theme@2.0.77
9+
310
## 2.1.66
411

512
### Patch Changes

identity-apps-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wso2is/identity-apps-core",
3-
"version": "2.1.66",
3+
"version": "2.1.67",
44
"private": true,
55
"description": "WSO2 Identity Server Authentication Portal",
66
"author": "WSO2",
@@ -13,7 +13,7 @@
1313
"clean:node-modules": "pnpm rimraf node_modules"
1414
},
1515
"dependencies": {
16-
"@wso2is/theme": "^2.0.76",
16+
"@wso2is/theme": "^2.0.77",
1717
"rimraf": "^3.0.2"
1818
}
1919
}

modules/dynamic-forms/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wso2is/dynamic-forms
22

3+
## 2.0.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @wso2is/react-components@2.1.23
9+
310
## 2.0.51
411

512
### Patch Changes

modules/dynamic-forms/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wso2is/dynamic-forms",
3-
"version": "2.0.51",
3+
"version": "2.0.52",
44
"private": true,
55
"description": "Dynamic form library for WSO2 Identity Server front end applications.",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
"@mui/material": "^5.13.0",
3333
"@wso2is/core": "^2.0.41",
3434
"@wso2is/validation": "^2.0.4",
35-
"@wso2is/react-components": "^2.1.22",
35+
"@wso2is/react-components": "^2.1.23",
3636
"final-form": "^4.20.9",
3737
"joi": "^17.4.0",
3838
"lodash-es": "^4.17.21",

modules/form/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wso2is/form
22

3+
## 2.0.53
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @wso2is/react-components@2.1.23
9+
310
## 2.0.52
411

512
### Patch Changes

modules/form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/form",
4-
"version": "2.0.52",
4+
"version": "2.0.53",
55
"description": "Form library for WSO2 Identity Server front end applications.",
66
"keywords": [
77
"WSO2",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@wso2is/core": "^2.0.41",
34-
"@wso2is/react-components": "^2.1.22",
34+
"@wso2is/react-components": "^2.1.23",
3535
"@wso2is/validation": "^2.0.4",
3636
"final-form": "^4.20.2",
3737
"joi": "^17.4.0",

modules/react-components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wso2is/react-components
22

3+
## 2.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3)]:
8+
- @wso2is/theme@2.0.77
9+
310
## 2.1.22
411

512
### Patch Changes

modules/react-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/react-components",
4-
"version": "2.1.22",
4+
"version": "2.1.23",
55
"description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework",
66
"keywords": [
77
"WSO2",
@@ -44,7 +44,7 @@
4444
"@storybook/react": "^6.5.9",
4545
"@storybook/theming": "^6.5.9",
4646
"@wso2is/core": "^2.0.41",
47-
"@wso2is/theme": "^2.0.76",
47+
"@wso2is/theme": "^2.0.77",
4848
"classnames": "^2.2.6",
4949
"codemirror": "^5.52.0",
5050
"i18next": "^21.9.1",

modules/theme/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wso2is/theme
22

3+
## 2.0.77
4+
5+
### Patch Changes
6+
7+
- [#6113](https://github.com/wso2/identity-apps/pull/6113) [`8f9c18b05f`](https://github.com/wso2/identity-apps/commit/8f9c18b05fe577b814d1207b4c5c869ecfa131a3) Thanks [@DonOmalVindula](https://github.com/DonOmalVindula)! - Add missing doclinks and optimize banner images in AI features
8+
39
## 2.0.76
410

511
### Patch Changes

modules/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/theme",
4-
"version": "2.0.76",
4+
"version": "2.0.77",
55
"description": "Theme for web components of WSO2 Identity Server Webapps.",
66
"keywords": [
77
"WSO2",

pnpm-lock.yaml

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)