@eui/tools 6.15.20 → 6.15.21
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.15.
|
|
1
|
+
6.15.21
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.15.21 (2024-03-05)
|
|
2
|
+
|
|
3
|
+
##### Reverts
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* collide with MWP strategy - EUI-8994 [EUI-8994](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-8994) ([ec61e0fa](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/ec61e0fa6f6833fd9758e1a0c5a20c5c482ee74f))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.15.20 (2024-03-05)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@ const writePackageJsonCore = (newVersion, folder, isSnapshot, isNextBranch, isSu
|
|
|
20
20
|
let tag = 'latest';
|
|
21
21
|
|
|
22
22
|
if (isSnapshot) {
|
|
23
|
-
tag = `
|
|
23
|
+
tag = `snapshot`;
|
|
24
24
|
} else if (isNextBranch) {
|
|
25
25
|
tag = 'next';
|
|
26
26
|
} else if (isSupportBranch) {
|