Skip to content

Commit ed55cd9

Browse files
chore(release): publish v2.15.0-rc.2 [ci skip]
1 parent f88b41c commit ed55cd9

29 files changed

+206
-88
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0-rc.2](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.1...v2.15.0-rc.2) (2025-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-dynamic-page:** add dynamic aria-label based on header state ([#12333](https://github.com/UI5/webcomponents/issues/12333)) ([529e765](https://github.com/UI5/webcomponents/commit/529e7656511422a64d5f6df6a81c1a7864858322)), closes [#12274](https://github.com/UI5/webcomponents/issues/12274)
12+
13+
14+
15+
16+
617
# [2.15.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.0...v2.15.0-rc.1) (2025-09-25)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"packages/create-package",
1515
"packages/compat"
1616
],
17-
"version": "2.15.0-rc.1",
17+
"version": "2.15.0-rc.2",
1818
"command": {
1919
"publish": {
2020
"allowBranch": "*",

packages/ai/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+
# [2.15.0-rc.2](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.1...v2.15.0-rc.2) (2025-09-25)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai
9+
10+
11+
12+
13+
614
# [2.15.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.0...v2.15.0-rc.1) (2025-09-25)
715

816

packages/ai/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-ai",
3-
"version": "2.15.0-rc.1",
3+
"version": "2.15.0-rc.2",
44
"description": "UI5 Web Components: webcomponents.ai",
55
"ui5": {
66
"webComponentsPackage": true
@@ -46,15 +46,15 @@
4646
"directory": "packages/ai"
4747
},
4848
"dependencies": {
49-
"@ui5/webcomponents": "2.15.0-rc.1",
50-
"@ui5/webcomponents-base": "2.15.0-rc.1",
51-
"@ui5/webcomponents-icons": "2.15.0-rc.1",
52-
"@ui5/webcomponents-theming": "2.15.0-rc.1"
49+
"@ui5/webcomponents": "2.15.0-rc.2",
50+
"@ui5/webcomponents-base": "2.15.0-rc.2",
51+
"@ui5/webcomponents-icons": "2.15.0-rc.2",
52+
"@ui5/webcomponents-theming": "2.15.0-rc.2"
5353
},
5454
"devDependencies": {
5555
"@custom-elements-manifest/analyzer": "^0.10.6",
5656
"@ui5/cypress-internal": "0.0.0",
57-
"@ui5/webcomponents-tools": "2.15.0-rc.1",
57+
"@ui5/webcomponents-tools": "2.15.0-rc.2",
5858
"chokidar-cli": "^3.0.0",
5959
"cypress": "^13.0.0",
6060
"eslint": "^7.22.0",

packages/base/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+
# [2.15.0-rc.2](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.1...v2.15.0-rc.2) (2025-09-25)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
# [2.15.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.0...v2.15.0-rc.1) (2025-09-25)
715

816

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-base",
3-
"version": "2.15.0-rc.1",
3+
"version": "2.15.0-rc.2",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -65,7 +65,7 @@
6565
"@openui5/sap.ui.core": "1.120.17",
6666
"@sap-theming/theming-base-content": "11.29.3",
6767
"@ui5/cypress-internal": "0.0.0",
68-
"@ui5/webcomponents-tools": "2.15.0-rc.1",
68+
"@ui5/webcomponents-tools": "2.15.0-rc.2",
6969
"clean-css": "^5.2.2",
7070
"concurrently": "^9.2.1",
7171
"copy-and-watch": "^0.1.5",

packages/compat/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+
# [2.15.0-rc.2](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.1...v2.15.0-rc.2) (2025-09-25)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-compat
9+
10+
11+
12+
13+
614
# [2.15.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.0...v2.15.0-rc.1) (2025-09-25)
715

816
**Note:** Version bump only for package @ui5/webcomponents-compat

packages/compat/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-compat",
3-
"version": "2.15.0-rc.1",
3+
"version": "2.15.0-rc.2",
44
"description": "UI5 Web Components: webcomponents.compat",
55
"ui5": {
66
"webComponentsPackage": true
@@ -46,15 +46,15 @@
4646
"directory": "packages/compat"
4747
},
4848
"dependencies": {
49-
"@ui5/webcomponents": "2.15.0-rc.1",
50-
"@ui5/webcomponents-base": "2.15.0-rc.1",
51-
"@ui5/webcomponents-icons": "2.15.0-rc.1",
52-
"@ui5/webcomponents-theming": "2.15.0-rc.1"
49+
"@ui5/webcomponents": "2.15.0-rc.2",
50+
"@ui5/webcomponents-base": "2.15.0-rc.2",
51+
"@ui5/webcomponents-icons": "2.15.0-rc.2",
52+
"@ui5/webcomponents-theming": "2.15.0-rc.2"
5353
},
5454
"devDependencies": {
5555
"@custom-elements-manifest/analyzer": "^0.10.6",
5656
"@ui5/cypress-internal": "0.0.0",
57-
"@ui5/webcomponents-tools": "2.15.0-rc.1",
57+
"@ui5/webcomponents-tools": "2.15.0-rc.2",
5858
"chokidar-cli": "^3.0.0",
5959
"cypress": "^13.0.0",
6060
"eslint": "^7.22.0",

packages/create-package/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+
# [2.15.0-rc.2](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.1...v2.15.0-rc.2) (2025-09-25)
7+
8+
**Note:** Version bump only for package @ui5/create-webcomponents-package
9+
10+
11+
12+
13+
614
# [2.15.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.15.0-rc.0...v2.15.0-rc.1) (2025-09-25)
715

816

packages/create-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/create-webcomponents-package",
3-
"version": "2.15.0-rc.1",
3+
"version": "2.15.0-rc.2",
44
"description": "UI5 Web Components: create package",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)