@ui5/webcomponents-tools 1.24.0-rc.2 → 1.24.0-rc.4

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 CHANGED
@@ -3,6 +3,25 @@
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.4](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.3...v1.24.0-rc.4) (2024-04-04)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Features
18
+
19
+ * **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)
20
+
21
+
22
+
23
+
24
+
6
25
  # [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
26
 
8
27
  **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
- // "cnr_ME" - cldr for not available yet
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
- // "mk_MK" cldr not available yet
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.2",
3
+ "version": "1.24.0-rc.4",
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": "7472265c579915dfcd0e86be5450088ecdd2785f"
84
+ "gitHead": "58608f25543f7ec7287f673a607f867d457d9850"
85
85
  }