@eui/tools 6.2.18 → 6.2.19
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.2.
|
|
1
|
+
6.2.19
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.2.19 (2022-11-12)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* wrong destination path post-build - MWP-9010 [MWP-9010](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9010) ([266f6162](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/266f616252f4b89c64ecafa9b4e347b13bff90b4))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.2.18 (2022-11-12)
|
|
2
11
|
|
|
3
12
|
##### Bug Fixes
|
package/package.json
CHANGED
|
@@ -96,7 +96,7 @@ const storeMetadata = (pkg, diffMetadata, newVersion) => {
|
|
|
96
96
|
tools.logInfo(`Unique issues found for this version : ${issuesList}`);
|
|
97
97
|
|
|
98
98
|
if (!dryRun) {
|
|
99
|
-
return pipelineUtils.setVariables(pkg.paths.
|
|
99
|
+
return pipelineUtils.setVariables(pkg.paths.root, `export ISSUES_LIST=${issuesList}\n`);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
})
|