Skip to content

Commit 42800ba

Browse files
chore(release): publish v0.19.1 [ci skip]
1 parent 9f934f0 commit 42800ba

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.0...v0.19.1) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **charts:** correct version of wcr peer-dependencies ([#2281](https://github.com/SAP/ui5-webcomponents-react/issues/2281)) ([9f934f0](https://github.com/SAP/ui5-webcomponents-react/commit/9f934f0f4aacc4c6780eb7f3dc4f4a903d4317aa))
12+
13+
14+
15+
16+
617
# [0.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.19.0) (2021-11-03)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.19.0",
5+
"version": "0.19.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/charts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.19.0...v0.19.1) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **charts:** correct version of wcr peer-dependencies ([#2281](https://github.com/SAP/ui5-webcomponents-react/issues/2281)) ([9f934f0](https://github.com/SAP/ui5-webcomponents-react/commit/9f934f0f4aacc4c6780eb7f3dc4f4a903d4317aa))
12+
13+
14+
15+
16+
617
# [0.19.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.10...v0.19.0) (2021-11-03)
718

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

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

0 commit comments

Comments
 (0)