From 0e42b87d6d73460b6bc6b54a5730ccbbf0e458dc Mon Sep 17 00:00:00 2001 From: ui5-webcomponents-react-bot Date: Fri, 19 Jul 2019 06:51:53 +0000 Subject: [PATCH] chore(release): publish v0.4.1 [ci skip] --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/base/CHANGELOG.md | 8 ++++++++ packages/base/package.json | 2 +- packages/charts/CHANGELOG.md | 8 ++++++++ packages/charts/package.json | 4 ++-- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/main/CHANGELOG.md | 8 ++++++++ packages/main/package.json | 4 ++-- 10 files changed, 47 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ccef298ea5..b5e46831f1f 100644 --- a/CHANGELOG.md +++ b/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.4.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1) (2019-07-19) + +**Note:** Version bump only for package node-library-fiori-for-react-github.com-release + + + + + ## [0.4.1-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.1...v0.4.1-rc.2) (2019-07-19) diff --git a/lerna.json b/lerna.json index ebcc2b3587a..203dfb64492 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.4.1-rc.2", + "version": "0.4.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 09aa0dbc90a..5c02bd281d2 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.4.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1) (2019-07-19) + +**Note:** Version bump only for package @ui5/webcomponents-react-base + + + + + ## [0.4.1-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.1...v0.4.1-rc.2) (2019-07-19) **Note:** Version bump only for package @ui5/webcomponents-react-base diff --git a/packages/base/package.json b/packages/base/package.json index 0c0d9a3dc32..48696e726a5 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-base", - "version": "0.4.1-rc.2", + "version": "0.4.1", "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 8f760d2df1e..ee1b55b16af 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.4.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1) (2019-07-19) + +**Note:** Version bump only for package @ui5/webcomponents-react-charts + + + + + ## [0.4.1-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.1...v0.4.1-rc.2) (2019-07-19) **Note:** Version bump only for package @ui5/webcomponents-react-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index ae38b1d4507..ae84926f869 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-charts", - "version": "0.4.1-rc.2", + "version": "0.4.1", "description": "Charts for ui5-webcomponents-react", "main": "index.cjs.js", "module": "index.esm.js", @@ -17,7 +17,7 @@ "@types/chart.js": "^2.7.53" }, "dependencies": { - "@ui5/webcomponents-react-base": "0.4.1-rc.2", + "@ui5/webcomponents-react-base": "0.4.1", "chart.js": "^2.8.0", "chartjs-plugin-datalabels": "^0.6.0", "is-mergeable-object": "^1.1.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b9003e3c110..58861caf7fa 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.4.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1) (2019-07-19) + +**Note:** Version bump only for package @ui5/webcomponents-react-cli + + + + + ## [0.4.1-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.1...v0.4.1-rc.2) (2019-07-19) **Note:** Version bump only for package @ui5/webcomponents-react-cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 38fa855065c..f4b44c8750c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@ui5/webcomponents-react-cli", "private": true, - "version": "0.4.1-rc.2", + "version": "0.4.1", "description": "CLI for creating React Components", "repository": { "type": "git", diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index c49c5fd5d41..c4a03402063 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.4.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1) (2019-07-19) + +**Note:** Version bump only for package @ui5/webcomponents-react + + + + + ## [0.4.1-rc.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.1...v0.4.1-rc.2) (2019-07-19) diff --git a/packages/main/package.json b/packages/main/package.json index 94a6578bd0c..a49daa6ae95 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "0.4.1-rc.2", + "version": "0.4.1", "description": "React Wrapper for UI5 Web Components and additional components", "repository": { "type": "git", @@ -21,7 +21,7 @@ }, "dependencies": { "@ui5/webcomponents": "1.0.0-rc.2", - "@ui5/webcomponents-react-base": "0.4.1-rc.2", + "@ui5/webcomponents-react-base": "0.4.1", "lodash.debounce": "^4.0.8", "react-scroll": "^1.7.11", "react-table": "6.8.6",