Skip to content

Commit 05b2c4f

Browse files
chore(release): publish v1.24.17 [ci skip]
1 parent eb3a739 commit 05b2c4f

26 files changed

+157
-36
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.17](https://github.com/SAP/ui5-webcomponents/compare/v1.24.16...v1.24.17) (2025-03-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-button:** remove tap highlight on safari ([#10802](https://github.com/SAP/ui5-webcomponents/issues/10802)) ([c26d0fc](https://github.com/SAP/ui5-webcomponents/commit/c26d0fc3aba136317f8b0eea796e2aa37cc12be4)), closes [#10777](https://github.com/SAP/ui5-webcomponents/issues/10777) [#10786](https://github.com/SAP/ui5-webcomponents/issues/10786)
12+
* **ui5-carousel:** fix failing test ([#10940](https://github.com/SAP/ui5-webcomponents/issues/10940)) ([0742795](https://github.com/SAP/ui5-webcomponents/commit/07427953ed1caed1652c8b8af5a989303b01d1da))
13+
* **ui5-navigation-menu:** add missing dependencies ([#10874](https://github.com/SAP/ui5-webcomponents/issues/10874)) ([eaf68e8](https://github.com/SAP/ui5-webcomponents/commit/eaf68e8b9ae6e0cd807d33e930b84662e12d8892)), closes [#10841](https://github.com/SAP/ui5-webcomponents/issues/10841)
14+
* **ui5-popover, ui5-dialog:** fix finding keyboard focusable scroll containers ([#10937](https://github.com/SAP/ui5-webcomponents/issues/10937)) ([eb3a739](https://github.com/SAP/ui5-webcomponents/commit/eb3a739aebd0a2a5e6dea1d7af424772a4ac62c9))
15+
* **ui5-tokenizer:** hide visually hidden text from screen reader ([#10918](https://github.com/SAP/ui5-webcomponents/issues/10918)) ([731cfa2](https://github.com/SAP/ui5-webcomponents/commit/731cfa28e02a71171ba1848d7595095fd6a9dc09))
16+
17+
18+
19+
20+
621
## [1.24.16](https://github.com/SAP/ui5-webcomponents/compare/v1.24.15...v1.24.16) (2025-02-05)
722

823

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.16",
16+
"version": "1.24.17",
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.17](https://github.com/SAP/ui5-webcomponents/compare/v1.24.16...v1.24.17) (2025-03-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-popover, ui5-dialog:** fix finding keyboard focusable scroll containers ([#10937](https://github.com/SAP/ui5-webcomponents/issues/10937)) ([eb3a739](https://github.com/SAP/ui5-webcomponents/commit/eb3a739aebd0a2a5e6dea1d7af424772a4ac62c9))
12+
13+
14+
15+
16+
617
## [1.24.16](https://github.com/SAP/ui5-webcomponents/compare/v1.24.15...v1.24.16) (2025-02-05)
718

819
**Note:** Version bump only for package @ui5/webcomponents-base

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.16",
3+
"version": "1.24.17",
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.16",
48+
"@ui5/webcomponents-tools": "1.24.17",
4949
"chromedriver": "^132.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.17](https://github.com/SAP/ui5-webcomponents/compare/v1.24.16...v1.24.17) (2025-03-04)
7+
8+
**Note:** Version bump only for package @ui5/create-webcomponents-package
9+
10+
11+
12+
13+
614
## [1.24.16](https://github.com/SAP/ui5-webcomponents/compare/v1.24.15...v1.24.16) (2025-02-05)
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.16",
3+
"version": "1.24.17",
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.17](https://github.com/SAP/ui5-webcomponents/compare/v1.24.16...v1.24.17) (2025-03-04)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-fiori
9+
10+
11+
12+
13+
614
## [1.24.16](https://github.com/SAP/ui5-webcomponents/compare/v1.24.15...v1.24.16) (2025-02-05)
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.16",
3+
"version": "1.24.17",
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.16",
50-
"@ui5/webcomponents-base": "1.24.16",
51-
"@ui5/webcomponents-icons": "1.24.16",
52-
"@ui5/webcomponents-theming": "1.24.16",
49+
"@ui5/webcomponents": "1.24.17",
50+
"@ui5/webcomponents-base": "1.24.17",
51+
"@ui5/webcomponents-icons": "1.24.17",
52+
"@ui5/webcomponents-theming": "1.24.17",
5353
"@zxing/library": "^0.17.1"
5454
},
5555
"devDependencies": {
56-
"@ui5/webcomponents-tools": "1.24.16",
56+
"@ui5/webcomponents-tools": "1.24.17",
5757
"chromedriver": "^132.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.17](https://github.com/SAP/ui5-webcomponents/compare/v1.24.16...v1.24.17) (2025-03-04)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite
9+
10+
11+
12+
13+
614
## [1.24.16](https://github.com/SAP/ui5-webcomponents/compare/v1.24.15...v1.24.16) (2025-02-05)
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.16",
3+
"version": "1.24.17",
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.16"
31+
"@ui5/webcomponents-base": "1.24.17"
3232
},
3333
"devDependencies": {
34-
"@ui5/webcomponents-tools": "1.24.16"
34+
"@ui5/webcomponents-tools": "1.24.17"
3535
}
3636
}

0 commit comments

Comments
 (0)