Skip to content

Commit 7495ce7

Browse files
chore(release): publish v1.24.20 [ci skip]
1 parent 4f89797 commit 7495ce7

26 files changed

+146
-36
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+
## [1.24.20](https://github.com/SAP/ui5-webcomponents/compare/v1.24.19...v1.24.20) (2025-04-08)
7+
8+
9+
### Bug Fixes
10+
11+
* update CLDR cdn url ([4f89797](https://github.com/SAP/ui5-webcomponents/commit/4f897974b4a36e8c46a21f46a51faf5b08f56d9e))
12+
13+
14+
15+
16+
617
## [1.24.19](https://github.com/SAP/ui5-webcomponents/compare/v1.24.18...v1.24.19) (2025-04-03)
718

819

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.19",
16+
"version": "1.24.20",
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.20](https://github.com/SAP/ui5-webcomponents/compare/v1.24.19...v1.24.20) (2025-04-08)
7+
8+
9+
### Bug Fixes
10+
11+
* update CLDR cdn url ([4f89797](https://github.com/SAP/ui5-webcomponents/commit/4f897974b4a36e8c46a21f46a51faf5b08f56d9e))
12+
13+
14+
15+
16+
617
## [1.24.19](https://github.com/SAP/ui5-webcomponents/compare/v1.24.18...v1.24.19) (2025-04-03)
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.19",
3+
"version": "1.24.20",
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.19",
48+
"@ui5/webcomponents-tools": "1.24.20",
4949
"chromedriver": "^133.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.20](https://github.com/SAP/ui5-webcomponents/compare/v1.24.19...v1.24.20) (2025-04-08)
7+
8+
**Note:** Version bump only for package @ui5/create-webcomponents-package
9+
10+
11+
12+
13+
614
## [1.24.19](https://github.com/SAP/ui5-webcomponents/compare/v1.24.18...v1.24.19) (2025-04-03)
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.19",
3+
"version": "1.24.20",
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.20](https://github.com/SAP/ui5-webcomponents/compare/v1.24.19...v1.24.20) (2025-04-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-fiori
9+
10+
11+
12+
13+
614
## [1.24.19](https://github.com/SAP/ui5-webcomponents/compare/v1.24.18...v1.24.19) (2025-04-03)
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.19",
3+
"version": "1.24.20",
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.19",
50-
"@ui5/webcomponents-base": "1.24.19",
51-
"@ui5/webcomponents-icons": "1.24.19",
52-
"@ui5/webcomponents-theming": "1.24.19",
49+
"@ui5/webcomponents": "1.24.20",
50+
"@ui5/webcomponents-base": "1.24.20",
51+
"@ui5/webcomponents-icons": "1.24.20",
52+
"@ui5/webcomponents-theming": "1.24.20",
5353
"@zxing/library": "^0.17.1"
5454
},
5555
"devDependencies": {
56-
"@ui5/webcomponents-tools": "1.24.19",
56+
"@ui5/webcomponents-tools": "1.24.20",
5757
"chromedriver": "^133.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.20](https://github.com/SAP/ui5-webcomponents/compare/v1.24.19...v1.24.20) (2025-04-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite
9+
10+
11+
12+
13+
614
## [1.24.19](https://github.com/SAP/ui5-webcomponents/compare/v1.24.18...v1.24.19) (2025-04-03)
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.19",
3+
"version": "1.24.20",
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.19"
31+
"@ui5/webcomponents-base": "1.24.20"
3232
},
3333
"devDependencies": {
34-
"@ui5/webcomponents-tools": "1.24.19"
34+
"@ui5/webcomponents-tools": "1.24.20"
3535
}
3636
}

0 commit comments

Comments
 (0)