From ea3ed49c72b8bcff0ce85da6b3b91b1d560d4134 Mon Sep 17 00:00:00 2001 From: ui5-webcomponents-react-bot Date: Wed, 21 Oct 2020 10:51:08 +0000 Subject: [PATCH] chore(release): publish v0.11.1 [ci skip] --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/base/CHANGELOG.md | 11 +++++++++++ packages/base/package.json | 2 +- packages/charts/CHANGELOG.md | 8 ++++++++ packages/charts/package.json | 2 +- packages/main/CHANGELOG.md | 11 +++++++++++ packages/main/package.json | 4 ++-- 8 files changed, 47 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5feb148bf..65da4ae6da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0...v0.11.1) (2020-10-21) + + +### Bug Fixes + +* **AnalyticalTable:** mount filters popover only when it's opened ([#738](https://github.com/SAP/ui5-webcomponents-react/issues/738)) ([1350790](https://github.com/SAP/ui5-webcomponents-react/commit/135079054c0e2c4bdff4a10271fb332518eb9d13)) +* ensure theming parameters are in sync with ui5/webcomponents-theme-base ([#737](https://github.com/SAP/ui5-webcomponents-react/issues/737)) ([880a8ab](https://github.com/SAP/ui5-webcomponents-react/commit/880a8ab3b099aedc25847f0cdf77fc7cfa20d881)) + + + + + # [0.11.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0-rc.1...v0.11.0) (2020-10-15) _This release is a combining the changes of `0.11.0-rc.0` and `0.11.0-rc.1` in a stable release._ diff --git a/lerna.json b/lerna.json index 6845f15a284..f3ca603bd6d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.11.0", + "version": "0.11.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 0583f0ad015..dee4b8f3698 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0...v0.11.1) (2020-10-21) + + +### Bug Fixes + +* ensure theming parameters are in sync with ui5/webcomponents-theme-base ([#737](https://github.com/SAP/ui5-webcomponents-react/issues/737)) ([880a8ab](https://github.com/SAP/ui5-webcomponents-react/commit/880a8ab3b099aedc25847f0cdf77fc7cfa20d881)) + + + + + # [0.11.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0-rc.1...v0.11.0) (2020-10-15) **Note:** Version bump only for package @ui5/webcomponents-react-base diff --git a/packages/base/package.json b/packages/base/package.json index b0855721f10..09e218d98b7 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-base", - "version": "0.11.0", + "version": "0.11.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 92df4a12f43..4baa6855ddd 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.11.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0...v0.11.1) (2020-10-21) + +**Note:** Version bump only for package @ui5/webcomponents-react-charts + + + + + # [0.11.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0-rc.1...v0.11.0) (2020-10-15) **Note:** Version bump only for package @ui5/webcomponents-react-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 1439e264323..8e54b98d6f4 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react-charts", - "version": "0.11.0", + "version": "0.11.1", "description": "Charts for ui5-webcomponents-react", "main": "index.cjs.js", "module": "index.esm.js", diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 89ffde98e59..f213da2417a 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0...v0.11.1) (2020-10-21) + + +### Bug Fixes + +* **AnalyticalTable:** mount filters popover only when it's opened ([#738](https://github.com/SAP/ui5-webcomponents-react/issues/738)) ([1350790](https://github.com/SAP/ui5-webcomponents-react/commit/135079054c0e2c4bdff4a10271fb332518eb9d13)) + + + + + # [0.11.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.0-rc.1...v0.11.0) (2020-10-15) diff --git a/packages/main/package.json b/packages/main/package.json index 6f2c7b36a59..22f7abc4286 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "0.11.0", + "version": "0.11.1", "description": "React Wrapper for UI5 Web Components and additional components", "main": "index.cjs.js", "module": "index.esm.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@babel/runtime": "7.12.1", - "@ui5/webcomponents-react-base": "^0.11.0", + "@ui5/webcomponents-react-base": "^0.11.1", "lodash": "^4.17.20", "react-content-loader": "5.1.3", "react-jss": "10.1.1",