@eui/tools 6.21.39 → 6.21.40

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.21.39
1
+ 6.21.40
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.40 (2025-01-27)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * activate shell reset sidebar feature flag - MWP-11316 [MWP-11316](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11316) ([979af4e4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/979af4e4e65d4e36d73f101ce2be3b6168b7647d))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.39 (2025-01-17)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.39",
3
+ "version": "6.21.40",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -526,6 +526,7 @@ const generateLinks = (project, routes, envTargetFinal) => {
526
526
  envTargetFinal === 'dev' ||
527
527
  envTargetFinal === 'test' ||
528
528
  envTargetFinal === 'int' ||
529
+ envTargetFinal === 'acc' ||
529
530
  envTargetFinal.indexOf('local') > -1
530
531
  ) {
531
532
  if (envTargetFinal.indexOf('dev-local') > -1) {