Skip to content

Commit 774c516

Browse files
chore(release): publish v1.23.3 [ci skip]
1 parent bbf0352 commit 774c516

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.23.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.2...v1.23.3) (2023-12-21)
7+
8+
### Bug Fixes
9+
10+
- **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)
11+
- **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))
12+
- **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))
13+
614
## [1.23.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.1...v1.23.2) (2023-12-18)
715

816
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.23.2",
3+
"version": "1.23.3",
44
"npmClient": "yarn",
55
"command": {
66
"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.23.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.2...v1.23.3) (2023-12-21)
7+
8+
### Bug Fixes
9+
10+
- **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)
11+
- **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))
12+
- **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))
13+
614
## [1.23.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.1...v1.23.2) (2023-12-18)
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.23.2",
3+
"version": "1.23.3",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)