@eui/tools 6.16.4 → 6.16.6
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 +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +1 -1
- package/scripts/csdr/init/resources/18.x/resolutions.json +0 -5
- package/scripts/csdr/init/resources/18.x/yarn.lock +4729 -3614
- package/scripts/csdr/init/resources/18.x/yarn.lock.old +13395 -0
- package/scripts/csdr/install/remotes.js +15 -3
- package/scripts/utils/pre-build/injection/app-sources-full-skeleton-eui18/src/_generated/app/app.module.ts +7 -8
- package/scripts/utils/pre-build/injection/app-sources-full-skeleton-eui18/src/_generated/app/core/reducers/index.ts +49 -49
- package/scripts/utils/pre-build/injection/skeletons.js +3 -0
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.16.
|
|
1
|
+
6.16.6
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.16.6 (2024-04-03)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* adapted v18 showcase sources - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([16164355](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/161643556a07ae86494017470e37af4d78cf895b))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.16.5 (2024-03-25)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* force eUI 17 sub-pkg install for remotes - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([54c78a37](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/54c78a37a0e916995cfe9c21628232d16b9904ce))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.16.4 (2024-03-25)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED