@eui/tools 6.20.23 → 6.21.0

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.
@@ -1 +1 @@
1
- 6.20.23
1
+ 6.21.0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.0 (2024-09-16)
2
+
3
+ ##### New Features
4
+
5
+ * **other:**
6
+ * update the environment sequence for composite - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([24d0da3b](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/24d0da3b6268ddc8d7e99cfb880f1a8dca24fa22))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.20.23 (2024-09-05)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.20.23",
3
+ "version": "6.21.0",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -207,7 +207,7 @@ module.exports.getCompositeDeps = (
207
207
  compositePath,
208
208
  envTarget,
209
209
  envsMetadata,
210
- 'TRN', 'PROD'
210
+ 'PPD', 'PROD'
211
211
  );
212
212
  }
213
213
 
@@ -222,7 +222,7 @@ module.exports.getCompositeDeps = (
222
222
  compositePath,
223
223
  envTarget,
224
224
  envsMetadata,
225
- 'ACC', 'TRN'
225
+ 'PROD', 'TRN'
226
226
  );
227
227
  }
228
228