Skip to content

Commit f938932

Browse files
chore(release): publish v2.15.1 [ci skip]
1 parent 4d08a34 commit f938932

File tree

16 files changed

+49
-8
lines changed

16 files changed

+49
-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.1](https://github.com/UI5/webcomponents-react/compare/v2.15.0...v2.15.1) (2025-10-15)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable - TypeScript:** remove legacy overloads in AnalyticalTableColumnDefinition ([#7827](https://github.com/UI5/webcomponents-react/issues/7827)) ([67cdcdd](https://github.com/UI5/webcomponents-react/commit/67cdcdd43dc82e646b7929f70c6b5ac9d3a422bf))
11+
- **AnalyticalTable:** use global UI5 scrollbar styles ([#7826](https://github.com/UI5/webcomponents-react/issues/7826)) ([866d518](https://github.com/UI5/webcomponents-react/commit/866d5183031c9a72bf0d59c52ea618c2ec6d474f))
12+
- **deps:** update react monorepo to v19.2.0 (minor) ([#7794](https://github.com/UI5/webcomponents-react/issues/7794)) ([45f19dc](https://github.com/UI5/webcomponents-react/commit/45f19dce2a7c19eccd88d5d5bb4702b7cd86c895))
13+
- **ObjectPageTitle:** fix alignment of actions & content ([#7803](https://github.com/UI5/webcomponents-react/issues/7803)) ([8d67476](https://github.com/UI5/webcomponents-react/commit/8d674761114b1a33c1ac655b8a1166ec79e1d2b5))
14+
615
# [2.15.0](https://github.com/UI5/webcomponents-react/compare/v2.14.1...v2.15.0) (2025-10-06)
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.0",
3+
"version": "2.15.1",
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.1](https://github.com/UI5/webcomponents-react/compare/v2.15.0...v2.15.1) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai-react
9+
610
# [2.15.0](https://github.com/UI5/webcomponents-react/compare/v2.14.1...v2.15.0) (2025-10-06)
711

812
### Features

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.0",
3+
"version": "2.15.1",
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.1](https://github.com/UI5/webcomponents-react/compare/v2.15.0...v2.15.1) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
610
# [2.15.0](https://github.com/UI5/webcomponents-react/compare/v2.14.1...v2.15.0) (2025-10-06)
711

812
### Features

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.0",
3+
"version": "2.15.1",
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.1](https://github.com/UI5/webcomponents-react/compare/v2.15.0...v2.15.1) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
610
# [2.15.0](https://github.com/UI5/webcomponents-react/compare/v2.14.1...v2.15.0) (2025-10-06)
711

812
### Features

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

packages/cli/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.1](https://github.com/UI5/webcomponents-react/compare/v2.15.0...v2.15.1) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-cli
9+
610
# [2.15.0](https://github.com/UI5/webcomponents-react/compare/v2.14.1...v2.15.0) (2025-10-06)
711

812
### Bug Fixes

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.0",
6+
"version": "2.15.1",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

0 commit comments

Comments
 (0)