@ui5/webcomponents-tools 1.20.0-rc.3 → 1.20.0

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,14 @@
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.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.20.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.2...v1.20.0-rc.3) (2023-11-30)
7
15
 
8
16
 
package/assets-meta.js CHANGED
@@ -25,6 +25,7 @@ const assetsMeta = {
25
25
  "ar",
26
26
  "bg",
27
27
  "ca",
28
+ "cnr",
28
29
  "cs",
29
30
  "cy",
30
31
  "da",
@@ -52,6 +53,7 @@ const assetsMeta = {
52
53
  "ko",
53
54
  "lt",
54
55
  "lv",
56
+ "mk",
55
57
  "ms",
56
58
  "nl",
57
59
  "no",
@@ -63,6 +65,7 @@ const assetsMeta = {
63
65
  "sh",
64
66
  "sk",
65
67
  "sl",
68
+ "sr",
66
69
  "sv",
67
70
  "th",
68
71
  "tr",
@@ -80,6 +83,7 @@ const assetsMeta = {
80
83
  "ar_SA",
81
84
  "bg",
82
85
  "ca",
86
+ // "cnr_ME" - cldr for not available yet
83
87
  "cs",
84
88
  "da",
85
89
  "de",
@@ -127,6 +131,7 @@ const assetsMeta = {
127
131
  "lt",
128
132
  "lv",
129
133
  "ms",
134
+ // "mk_MK" cldr not available yet
130
135
  "nb",
131
136
  "nl",
132
137
  "nl_BE",
@@ -139,6 +144,7 @@ const assetsMeta = {
139
144
  "sk",
140
145
  "sl",
141
146
  "sr",
147
+ // "sr_Cyrl_RS" - cldr not available yet
142
148
  "sr_Latn",
143
149
  "sv",
144
150
  "th",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-tools",
3
- "version": "1.20.0-rc.3",
3
+ "version": "1.20.0",
4
4
  "description": "UI5 Web Components: webcomponents.tools",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -78,5 +78,5 @@
78
78
  "devDependencies": {
79
79
  "yargs": "^17.5.1"
80
80
  },
81
- "gitHead": "db65adba918cc8605bcd8e0096778a63bf8ca8c2"
81
+ "gitHead": "7a0ba149b9ebe08b7a965f122db4491358f9dbec"
82
82
  }