Skip to content

Commit 6986589

Browse files
committed
chore: prepare pre-release branch
1 parent accc031 commit 6986589

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"npmClient": "yarn",
55
"command": {
66
"version": {
7-
"allowBranch": "main",
7+
"allowBranch": "v2.11.0-rc.x",
88
"conventionalCommits": true,
99
"yes": true,
1010
"preid": "rc",
1111
"message": "chore(release): publish %s [ci skip]",
1212
"forceConventionalGraduate": true
1313
},
1414
"publish": {
15-
"allowBranch": "main",
15+
"allowBranch": "v2.11.0-rc.x",
1616
"conventionalCommits": true,
1717
"yes": true,
1818
"preid": "rc",

packages/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"recharts": "2.15.3"
4040
},
4141
"peerDependencies": {
42-
"@ui5/webcomponents-react": "~2.10.0",
43-
"@ui5/webcomponents-react-base": "~2.10.0",
42+
"@ui5/webcomponents-react": "~2.11.0-rc.0",
43+
"@ui5/webcomponents-react-base": "~2.11.0-rc.0",
4444
"react": "^18 || ^19"
4545
},
4646
"publishConfig": {

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/react": "*",
4343
"@types/react-dom": "*",
4444
"@ui5/webcomponents-compat": "~2.10.0",
45-
"@ui5/webcomponents-react": "~2.10.0",
45+
"@ui5/webcomponents-react": "~2.11.0-rc.0",
4646
"react": "^18 || ^19",
4747
"react-dom": "^18 || ^19"
4848
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6449,8 +6449,8 @@ __metadata:
64496449
react-content-loader: "npm:7.0.2"
64506450
recharts: "npm:2.15.3"
64516451
peerDependencies:
6452-
"@ui5/webcomponents-react": ~2.10.0
6453-
"@ui5/webcomponents-react-base": ~2.10.0
6452+
"@ui5/webcomponents-react": ~2.11.0-rc.0
6453+
"@ui5/webcomponents-react-base": ~2.11.0-rc.0
64546454
react: ^18 || ^19
64556455
languageName: unknown
64566456
linkType: soft
@@ -6476,7 +6476,7 @@ __metadata:
64766476
"@types/react": "*"
64776477
"@types/react-dom": "*"
64786478
"@ui5/webcomponents-compat": ~2.10.0
6479-
"@ui5/webcomponents-react": ~2.10.0
6479+
"@ui5/webcomponents-react": ~2.11.0-rc.0
64806480
react: ^18 || ^19
64816481
react-dom: ^18 || ^19
64826482
peerDependenciesMeta:

0 commit comments

Comments
 (0)