Skip to content

Commit 538aa4b

Browse files
chore(release): publish v1.24.27 [ci skip]
1 parent bbdf3ca commit 538aa4b

26 files changed

Lines changed: 154 additions & 36 deletions

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [1.24.27](https://github.com/UI5/webcomponents/compare/v1.24.26...v1.24.27) (2026-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **framework:** improve themeRoot validation ([#13403](https://github.com/UI5/webcomponents/issues/13403)) ([bbdf3ca](https://github.com/UI5/webcomponents/commit/bbdf3ca3cfb41ecbdaae0743a6e58915865c27b4))
12+
* **ui5-button:** update aria-label when accessibleNameRef target changes ([#13241](https://github.com/UI5/webcomponents/issues/13241)) ([01ba3db](https://github.com/UI5/webcomponents/commit/01ba3db604f4f4160cc6a05a956bbb26db48b354)), closes [#13101](https://github.com/UI5/webcomponents/issues/13101)
13+
* **ui5-dialog:** prevent native drag behavior only for header ([#13250](https://github.com/UI5/webcomponents/issues/13250)) ([9c02c2b](https://github.com/UI5/webcomponents/commit/9c02c2bd9d8cb131cf984cef065b6ff2f822907b))
14+
* **ui5-select:** use accessibleName for option announcements ([#13202](https://github.com/UI5/webcomponents/issues/13202)) ([d5a574c](https://github.com/UI5/webcomponents/commit/d5a574c4b2498c1e002f202457d6a3068bd7cf00)), closes [#11809](https://github.com/UI5/webcomponents/issues/11809)
15+
16+
17+
18+
19+
620
## [1.24.26](https://github.com/UI5/webcomponents/compare/v1.24.25...v1.24.26) (2026-01-19)
721

822

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"packages/website",
1414
"packages/create-package"
1515
],
16-
"version": "1.24.26",
16+
"version": "1.24.27",
1717
"command": {
1818
"publish": {
1919
"allowBranch": "*",

packages/base/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+
## [1.24.27](https://github.com/UI5/webcomponents/compare/v1.24.26...v1.24.27) (2026-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **framework:** improve themeRoot validation ([#13403](https://github.com/UI5/webcomponents/issues/13403)) ([bbdf3ca](https://github.com/UI5/webcomponents/commit/bbdf3ca3cfb41ecbdaae0743a6e58915865c27b4))
12+
13+
14+
15+
16+
617
## [1.24.26](https://github.com/UI5/webcomponents/compare/v1.24.25...v1.24.26) (2026-01-19)
718

819

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": "1.24.26",
3+
"version": "1.24.27",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@openui5/sap.ui.core": "1.120.17",
48-
"@ui5/webcomponents-tools": "1.24.26",
48+
"@ui5/webcomponents-tools": "1.24.27",
4949
"chromedriver": "^145.0.0",
5050
"clean-css": "^5.2.2",
5151
"copy-and-watch": "^0.1.5",

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+
## [1.24.27](https://github.com/UI5/webcomponents/compare/v1.24.26...v1.24.27) (2026-04-16)
7+
8+
**Note:** Version bump only for package @ui5/create-webcomponents-package
9+
10+
11+
12+
13+
614
## [1.24.26](https://github.com/UI5/webcomponents/compare/v1.24.25...v1.24.26) (2026-01-19)
715

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

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": "1.24.26",
3+
"version": "1.24.27",
44
"description": "UI5 Web Components: create package",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

packages/fiori/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+
## [1.24.27](https://github.com/UI5/webcomponents/compare/v1.24.26...v1.24.27) (2026-04-16)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-fiori
9+
10+
11+
12+
13+
614
## [1.24.26](https://github.com/UI5/webcomponents/compare/v1.24.25...v1.24.26) (2026-01-19)
715

816

packages/fiori/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-fiori",
3-
"version": "1.24.26",
3+
"version": "1.24.27",
44
"description": "UI5 Web Components: webcomponents.fiori",
55
"ui5": {
66
"webComponentsPackage": true
@@ -46,14 +46,14 @@
4646
"directory": "packages/fiori"
4747
},
4848
"dependencies": {
49-
"@ui5/webcomponents": "1.24.26",
50-
"@ui5/webcomponents-base": "1.24.26",
51-
"@ui5/webcomponents-icons": "1.24.26",
52-
"@ui5/webcomponents-theming": "1.24.26",
49+
"@ui5/webcomponents": "1.24.27",
50+
"@ui5/webcomponents-base": "1.24.27",
51+
"@ui5/webcomponents-icons": "1.24.27",
52+
"@ui5/webcomponents-theming": "1.24.27",
5353
"@zxing/library": "^0.17.1"
5454
},
5555
"devDependencies": {
56-
"@ui5/webcomponents-tools": "1.24.26",
56+
"@ui5/webcomponents-tools": "1.24.27",
5757
"chromedriver": "^145.0.0"
5858
}
5959
}

packages/icons-business-suite/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+
## [1.24.27](https://github.com/UI5/webcomponents/compare/v1.24.26...v1.24.27) (2026-04-16)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite
9+
10+
11+
12+
13+
614
## [1.24.26](https://github.com/UI5/webcomponents/compare/v1.24.25...v1.24.26) (2026-01-19)
715

816
**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite

packages/icons-business-suite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-icons-business-suite",
3-
"version": "1.24.26",
3+
"version": "1.24.27",
44
"description": "UI5 Web Components: SAP Fiori Tools icon set",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -28,9 +28,9 @@
2828
"directory": "packages/icons-business-suite"
2929
},
3030
"dependencies": {
31-
"@ui5/webcomponents-base": "1.24.26"
31+
"@ui5/webcomponents-base": "1.24.27"
3232
},
3333
"devDependencies": {
34-
"@ui5/webcomponents-tools": "1.24.26"
34+
"@ui5/webcomponents-tools": "1.24.27"
3535
}
3636
}

0 commit comments

Comments
 (0)