diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a57e21c92..5f93ae8e992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.15.2) (2023-05-26) + +### Bug Fixes + +- 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)) +- **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)) +- **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)) + ## [1.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 925d3638348..e3b7b45b764 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "1.15.1", + "version": "1.15.2", "npmClient": "yarn", "command": { "version": { diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 87c612350bc..3b9a73f05f1 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.1...v1.15.2) (2023-05-26) + +### Bug Fixes + +- 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)) +- **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)) +- **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)) + ## [1.15.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.15.0...v1.15.1) (2023-05-09) ### Bug Fixes diff --git a/packages/main/package.json b/packages/main/package.json index 6acbaf5f294..e193f3400c8 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "1.15.1", + "version": "1.15.2", "description": "React Wrapper for UI5 Web Components and additional components", "type": "module", "main": "dist/index.js",