Skip to content

Commit 46ae03b

Browse files
chore(release): publish v0.16.0 [ci skip]
1 parent 2af4bce commit 46ae03b

File tree

12 files changed

+79
-7
lines changed

12 files changed

+79
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **Charts:** export `ComposedChart` and `ComposedChartPlaceholder` in main entry point ([#1556](https://github.com/SAP/ui5-webcomponents-react/issues/1556)) ([2ab8e4c](https://github.com/SAP/ui5-webcomponents-react/commit/2ab8e4c03b992c36b295c2ec32a3110983c8216b))
12+
* **FilterBar:** if `useToolbar` is set to `false`, hide the entire toolbar and display buttons next to the filter items ([#1540](https://github.com/SAP/ui5-webcomponents-react/issues/1540)) ([c3e96ff](https://github.com/SAP/ui5-webcomponents-react/commit/c3e96ff54b2ffc1d28ecf7c50a1f398ae77ab318))
13+
* **FilterBar:** only display toolbar separator & overflow button when necessary ([#1570](https://github.com/SAP/ui5-webcomponents-react/issues/1570)) ([518d4c4](https://github.com/SAP/ui5-webcomponents-react/commit/518d4c46897df1f295be5f6a6bbe8b146610fc0f))
14+
* improve typings for event handlers ([#1545](https://github.com/SAP/ui5-webcomponents-react/issues/1545)) ([52e5e7a](https://github.com/SAP/ui5-webcomponents-react/commit/52e5e7a1d84f56517578369cf01fe5c4663a0fe6))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* **Charts:** `ComposedChartPlaceholder`: The import path has changed. You can now import the placeholder from `@ui5/webcomponents-react-charts/dist/ComposedChartPlaceholder` or directly from `@ui5/webcomponents-react-charts`.
20+
21+
22+
23+
24+
625
## [0.15.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.3...v0.15.4) (2021-04-28)
726

827

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.15.4",
5+
"version": "0.16.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
10+
11+
12+
13+
614
## [0.15.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.3...v0.15.4) (2021-04-28)
715

816
**Note:** Version bump only for package @ui5/webcomponents-react-base

packages/base/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-base",
3-
"version": "0.15.4",
3+
"version": "0.16.0",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

packages/charts/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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **Charts:** export `ComposedChart` and `ComposedChartPlaceholder` in main entry point ([#1556](https://github.com/SAP/ui5-webcomponents-react/issues/1556)) ([2ab8e4c](https://github.com/SAP/ui5-webcomponents-react/commit/2ab8e4c03b992c36b295c2ec32a3110983c8216b))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **Charts:** `ComposedChartPlaceholder`: The import path has changed. You can now import the placeholder from `@ui5/webcomponents-react-charts/dist/ComposedChartPlaceholder` or directly from `@ui5/webcomponents-react-charts`.
17+
18+
19+
20+
21+
622
## [0.15.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.3...v0.15.4) (2021-04-28)
723

824

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

packages/cra-template-seed/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
7+
8+
**Note:** Version bump only for package @ui5/cra-template-webcomponents-react-seed
9+
10+
11+
12+
13+
614
## [0.15.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.3...v0.15.4) (2021-04-28)
715

816
**Note:** Version bump only for package @ui5/cra-template-webcomponents-react-seed

packages/cra-template-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react-seed",
3-
"version": "0.15.4",
3+
"version": "0.16.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.4...v0.16.0) (2021-05-11)
7+
8+
**Note:** Version bump only for package @ui5/cra-template-webcomponents-react
9+
10+
11+
12+
13+
614
## [0.15.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.15.3...v0.15.4) (2021-04-28)
715

816
**Note:** Version bump only for package @ui5/cra-template-webcomponents-react

packages/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react",
3-
"version": "0.15.4",
3+
"version": "0.16.0",
44
"keywords": [
55
"react",
66
"create-react-app",

0 commit comments

Comments
 (0)