@eui/tools 6.21.63 → 6.21.65
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/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.65
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.21.65 (2025-04-23)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* added all languages list to project build time translations compilation - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([bd71e968](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/bd71e9683c62eaeb988b09bea8f89844f23319b9))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.21.64 (2025-04-23)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* upgrade postcss to 8.5.3 - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([715da0cd](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/715da0cd2c93c203dbd0cdcfa73ec261b7d1a711))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.21.63 (2025-04-10)
|
|
2
20
|
|
|
3
21
|
##### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/tools",
|
|
3
|
-
"version": "6.21.
|
|
3
|
+
"version": "6.21.65",
|
|
4
4
|
"tag": "latest",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"description": "eUI common tools and scripts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"empty-module": "0.0.2",
|
|
36
36
|
"autoprefixer": "10.4.14",
|
|
37
37
|
"sass": "1.62.0",
|
|
38
|
-
"postcss": "8.
|
|
38
|
+
"postcss": "8.5.3",
|
|
39
39
|
"cssnano": "5.1.14",
|
|
40
40
|
"extend": "3.0.2",
|
|
41
41
|
"mocha": "10.2.0",
|
|
@@ -31,7 +31,7 @@ module.exports.generate = (inputScopes = 'opsys,cc,mywp,sygma,gem,cotg,eac', pro
|
|
|
31
31
|
|
|
32
32
|
const nmPath = path.join(process.cwd(), 'node_modules');
|
|
33
33
|
|
|
34
|
-
var langs = ['en', 'fr'];
|
|
34
|
+
var langs = ['bg', 'es', 'cs', 'da', 'de', 'et', 'el', 'en', 'fr', 'ga', 'hr', 'it', 'lv', 'lt', 'hu', 'mt', 'nl', 'pl', 'pt', 'ro', 'sk', 'sl', 'fi', 'sv'];
|
|
35
35
|
var packages = [];
|
|
36
36
|
|
|
37
37
|
var genScopes;
|