Skip to content

Commit a6405ec

Browse files
chore(release): publish v1.15.2 [ci skip]
1 parent 8a61436 commit a6405ec

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

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+
## [1.15.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.15.2) (2023-05-26)
7+
8+
### Bug Fixes
9+
10+
- add export condition for node to main package ([#4640](https://github.com/SAP/ui5-webcomponents-react/issues/4640)) ([3b3f166](https://github.com/SAP/ui5-webcomponents-react/commit/3b3f166f1e779f8a26c7f195f4267bb97e1cd851))
11+
- **AnalyticalTable:** allow nested sub-rows as `subRowsKey`, add `manualGroupBy` support ([#4598](https://github.com/SAP/ui5-webcomponents-react/issues/4598)) ([2b2b0ff](https://github.com/SAP/ui5-webcomponents-react/commit/2b2b0ffa36c1d0111d4035068bac570a3fa0434e))
12+
- **Toolbar:** return correct value for `overflowElements` in `onOverflowChange` ([#4610](https://github.com/SAP/ui5-webcomponents-react/issues/4610)) ([1905eda](https://github.com/SAP/ui5-webcomponents-react/commit/1905edaa0548f9180707f1c38cd543756490363f))
13+
614
## [1.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
715

816
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.15.1",
4+
"version": "1.15.2",
55
"npmClient": "yarn",
66
"command": {
77
"version": {

packages/main/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+
## [1.15.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.15.2) (2023-05-26)
7+
8+
### Bug Fixes
9+
10+
- add export condition for node to main package ([#4640](https://github.com/SAP/ui5-webcomponents-react/issues/4640)) ([3b3f166](https://github.com/SAP/ui5-webcomponents-react/commit/3b3f166f1e779f8a26c7f195f4267bb97e1cd851))
11+
- **AnalyticalTable:** allow nested sub-rows as `subRowsKey`, add `manualGroupBy` support ([#4598](https://github.com/SAP/ui5-webcomponents-react/issues/4598)) ([2b2b0ff](https://github.com/SAP/ui5-webcomponents-react/commit/2b2b0ffa36c1d0111d4035068bac570a3fa0434e))
12+
- **Toolbar:** return correct value for `overflowElements` in `onOverflowChange` ([#4610](https://github.com/SAP/ui5-webcomponents-react/issues/4610)) ([1905eda](https://github.com/SAP/ui5-webcomponents-react/commit/1905edaa0548f9180707f1c38cd543756490363f))
13+
614
## [1.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09)
715

816
### Bug Fixes

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

0 commit comments

Comments
 (0)