Skip to content

Commit 47eef4f

Browse files
chore(release): publish v0.14.5 [ci skip]
1 parent dd44af5 commit 47eef4f

4 files changed

Lines changed: 38 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.14.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.14.4...v0.14.5) (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **AnalyticalTable:** add totalRowCount to event.detail param of onLoadMore event, fix rowCount number for expandable rows ([#1405](https://github.com/SAP/ui5-webcomponents-react/issues/1405)) ([2dc3c76](https://github.com/SAP/ui5-webcomponents-react/commit/2dc3c76780fb3f601cd564ff4c7a723b5bd5564e))
12+
* **MessageBox:** allow duplicate action names ([#1415](https://github.com/SAP/ui5-webcomponents-react/issues/1415)) ([03bcc06](https://github.com/SAP/ui5-webcomponents-react/commit/03bcc06084c9286cf45ac78f2d0bd42744504a7c))
13+
* **Toolbar:** prevent event propagation of the overflow button ([#1416](https://github.com/SAP/ui5-webcomponents-react/issues/1416)) ([f421e5b](https://github.com/SAP/ui5-webcomponents-react/commit/f421e5b8f19f5468cc8303057f7b6508ed335b37))
14+
15+
16+
### Features
17+
18+
* **AnalyticalTable:** add offset-top support to visibleRowCountMode "Auto" ([#1402](https://github.com/SAP/ui5-webcomponents-react/issues/1402)) ([30bfa7f](https://github.com/SAP/ui5-webcomponents-react/commit/30bfa7fcfe08ebcf134cd92abfeb52468de038bd))
19+
20+
21+
22+
23+
624
## [0.14.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.14.3...v0.14.4) (2021-03-09)
725

826

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

packages/main/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.14.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.14.4...v0.14.5) (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **AnalyticalTable:** add totalRowCount to event.detail param of onLoadMore event, fix rowCount number for expandable rows ([#1405](https://github.com/SAP/ui5-webcomponents-react/issues/1405)) ([2dc3c76](https://github.com/SAP/ui5-webcomponents-react/commit/2dc3c76780fb3f601cd564ff4c7a723b5bd5564e))
12+
* **MessageBox:** allow duplicate action names ([#1415](https://github.com/SAP/ui5-webcomponents-react/issues/1415)) ([03bcc06](https://github.com/SAP/ui5-webcomponents-react/commit/03bcc06084c9286cf45ac78f2d0bd42744504a7c))
13+
* **Toolbar:** prevent event propagation of the overflow button ([#1416](https://github.com/SAP/ui5-webcomponents-react/issues/1416)) ([f421e5b](https://github.com/SAP/ui5-webcomponents-react/commit/f421e5b8f19f5468cc8303057f7b6508ed335b37))
14+
15+
16+
### Features
17+
18+
* **AnalyticalTable:** add offset-top support to visibleRowCountMode "Auto" ([#1402](https://github.com/SAP/ui5-webcomponents-react/issues/1402)) ([30bfa7f](https://github.com/SAP/ui5-webcomponents-react/commit/30bfa7fcfe08ebcf134cd92abfeb52468de038bd))
19+
20+
21+
22+
23+
624
## [0.14.4](https://github.com/SAP/ui5-webcomponents-react/compare/v0.14.3...v0.14.4) (2021-03-09)
725

826

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

0 commit comments

Comments
 (0)