@eeacms/volto-eea-website-theme 4.0.3 → 4.0.5
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/CHANGELOG.md +3 -3
- package/package.json +2 -2
- package/src/config.js +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
### [4.0.
|
|
7
|
+
### [4.0.5](https://github.com/eea/volto-eea-website-theme/compare/4.0.4...4.0.5) - 16 April 2026
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### [4.0.4](https://github.com/eea/volto-eea-website-theme/compare/4.0.3...4.0.4) - 10 April 2026
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### [4.0.3](https://github.com/eea/volto-eea-website-theme/compare/4.0.2...4.0.3) - 9 April 2026
|
|
12
12
|
|
|
13
13
|
### [4.0.2](https://github.com/eea/volto-eea-website-theme/compare/4.0.1...4.0.2) - 8 April 2026
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-website-theme",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "@eeacms/volto-eea-website-theme: Volto add-on",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@eeacms/volto-anchors": "*",
|
|
29
29
|
"@eeacms/volto-block-style": "*",
|
|
30
30
|
"@eeacms/volto-block-toc": "*",
|
|
31
|
-
"@eeacms/volto-eea-design-system": "
|
|
31
|
+
"@eeacms/volto-eea-design-system": "*",
|
|
32
32
|
"@eeacms/volto-group-block": "*",
|
|
33
33
|
"volto-subsites": "*"
|
|
34
34
|
},
|
package/src/config.js
CHANGED
|
@@ -242,6 +242,10 @@ export const headerOpts = {
|
|
|
242
242
|
title: 'Copernicus InSitu',
|
|
243
243
|
href: 'https://insitu.copernicus.eu',
|
|
244
244
|
},
|
|
245
|
+
{
|
|
246
|
+
title: 'Circularity Metrics Lab',
|
|
247
|
+
href: 'https://www.eea.europa.eu/en/circularity',
|
|
248
|
+
},
|
|
245
249
|
],
|
|
246
250
|
},
|
|
247
251
|
logoWidth: 350,
|