@eui/tools 6.15.0 → 6.15.1
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.1
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.15.1 (2023-12-15)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* version not update for virtual-remote release - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([676be9db](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/676be9db76eaaf5c849992c4d7139d7d9e0c797c))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.15.0 (2023-12-15)
|
|
2
11
|
|
|
3
12
|
##### New Features
|
package/package.json
CHANGED
|
@@ -69,10 +69,9 @@ module.exports.run = () => {
|
|
|
69
69
|
return utils.buildPackage.build(pkg, true);
|
|
70
70
|
})
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
// GET REMOTE NEW VERSION
|
|
72
|
+
// GENERATE and UPDATE new version
|
|
74
73
|
.then(() => {
|
|
75
|
-
return
|
|
74
|
+
return innerCommon.updateVersion(pkg, null, envTarget);
|
|
76
75
|
})
|
|
77
76
|
.then((version) => {
|
|
78
77
|
// storing version for later use
|