diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index ee49e5f55c1..a9d415a9fc7 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -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) diff --git a/packages/base/package.json b/packages/base/package.json index af13a3391f9..d462c46ac9f 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -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", diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index c7b0dd2ed91..2bd231968e3 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -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) diff --git a/packages/charts/package.json b/packages/charts/package.json index f8df77adb00..6aa9f574579 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -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", @@ -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", diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index e50b765c263..4314fed5f54 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -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) diff --git a/packages/main/package.json b/packages/main/package.json index d3ec658811e..e5420228be6 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -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", @@ -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",