Skip to content

Commit

Permalink
chore(release): publish v1.15.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed May 26, 2023
1 parent 8a61436 commit a6405ec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a6405ec

Please sign in to comment.