Skip to content

Commit

Permalink
chore(release): publish v1.23.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed Dec 21, 2023
1 parent bbf0352 commit 774c516
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.23.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.2...v1.23.3) (2023-12-21)

### Bug Fixes

- **AnalyticalTable:** display `columns` correctly after update ([#5368](https://github.com/SAP/ui5-webcomponents-react/issues/5368)) ([7217f16](https://github.com/SAP/ui5-webcomponents-react/commit/7217f169182931092d77017ea4e23b98413b2657)), closes [#5365](https://github.com/SAP/ui5-webcomponents-react/issues/5365)
- **Toolbar:** improve `numberOfAlwaysVisibleItems` behavior with spacers ([#5367](https://github.com/SAP/ui5-webcomponents-react/issues/5367)) ([bbf0352](https://github.com/SAP/ui5-webcomponents-react/commit/bbf035261db4b73fa54e3dcc86c043a715b426e4))
- **ToolbarV2 subcomponents:** add missing props ([#5366](https://github.com/SAP/ui5-webcomponents-react/issues/5366)) ([1fd9f5a](https://github.com/SAP/ui5-webcomponents-react/commit/1fd9f5ae919b00e0cf53c1ef76640237622abb3f))

## [1.23.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.1...v1.23.2) (2023-12-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.23.2",
"version": "1.23.3",
"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.23.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.2...v1.23.3) (2023-12-21)

### Bug Fixes

- **AnalyticalTable:** display `columns` correctly after update ([#5368](https://github.com/SAP/ui5-webcomponents-react/issues/5368)) ([7217f16](https://github.com/SAP/ui5-webcomponents-react/commit/7217f169182931092d77017ea4e23b98413b2657)), closes [#5365](https://github.com/SAP/ui5-webcomponents-react/issues/5365)
- **Toolbar:** improve `numberOfAlwaysVisibleItems` behavior with spacers ([#5367](https://github.com/SAP/ui5-webcomponents-react/issues/5367)) ([bbf0352](https://github.com/SAP/ui5-webcomponents-react/commit/bbf035261db4b73fa54e3dcc86c043a715b426e4))
- **ToolbarV2 subcomponents:** add missing props ([#5366](https://github.com/SAP/ui5-webcomponents-react/issues/5366)) ([1fd9f5a](https://github.com/SAP/ui5-webcomponents-react/commit/1fd9f5ae919b00e0cf53c1ef76640237622abb3f))

## [1.23.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.1...v1.23.2) (2023-12-18)

### 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.23.2",
"version": "1.23.3",
"description": "React Wrapper for UI5 Web Components and additional components",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 774c516

Please sign in to comment.