Skip to content

Commit 49bf031

Browse files
chore(release): publish v0.16.6 [ci skip]
1 parent f6496a3 commit 49bf031

File tree

6 files changed

+47
-3
lines changed

6 files changed

+47
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.5...v0.16.6) (2021-07-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **ActionSheet:** consistent button padding and placement on phones ([#1794](https://github.com/SAP/ui5-webcomponents-react/issues/1794)) ([8a008c3](https://github.com/SAP/ui5-webcomponents-react/commit/8a008c3fac295f6d636a79dc9881fdcb6ca2050a)), closes [#1748](https://github.com/SAP/ui5-webcomponents-react/issues/1748)
12+
* **charts:** use correct peer dependencies for 0.16.x ([#1795](https://github.com/SAP/ui5-webcomponents-react/issues/1795)) ([d40ebab](https://github.com/SAP/ui5-webcomponents-react/commit/d40ebaba0306b75f24ecdeb59e730d8447ce5653))
13+
14+
15+
### Features
16+
17+
* **ObjectStatus:** support IndicationColor, active and inverted state ([#1790](https://github.com/SAP/ui5-webcomponents-react/issues/1790)) ([9ca075a](https://github.com/SAP/ui5-webcomponents-react/commit/9ca075a46c3174dac292cee60db3b3d015f019be))
18+
19+
20+
21+
22+
623
## [0.16.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.4...v0.16.5) (2021-06-30)
724

825

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.5",
5+
"version": "0.16.6",
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.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.5...v0.16.6) (2021-07-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **charts:** use correct peer dependencies for 0.16.x ([#1795](https://github.com/SAP/ui5-webcomponents-react/issues/1795)) ([d40ebab](https://github.com/SAP/ui5-webcomponents-react/commit/d40ebaba0306b75f24ecdeb59e730d8447ce5653))
12+
13+
14+
15+
16+
617
## [0.16.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.3...v0.16.4) (2021-06-14)
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.4",
3+
"version": "0.16.6",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

packages/main/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.5...v0.16.6) (2021-07-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **ActionSheet:** consistent button padding and placement on phones ([#1794](https://github.com/SAP/ui5-webcomponents-react/issues/1794)) ([8a008c3](https://github.com/SAP/ui5-webcomponents-react/commit/8a008c3fac295f6d636a79dc9881fdcb6ca2050a)), closes [#1748](https://github.com/SAP/ui5-webcomponents-react/issues/1748)
12+
13+
14+
### Features
15+
16+
* **ObjectStatus:** support IndicationColor, active and inverted state ([#1790](https://github.com/SAP/ui5-webcomponents-react/issues/1790)) ([9ca075a](https://github.com/SAP/ui5-webcomponents-react/commit/9ca075a46c3174dac292cee60db3b3d015f019be))
17+
18+
19+
20+
21+
622
## [0.16.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.16.4...v0.16.5) (2021-06-30)
723

824

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.5",
3+
"version": "0.16.6",
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)