Skip to content

Commit acba487

Browse files
chore(release): publish v2.11.0-rc.0 [ci skip]
1 parent 6986589 commit acba487

16 files changed

+62
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
### Bug Fixes
9+
10+
- **cypress-commands:** make the options optional for clickUi5ListItemByText ([#7316](https://github.com/SAP/ui5-webcomponents-react/issues/7316)) ([74ebb19](https://github.com/SAP/ui5-webcomponents-react/commit/74ebb1900ce28afee66a8a268d0af18a289a1ba5))
11+
- **deps:** pin dependencies (main) ([#7334](https://github.com/SAP/ui5-webcomponents-react/issues/7334)) ([86c9b7b](https://github.com/SAP/ui5-webcomponents-react/commit/86c9b7bd0801628aae42202618c86b7324effb87))
12+
- **deps:** pin dependency remark-gfm to 4.0.1 (main) ([#7335](https://github.com/SAP/ui5-webcomponents-react/issues/7335)) ([7b76a7e](https://github.com/SAP/ui5-webcomponents-react/commit/7b76a7e139f52940ed3892967aa4c779b55536d9))
13+
- **SelectDialog:** use `headerText` as `accessibleName` per default ([#7327](https://github.com/SAP/ui5-webcomponents-react/issues/7327)) ([400d46b](https://github.com/SAP/ui5-webcomponents-react/commit/400d46be7e2bf041e0c367161d3edf636d400694)), closes [#7319](https://github.com/SAP/ui5-webcomponents-react/issues/7319)
14+
15+
### Features
16+
17+
- **cli:** add experimental `patch-compat-table` command ([6691958](https://github.com/SAP/ui5-webcomponents-react/commit/6691958d6b5ec2afafc49fc784e62b055e3c56fc))
18+
619
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
720

821
### 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.10.0",
3+
"version": "2.11.0-rc.0",
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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai-react
9+
610
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
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.10.0",
3+
"version": "2.11.0-rc.0",
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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
610
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
711

812
### Bug Fixes

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.10.0",
3+
"version": "2.11.0-rc.0",
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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
610
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
711

812
### Bug Fixes

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

packages/cli/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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
### Bug Fixes
9+
10+
- **deps:** pin dependencies (main) ([#7334](https://github.com/SAP/ui5-webcomponents-react/issues/7334)) ([86c9b7b](https://github.com/SAP/ui5-webcomponents-react/commit/86c9b7bd0801628aae42202618c86b7324effb87))
11+
12+
### Features
13+
14+
- **cli:** add experimental `patch-compat-table` command ([6691958](https://github.com/SAP/ui5-webcomponents-react/commit/6691958d6b5ec2afafc49fc784e62b055e3c56fc))
15+
616
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
717

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

packages/compat/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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
### Features
9+
10+
- **cli:** add experimental `patch-compat-table` command ([6691958](https://github.com/SAP/ui5-webcomponents-react/commit/6691958d6b5ec2afafc49fc784e62b055e3c56fc))
11+
612
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
713

814
### Features

packages/compat/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-compat",
3-
"version": "2.10.0",
3+
"version": "2.11.0-rc.0",
44
"description": "React Wrapper for UI5 Web Components Compat package",
55
"type": "module",
66
"main": "dist/index.js",

packages/cypress-commands/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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
### Bug Fixes
9+
10+
- **cypress-commands:** make the options optional for clickUi5ListItemByText ([#7316](https://github.com/SAP/ui5-webcomponents-react/issues/7316)) ([74ebb19](https://github.com/SAP/ui5-webcomponents-react/commit/74ebb1900ce28afee66a8a268d0af18a289a1ba5))
11+
612
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
713

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

packages/main/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.11.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.10.0...v2.11.0-rc.0) (2025-05-16)
7+
8+
### Bug Fixes
9+
10+
- **deps:** pin dependencies (main) ([#7334](https://github.com/SAP/ui5-webcomponents-react/issues/7334)) ([86c9b7b](https://github.com/SAP/ui5-webcomponents-react/commit/86c9b7bd0801628aae42202618c86b7324effb87))
11+
- **SelectDialog:** use `headerText` as `accessibleName` per default ([#7327](https://github.com/SAP/ui5-webcomponents-react/issues/7327)) ([400d46b](https://github.com/SAP/ui5-webcomponents-react/commit/400d46be7e2bf041e0c367161d3edf636d400694)), closes [#7319](https://github.com/SAP/ui5-webcomponents-react/issues/7319)
12+
613
# [2.10.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.9.2...v2.10.0) (2025-05-08)
714

815
### 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": "2.10.0",
3+
"version": "2.11.0-rc.0",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)