Skip to content

Commit c08a8b9

Browse files
chore(release): publish v2.15.3 [ci skip]
1 parent 7ad248d commit c08a8b9

File tree

16 files changed

+51
-8
lines changed

16 files changed

+51
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** fix vertical scrollbar styles and sync logic ([#7839](https://github.com/UI5/webcomponents-react/issues/7839)) ([a03dd29](https://github.com/UI5/webcomponents-react/commit/a03dd29bfc8b636dc41b8429787dec7653e14b27)), closes [#7831](https://github.com/UI5/webcomponents-react/issues/7831)
11+
- **AnalyticalTable:** improve a11y for expand-group button ([#7834](https://github.com/UI5/webcomponents-react/issues/7834)) ([3d32205](https://github.com/UI5/webcomponents-react/commit/3d322059795ff34d5a67ccca716fd58ba05be84a))
12+
- **cli: export-maps codemod:** refactor base pkg reexports correctly ([#7846](https://github.com/UI5/webcomponents-react/issues/7846)) ([7ad248d](https://github.com/UI5/webcomponents-react/commit/7ad248d9ca2d7408d64e57611be7431280e1b70f))
13+
- **ObjectPage:** align selected tab bottom-border correctly ([#7840](https://github.com/UI5/webcomponents-react/issues/7840)) ([1911dc9](https://github.com/UI5/webcomponents-react/commit/1911dc98f27c035db4965d19994d2ce1a9a92521)), closes [#7812](https://github.com/UI5/webcomponents-react/issues/7812)
14+
615
## [2.15.2](https://github.com/UI5/webcomponents-react/compare/v2.15.1...v2.15.2) (2025-10-17)
716

817
### 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": "2.15.2",
3+
"version": "2.15.3",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/ai/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+
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai-react
9+
610
## [2.15.2](https://github.com/UI5/webcomponents-react/compare/v2.15.1...v2.15.2) (2025-10-17)
711

812
**Note:** Version bump only for package @ui5/webcomponents-ai-react

packages/ai/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-ai-react",
3-
"version": "2.15.2",
3+
"version": "2.15.3",
44
"description": "React wrapper for `@ui5/webcomponents-ai` web components.",
55
"type": "module",
66
"main": "dist/index.js",

packages/base/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+
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
610
## [2.15.2](https://github.com/UI5/webcomponents-react/compare/v2.15.1...v2.15.2) (2025-10-17)
711

812
**Note:** Version bump only for package @ui5/webcomponents-react-base

packages/base/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-base",
3-
"version": "2.15.2",
3+
"version": "2.15.3",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/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+
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
610
## [2.15.2](https://github.com/UI5/webcomponents-react/compare/v2.15.1...v2.15.2) (2025-10-17)
711

812
**Note:** Version bump only for package @ui5/webcomponents-react-charts

packages/charts/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-charts",
3-
"version": "2.15.2",
3+
"version": "2.15.3",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [2.15.3](https://github.com/UI5/webcomponents-react/compare/v2.15.2...v2.15.3) (2025-10-21)
7+
8+
### Bug Fixes
9+
10+
- **cli: export-maps codemod:** refactor base pkg reexports correctly ([#7846](https://github.com/UI5/webcomponents-react/issues/7846)) ([7ad248d](https://github.com/UI5/webcomponents-react/commit/7ad248d9ca2d7408d64e57611be7431280e1b70f))
11+
612
## [2.15.2](https://github.com/UI5/webcomponents-react/compare/v2.15.1...v2.15.2) (2025-10-17)
713

814
**Note:** Version bump only for package @ui5/webcomponents-react-cli

packages/cli/package.json

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

0 commit comments

Comments
 (0)