@eui/tools 6.12.49 → 6.12.50

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.12.49
1
+ 6.12.50
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.12.50 (2023-09-06)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * added routes replacements and links creation for external children routes - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([3b0c4818](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/3b0c4818306e094296b509dd46e35522995c59ea))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.12.49 (2023-08-30)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.12.49",
3
+ "version": "6.12.50",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -619,6 +619,9 @@ const generateLinks = (project, routes, envTargetFinal) => {
619
619
  }
620
620
  }
621
621
  newLink.children.push(defRoute);
622
+
623
+ } else {
624
+ newLink.children.push(subLink);
622
625
  }
623
626
  }
624
627
  });