@ui5/webcomponents-tools 1.24.0-rc.2 → 1.24.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/assets-meta.js +2 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,17 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [1.24.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.2...v1.24.0-rc.3) (2024-03-28)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **framework:** support sr, mk, cnr locales ([#8534](https://github.com/SAP/ui5-webcomponents/issues/8534)) ([5b410d6](https://github.com/SAP/ui5-webcomponents/commit/5b410d65267e79d4420b1a6d6788db6495abc962)), closes [#8163](https://github.com/SAP/ui5-webcomponents/issues/8163)
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
# [1.24.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.1...v1.24.0-rc.2) (2024-03-21)
|
7
18
|
|
8
19
|
**Note:** Version bump only for package @ui5/webcomponents-tools
|
package/assets-meta.js
CHANGED
@@ -83,7 +83,7 @@ const assetsMeta = {
|
|
83
83
|
"ar_SA",
|
84
84
|
"bg",
|
85
85
|
"ca",
|
86
|
-
|
86
|
+
"cnr",
|
87
87
|
"cs",
|
88
88
|
"da",
|
89
89
|
"de",
|
@@ -131,7 +131,7 @@ const assetsMeta = {
|
|
131
131
|
"lt",
|
132
132
|
"lv",
|
133
133
|
"ms",
|
134
|
-
|
134
|
+
"mk",
|
135
135
|
"nb",
|
136
136
|
"nl",
|
137
137
|
"nl_BE",
|
@@ -144,7 +144,6 @@ const assetsMeta = {
|
|
144
144
|
"sk",
|
145
145
|
"sl",
|
146
146
|
"sr",
|
147
|
-
// "sr_Cyrl_RS" - cldr not available yet
|
148
147
|
"sr_Latn",
|
149
148
|
"sv",
|
150
149
|
"th",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ui5/webcomponents-tools",
|
3
|
-
"version": "1.24.0-rc.
|
3
|
+
"version": "1.24.0-rc.3",
|
4
4
|
"description": "UI5 Web Components: webcomponents.tools",
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
6
6
|
"license": "Apache-2.0",
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"esbuild": "^0.19.9",
|
82
82
|
"yargs": "^17.5.1"
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "6d87e2d4ab7f291614bf56ab81422cfa5565bea1"
|
85
85
|
}
|