Skip to content

Commit 6f57dee

Browse files
chore(release): publish v1.23.2 [ci skip]
1 parent c1c0e99 commit 6f57dee

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
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.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.1...v1.23.2) (2023-12-18)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** improve programmatic scroll behavior & scroll types ([#5334](https://github.com/SAP/ui5-webcomponents-react/issues/5334)) ([610ffd2](https://github.com/SAP/ui5-webcomponents-react/commit/610ffd254886075de4e43bb9d8abc71419be0739)), closes [#5319](https://github.com/SAP/ui5-webcomponents-react/issues/5319)
11+
- **AnalyticalTable:** prevent unecessary horizontal scrollbar ([#5352](https://github.com/SAP/ui5-webcomponents-react/issues/5352)) ([05297a7](https://github.com/SAP/ui5-webcomponents-react/commit/05297a79b25090fcab8359cbb0e8df2b15cff94a))
12+
- **MessageView:** don't show unnecessary scrollbar in details view ([#5355](https://github.com/SAP/ui5-webcomponents-react/issues/5355)) ([422cf06](https://github.com/SAP/ui5-webcomponents-react/commit/422cf0651673eab4a8ebb4491d31240464842e19)), closes [#5350](https://github.com/SAP/ui5-webcomponents-react/issues/5350)
13+
614
## [1.23.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.0...v1.23.1) (2023-12-07)
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.1",
3+
"version": "1.23.2",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/cypress-commands/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.1...v1.23.2) (2023-12-18)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-cypress-commands
9+
610
# [1.22.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.2...v1.22.0) (2023-11-03)
711

812
### Features

packages/cypress-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cypress Custom Commands and Queries for UI5 Web Components",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "1.22.0",
6+
"version": "1.23.2",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

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.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.1...v1.23.2) (2023-12-18)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** improve programmatic scroll behavior & scroll types ([#5334](https://github.com/SAP/ui5-webcomponents-react/issues/5334)) ([610ffd2](https://github.com/SAP/ui5-webcomponents-react/commit/610ffd254886075de4e43bb9d8abc71419be0739)), closes [#5319](https://github.com/SAP/ui5-webcomponents-react/issues/5319)
11+
- **AnalyticalTable:** prevent unecessary horizontal scrollbar ([#5352](https://github.com/SAP/ui5-webcomponents-react/issues/5352)) ([05297a7](https://github.com/SAP/ui5-webcomponents-react/commit/05297a79b25090fcab8359cbb0e8df2b15cff94a))
12+
- **MessageView:** don't show unnecessary scrollbar in details view ([#5355](https://github.com/SAP/ui5-webcomponents-react/issues/5355)) ([422cf06](https://github.com/SAP/ui5-webcomponents-react/commit/422cf0651673eab4a8ebb4491d31240464842e19)), closes [#5350](https://github.com/SAP/ui5-webcomponents-react/issues/5350)
13+
614
## [1.23.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.23.0...v1.23.1) (2023-12-07)
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.1",
3+
"version": "1.23.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)