Skip to content

Commit 1959ea2

Browse files
chore(release): publish v2.13.2 [ci skip]
1 parent 3a2abfa commit 1959ea2

File tree

16 files changed

+54
-8
lines changed

16 files changed

+54
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.13.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.1...v2.13.2) (2025-08-29)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** clear sorting correctly in tree table ([#7669](https://github.com/SAP/ui5-webcomponents-react/issues/7669)) ([0fd1c99](https://github.com/SAP/ui5-webcomponents-react/commit/0fd1c9923f7803d4693a236384f50caf3a513c45)), closes [#7649](https://github.com/SAP/ui5-webcomponents-react/issues/7649)
11+
- **cypress-commands:** support Cypress v15 ([#7694](https://github.com/SAP/ui5-webcomponents-react/issues/7694)) ([0d9bba7](https://github.com/SAP/ui5-webcomponents-react/commit/0d9bba7db5ff275c3e85753860d9a12163c1a7af))
12+
- **MessageView:** fix rtl behavior & allow disabling animations ([#7686](https://github.com/SAP/ui5-webcomponents-react/issues/7686)) ([145d8be](https://github.com/SAP/ui5-webcomponents-react/commit/145d8bea303f63600713ad27ce7dfc031b4e34e9)), closes [#7682](https://github.com/SAP/ui5-webcomponents-react/issues/7682)
13+
- **ObjectStatus:** implement delta styles for Quartz theme ([#7685](https://github.com/SAP/ui5-webcomponents-react/issues/7685)) ([9de75d6](https://github.com/SAP/ui5-webcomponents-react/commit/9de75d650287767e76dc66a5c90cdc494b098545)), closes [#7683](https://github.com/SAP/ui5-webcomponents-react/issues/7683)
14+
- **ScatterChart - TypeScript:** fix `measures` type ([#7692](https://github.com/SAP/ui5-webcomponents-react/issues/7692)) ([79aac33](https://github.com/SAP/ui5-webcomponents-react/commit/79aac33460761debdb8ea72b5298b65bfb280127))
15+
616
## [2.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.0...v2.13.1) (2025-08-14)
717

818
### 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.13.1",
3+
"version": "2.13.2",
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.13.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.1...v2.13.2) (2025-08-29)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai-react
9+
610
## [2.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.0...v2.13.1) (2025-08-14)
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.13.1",
3+
"version": "2.13.2",
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.13.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.1...v2.13.2) (2025-08-29)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
610
## [2.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.0...v2.13.1) (2025-08-14)
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.13.1",
3+
"version": "2.13.2",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/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.13.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.1...v2.13.2) (2025-08-29)
7+
8+
### Bug Fixes
9+
10+
- **ScatterChart - TypeScript:** fix `measures` type ([#7692](https://github.com/SAP/ui5-webcomponents-react/issues/7692)) ([79aac33](https://github.com/SAP/ui5-webcomponents-react/commit/79aac33460761debdb8ea72b5298b65bfb280127))
11+
612
## [2.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.0...v2.13.1) (2025-08-14)
713

814
**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.13.1",
3+
"version": "2.13.2",
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.13.2](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.1...v2.13.2) (2025-08-29)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-cli
9+
610
## [2.13.1](https://github.com/SAP/ui5-webcomponents-react/compare/v2.13.0...v2.13.1) (2025-08-14)
711

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

0 commit comments

Comments
 (0)