Skip to content

Commit 226dd13

Browse files
chore(release): publish new version [ci skip]
- @ui5/[email protected] - @ui5/[email protected] - @ui5/[email protected]
1 parent b5e07d4 commit 226dd13

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

packages/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0-rc.3](https://github.com/SAP/ui5-webcomponents-react/compare/@ui5/[email protected]...@ui5/[email protected]) (2019-12-11)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
10+
11+
12+
13+
614
# 0.7.0-rc.2 (2019-12-11)
715

816

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.7.0-rc.2",
3+
"version": "0.7.0-rc.3",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

packages/charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0-rc.3](https://github.com/SAP/ui5-webcomponents-react/compare/@ui5/[email protected]...@ui5/[email protected]) (2019-12-11)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
10+
11+
12+
13+
614
# 0.7.0-rc.2 (2019-12-11)
715

816

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.7.0-rc.2",
3+
"version": "0.7.0-rc.3",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",
@@ -20,8 +20,8 @@
2020
"postbuild": "rollup -c rollup.config.js"
2121
},
2222
"dependencies": {
23-
"@ui5/webcomponents-react": "0.7.0-rc.2",
24-
"@ui5/webcomponents-react-base": "0.7.0-rc.2",
23+
"@ui5/webcomponents-react": "0.7.0-rc.3",
24+
"@ui5/webcomponents-react-base": "0.7.0-rc.3",
2525
"chart.js": "^2.8.0",
2626
"chartjs-plugin-datalabels": "^0.6.0",
2727
"get-best-contrast-color": "^0.3.1",

packages/main/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0-rc.3](https://github.com/SAP/ui5-webcomponents-react/compare/@ui5/[email protected]...@ui5/[email protected]) (2019-12-11)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react
9+
10+
11+
12+
13+
614
# 0.7.0-rc.2 (2019-12-11)
715

816

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.7.0-rc.2",
3+
"version": "0.7.0-rc.3",
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.7.0-rc.2",
28+
"@ui5/webcomponents-react-base": "0.7.0-rc.3",
2929
"lodash.debounce": "^4.0.8",
3030
"react-content-loader": "^4.3.2",
3131
"react-jss": "10.0.0",

0 commit comments

Comments
 (0)