Skip to content

Commit f41c3cf

Browse files
chore(release): publish v0.16.1 [ci skip]
1 parent 2c866c7 commit f41c3cf

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
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.16.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.0...v0.16.1) (2021-05-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add and export all available interfaces for public methods ([#1577](https://github.com/SAP/ui5-webcomponents-react/issues/1577)) ([2c866c7](https://github.com/SAP/ui5-webcomponents-react/commit/2c866c7e0fe9dc4e5bd4ce5a0e3d7eaccef857e7))
12+
13+
14+
15+
16+
617
# [0.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
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.16.0",
5+
"version": "0.16.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.16.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.0...v0.16.1) (2021-05-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add and export all available interfaces for public methods ([#1577](https://github.com/SAP/ui5-webcomponents-react/issues/1577)) ([2c866c7](https://github.com/SAP/ui5-webcomponents-react/commit/2c866c7e0fe9dc4e5bd4ce5a0e3d7eaccef857e7))
12+
13+
14+
15+
16+
617
# [0.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
718

819

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.16.0",
3+
"version": "0.16.1",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

packages/main/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.16.1](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.0...v0.16.1) (2021-05-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add and export all available interfaces for public methods ([#1577](https://github.com/SAP/ui5-webcomponents-react/issues/1577)) ([2c866c7](https://github.com/SAP/ui5-webcomponents-react/commit/2c866c7e0fe9dc4e5bd4ce5a0e3d7eaccef857e7))
12+
13+
14+
15+
16+
617
# [0.16.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
718

819

packages/main/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",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

0 commit comments

Comments
 (0)