Skip to content

Commit

Permalink
chore(release): publish new version [ci skip]
Browse files Browse the repository at this point in the history
 - @ui5/webcomponents-react-base@0.7.0-rc.3
 - @ui5/webcomponents-react-charts@0.7.0-rc.3
 - @ui5/webcomponents-react@0.7.0-rc.3
  • Loading branch information
ui5-webcomponents-react-bot committed Dec 11, 2019
1 parent b5e07d4 commit 226dd13
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0-rc.3](https://github.com/SAP/ui5-webcomponents-react/compare/@ui5/webcomponents-react-base@0.7.0-rc.2...@ui5/webcomponents-react-base@0.7.0-rc.3) (2019-12-11)

**Note:** Version bump only for package @ui5/webcomponents-react-base





# 0.7.0-rc.2 (2019-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-base",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"description": "Base for ui5-webcomponents-react",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0-rc.3](https://github.com/SAP/ui5-webcomponents-react/compare/@ui5/webcomponents-react-charts@0.7.0-rc.2...@ui5/webcomponents-react-charts@0.7.0-rc.3) (2019-12-11)

**Note:** Version bump only for package @ui5/webcomponents-react-charts





# 0.7.0-rc.2 (2019-12-11)


Expand Down
6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-charts",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"description": "Charts for ui5-webcomponents-react",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand All @@ -20,8 +20,8 @@
"postbuild": "rollup -c rollup.config.js"
},
"dependencies": {
"@ui5/webcomponents-react": "0.7.0-rc.2",
"@ui5/webcomponents-react-base": "0.7.0-rc.2",
"@ui5/webcomponents-react": "0.7.0-rc.3",
"@ui5/webcomponents-react-base": "0.7.0-rc.3",
"chart.js": "^2.8.0",
"chartjs-plugin-datalabels": "^0.6.0",
"get-best-contrast-color": "^0.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0-rc.3](https://github.com/SAP/ui5-webcomponents-react/compare/@ui5/webcomponents-react@0.7.0-rc.2...@ui5/webcomponents-react@0.7.0-rc.3) (2019-12-11)

**Note:** Version bump only for package @ui5/webcomponents-react





# 0.7.0-rc.2 (2019-12-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"description": "React Wrapper for UI5 Web Components and additional components",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand All @@ -25,7 +25,7 @@
"@ui5/webcomponents": "1.0.0-rc.5",
"@ui5/webcomponents-fiori": "1.0.0-rc.5",
"@ui5/webcomponents-icons": "1.0.0-rc.5",
"@ui5/webcomponents-react-base": "0.7.0-rc.2",
"@ui5/webcomponents-react-base": "0.7.0-rc.3",
"lodash.debounce": "^4.0.8",
"react-content-loader": "^4.3.2",
"react-jss": "10.0.0",
Expand Down

0 comments on commit 226dd13

Please sign in to comment.