@eui/tools 6.21.87 → 6.21.89
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 +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +1 -1
- package/scripts/csdr/init/resources/15.x/resolutions.json +2 -1
- package/scripts/csdr/init/resources/16.x/resolutions.json +2 -1
- package/scripts/csdr/init/resources/17.x/resolutions.json +2 -1
- package/scripts/csdr/init/resources/19.x/resolutions-eclaptop.json +2 -2
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.89
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.21.89 (2025-07-02)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* forced resolution to minimatch 3.1.2 for v15 v16 v17 - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([3f057d38](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/3f057d38aac678c79145c41c7c695164d298146d))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.21.88 (2025-06-12)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* updated eclaptop resolutions to 0.25.4 - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([abeba178](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/abeba178a37d1cb214fcd7fa041ac9705c277b4b))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.21.87 (2025-06-11)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED