diff --git a/CHANGELOG.md b/CHANGELOG.md index a158973261d..18cbb190e18 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.9.11](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.10...v0.9.11) (2020-05-26) + +**Note:** Version bump only for package ui5-webcomponents-react-release-0.9.x + + + + + ## [0.9.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.9...v0.9.10) (2020-05-22) diff --git a/lerna.json b/lerna.json index c76ccaf9e1b..27221682557 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.9.10", + "version": "0.9.11", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index a5d4f7ab2b2..c2c9a954f4d 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.9.11](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.10...v0.9.11) (2020-05-26) + +**Note:** Version bump only for package @ui5/webcomponents-react + + + + + ## [0.9.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.9...v0.9.10) (2020-05-22) diff --git a/packages/main/package.json b/packages/main/package.json index 282e3d50601..4e511788f0d 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "0.9.10", + "version": "0.9.11", "description": "React Wrapper for UI5 Web Components and additional components", "main": "index.cjs.js", "module": "index.esm.js",