Skip to content

Commit 90840fe

Browse files
committed
chore: Manually bump version to 0.9.0-rc.0
1 parent 844b829 commit 90840fe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.8.7-rc.0",
5+
"version": "0.9.0-rc.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-base",
3-
"version": "0.8.7-rc.0",
3+
"version": "0.9.0-rc.0",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

packages/charts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "0.8.7-rc.0",
3+
"version": "0.9.0-rc.0",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",
@@ -32,8 +32,8 @@
3232
"@types/chart.js": "^2.9.8"
3333
},
3434
"peerDependencies": {
35-
"@ui5/webcomponents-react": "^0.8.0",
36-
"@ui5/webcomponents-react-base": "^0.8.0",
35+
"@ui5/webcomponents-react": "^0.9.0-rc.0",
36+
"@ui5/webcomponents-react-base": "^0.9.0-rc.0",
3737
"react": "^16.8.0",
3838
"react-jss": "^10.0.0"
3939
},

packages/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "0.8.7-rc.0",
3+
"version": "0.9.0-rc.0",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",
@@ -25,7 +25,7 @@
2525
"@ui5/webcomponents": "1.0.0-rc.5",
2626
"@ui5/webcomponents-fiori": "1.0.0-rc.5",
2727
"@ui5/webcomponents-icons": "1.0.0-rc.5",
28-
"@ui5/webcomponents-react-base": "^0.8.7-rc.0",
28+
"@ui5/webcomponents-react-base": "^0.9.0-rc.0",
2929
"lodash.debounce": "^4.0.8",
3030
"react-content-loader": "^5.0.2",
3131
"react-jss": "10.0.4",

0 commit comments

Comments
 (0)