Skip to content

Commit fc7e0d8

Browse files
Merge pull request wso2#8789 from wso2/changeset-release/master
[Release] [GitHub Action] [master] Update package versions
2 parents 9c820b6 + a61d011 commit fc7e0d8

File tree

16 files changed

+89
-32
lines changed

16 files changed

+89
-32
lines changed

.changeset/grumpy-poets-call.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/console/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @wso2is/console
22

3+
## 2.77.6
4+
5+
### Patch Changes
6+
7+
- [#8786](https://github.com/wso2/identity-apps/pull/8786) [`7b3155d7c10c37eb4bd8efef0176aaea35451f09`](https://github.com/wso2/identity-apps/commit/7b3155d7c10c37eb4bd8efef0176aaea35451f09) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Fix the rich text editor synchronization issue
8+
9+
- Updated dependencies []:
10+
11+
12+
13+
14+
315
## 2.77.5
416

517
### Patch Changes

apps/console/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/console",
4-
"version": "2.77.5",
4+
"version": "2.77.6",
55
"description": "WSO2 Identity Server Console",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -63,7 +63,7 @@
6363
"@wso2is/admin.claims.v1": "^2.29.0",
6464
"@wso2is/admin.connections.v1": "^2.34.2",
6565
"@wso2is/admin.console-settings.v1": "^2.25.221",
66-
"@wso2is/admin.core.v1": "^2.49.15",
66+
"@wso2is/admin.core.v1": "^2.49.16",
6767
"@wso2is/admin.email-and-sms.v1": "^2.25.204",
6868
"@wso2is/admin.email-management.v1": "^2.25.213",
6969
"@wso2is/admin.email-providers.v1": "^2.27.3",
@@ -90,7 +90,7 @@
9090
"@wso2is/admin.roles.v2": "^2.27.189",
9191
"@wso2is/admin.saml2-configuration.v1": "^2.25.206",
9292
"@wso2is/admin.secrets.v1": "^2.25.204",
93-
"@wso2is/admin.server-configurations.v1": "^2.35.28",
93+
"@wso2is/admin.server-configurations.v1": "^2.35.29",
9494
"@wso2is/admin.session-management.v1": "^2.25.208",
9595
"@wso2is/admin.sms-providers.v1": "^2.25.204",
9696
"@wso2is/admin.sms-templates.v1": "^1.0.203",

features/admin.ask-password-flow-builder.v1/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @wso2is/admin.ask-password-flow-builder.v1
22

3+
## 1.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7b3155d7c10c37eb4bd8efef0176aaea35451f09`](https://github.com/wso2/identity-apps/commit/7b3155d7c10c37eb4bd8efef0176aaea35451f09)]:
8+
- @wso2is/admin[email protected]
9+
- @wso2is/admin[email protected]
10+
- @wso2is/admin[email protected]
11+
312
## 1.1.7
413

514
### Patch Changes

features/admin.ask-password-flow-builder.v1/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/admin.ask-password-flow-builder.v1",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"description": "Ask password flow builder package for the WSO2 Identity Server admin portal.",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -18,12 +18,12 @@
1818
"@oxygen-ui/react-icons": "^2.4.6",
1919
"@wso2is/access-control": "^3.3.20",
2020
"@wso2is/admin.claims.v1": "^2.27.125",
21-
"@wso2is/admin.core.v1": "^2.49.15",
21+
"@wso2is/admin.core.v1": "^2.49.16",
2222
"@wso2is/admin.feature-gate.v1": "^1.7.2",
2323
"@wso2is/admin.flow-builder-core.v1": "workspace:^",
2424
"@wso2is/admin.flows.v1": "workspace:^",
2525
"@wso2is/admin.rules.v1": "^0.6.0",
26-
"@wso2is/admin.server-configurations.v1": "^2.35.28",
26+
"@wso2is/admin.server-configurations.v1": "^2.35.29",
2727
"@wso2is/common.ai.v1": "^2.27.3",
2828
"@wso2is/common.ui.v1": "workspace:^",
2929
"@wso2is/core": "^2.10.2",

features/admin.core.v1/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @wso2is/admin.core.v1
22

3+
## 2.49.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7b3155d7c10c37eb4bd8efef0176aaea35451f09`](https://github.com/wso2/identity-apps/commit/7b3155d7c10c37eb4bd8efef0176aaea35451f09)]:
8+
9+
10+
11+
12+
313
## 2.49.15
414

515
### Patch Changes

features/admin.core.v1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/admin.core.v1",
4-
"version": "2.49.15",
4+
"version": "2.49.16",
55
"description": "WSO2 Identity Server Console",
66
"author": "WSO2",
77
"license": "Apache-2.0",
@@ -60,7 +60,7 @@
6060
"@wso2is/admin.rules.v1": "^0.6.0",
6161
"@wso2is/admin.saml2-configuration.v1": "^2.25.206",
6262
"@wso2is/admin.secrets.v1": "^2.25.204",
63-
"@wso2is/admin.server-configurations.v1": "^2.35.28",
63+
"@wso2is/admin.server-configurations.v1": "^2.35.29",
6464
"@wso2is/admin.session-management.v1": "^2.25.208",
6565
"@wso2is/admin.sms-providers.v1": "^2.25.204",
6666
"@wso2is/admin.sms-templates.v1": "^1.0.203",

features/admin.flow-builder-core.v1/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @wso2is/admin.flow-builder-core.v1
22

3+
## 0.10.8
4+
5+
### Patch Changes
6+
7+
- [#8786](https://github.com/wso2/identity-apps/pull/8786) [`7b3155d7c10c37eb4bd8efef0176aaea35451f09`](https://github.com/wso2/identity-apps/commit/7b3155d7c10c37eb4bd8efef0176aaea35451f09) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Fix the rich text editor synchronization issue
8+
9+
- Updated dependencies []:
10+
- @wso2is/admin[email protected]
11+
312
## 0.10.7
413

514
### Patch Changes

features/admin.flow-builder-core.v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@wso2is/admin.flow-builder-core.v1",
4-
"version": "0.10.7",
4+
"version": "0.10.8",
55
"description": "Flow builder base package for the WSO2 Identity Server admin portal.",
66
"author": "WSO2",
77
"license": "Apache-2.0",

features/admin.password-recovery-flow-builder.v1/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @wso2is/admin.password-recovery-flow-builder.v1
22

3+
## 1.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7b3155d7c10c37eb4bd8efef0176aaea35451f09`](https://github.com/wso2/identity-apps/commit/7b3155d7c10c37eb4bd8efef0176aaea35451f09)]:
8+
- @wso2is/admin[email protected]
9+
- @wso2is/admin[email protected]
10+
- @wso2is/admin[email protected]
11+
312
## 1.1.7
413

514
### Patch Changes

0 commit comments

Comments
 (0)