Skip to content

Commit 7e234db

Browse files
Merge pull request #8107 from wso2/changeset-release/master
[Release] [GitHub Action] Update package versions
2 parents 7638646 + d5a7da7 commit 7e234db

File tree

11 files changed

+44
-24
lines changed

11 files changed

+44
-24
lines changed

.changeset/fifty-teachers-hope.md

-5
This file was deleted.

.changeset/nine-walls-decide.md

-7
This file was deleted.

apps/console/CHANGELOG.md

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

3+
## 2.54.6
4+
5+
### Patch Changes
6+
7+
- [#8105](https://github.com/wso2/identity-apps/pull/8105) [`0657f736d806026521afa9d909f9daca000be7b2`](https://github.com/wso2/identity-apps/commit/0657f736d806026521afa9d909f9daca000be7b2) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Fix attributes view for sub organizations
8+
9+
- Updated dependencies [[`0657f736d806026521afa9d909f9daca000be7b2`](https://github.com/wso2/identity-apps/commit/0657f736d806026521afa9d909f9daca000be7b2)]:
10+
11+
12+
313
## 2.54.5
414

515
### Patch Changes

apps/console/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/console",
4-
"version": "2.54.5",
4+
"version": "2.54.6",
55
"description": "WSO2 Identity Server Console",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -57,7 +57,7 @@
5757
"@wso2is/admin.authorization.v1": "^2.25.88",
5858
"@wso2is/admin.branding.v1": "^2.29.0",
5959
"@wso2is/admin.certificates.v1": "^2.25.203",
60-
"@wso2is/admin.claims.v1": "^2.27.119",
60+
"@wso2is/admin.claims.v1": "^2.27.120",
6161
"@wso2is/admin.connections.v1": "^2.33.94",
6262
"@wso2is/admin.console-settings.v1": "^2.25.208",
6363
"@wso2is/admin.core.v1": "^2.43.5",
@@ -93,7 +93,7 @@
9393
"@wso2is/admin.username-validation.v1": "^1.5.203",
9494
"@wso2is/admin.users.v1": "^2.31.0",
9595
"@wso2is/admin.validation.v1": "^2.27.142",
96-
"@wso2is/admin.userstores.v1": "^2.27.31",
96+
"@wso2is/admin.userstores.v1": "^2.27.32",
9797
"@wso2is/admin.workflow-approvals.v1": "^2.25.203",
9898
"@wso2is/admin.wsfed-configuration.v1": "^2.25.203",
9999
"@wso2is/common.ui.v1": "^0.2.0",

features/admin.claims.v1/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @wso2is/admin.claims.v1
22

3+
## 2.27.120
4+
5+
### Patch Changes
6+
7+
- [#8105](https://github.com/wso2/identity-apps/pull/8105) [`0657f736d806026521afa9d909f9daca000be7b2`](https://github.com/wso2/identity-apps/commit/0657f736d806026521afa9d909f9daca000be7b2) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Fix attributes view for sub organizations
8+
9+
- Updated dependencies [[`0657f736d806026521afa9d909f9daca000be7b2`](https://github.com/wso2/identity-apps/commit/0657f736d806026521afa9d909f9daca000be7b2)]:
10+
- @wso2is/admin[email protected]
11+
- @wso2is/admin[email protected]
12+
313
## 2.27.119
414

515
### Patch Changes

features/admin.claims.v1/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/admin.claims.v1",
4-
"version": "2.27.119",
4+
"version": "2.27.120",
55
"description": "WSO2 Identity Server Console",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -21,13 +21,13 @@
2121
"@oxygen-ui/react": "^2.3.4",
2222
"@oxygen-ui/react-icons": "^2.3.4",
2323
"@wso2is/access-control": "^3.3.20",
24-
"@wso2is/admin.claims.v1": "^2.27.119",
24+
"@wso2is/admin.claims.v1": "^2.27.120",
2525
"@wso2is/admin.core.v1": "^2.40.6",
2626
"@wso2is/admin.organizations.v1": "^2.26.203",
2727
"@wso2is/admin.extensions.v1": "^2.36.128",
2828
"@wso2is/admin.server-configurations.v1": "^2.32.128",
2929
"@wso2is/admin.users.v1": "^2.30.122",
30-
"@wso2is/admin.userstores.v1": "^2.27.29",
30+
"@wso2is/admin.userstores.v1": "^2.27.32",
3131
"@wso2is/admin.validation.v1": "^2.27.141",
3232
"@wso2is/core": "^2.7.3",
3333
"@wso2is/dynamic-forms": "^2.4.40",

features/admin.userstores.v1/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wso2is/admin.userstores.v1
22

3+
## 2.27.32
4+
5+
### Patch Changes
6+
7+
- [#8105](https://github.com/wso2/identity-apps/pull/8105) [`0657f736d806026521afa9d909f9daca000be7b2`](https://github.com/wso2/identity-apps/commit/0657f736d806026521afa9d909f9daca000be7b2) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Fix attributes view for sub organizations
8+
39
## 2.27.31
410

511
### Patch Changes

features/admin.userstores.v1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/admin.userstores.v1",
4-
"version": "2.27.31",
4+
"version": "2.27.32",
55
"description": "WSO2 Identity Server Console",
66
"author": "WSO2",
77
"license": "Apache-2.0",

identity-apps-core/CHANGELOG.md

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

3+
## 2.24.1
4+
5+
### Patch Changes
6+
7+
- [#8106](https://github.com/wso2/identity-apps/pull/8106) [`eb751d0d67c4986a6a3f3c6a38f744efbfcd3c8d`](https://github.com/wso2/identity-apps/commit/eb751d0d67c4986a6a3f3c6a38f744efbfcd3c8d) Thanks [@RushanNanayakkara](https://github.com/RushanNanayakkara)! - Fix left aligned footer after branding.
8+
39
## 2.24.0
410

511
### Minor Changes

identity-apps-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wso2is/identity-apps-core",
3-
"version": "2.24.0",
3+
"version": "2.24.1",
44
"private": true,
55
"description": "WSO2 Identity Server Authentication Portal",
66
"author": "WSO2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)