@eeacms/volto-eea-website-theme 4.0.4 → 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 CHANGED
@@ -4,11 +4,9 @@ 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.4](https://github.com/eea/volto-eea-website-theme/compare/4.0.3...4.0.4) - 10 April 2026
8
-
9
- #### :bug: Bug Fixes
7
+ ### [4.0.5](https://github.com/eea/volto-eea-website-theme/compare/4.0.4...4.0.5) - 16 April 2026
10
8
 
11
- - fix: EEA Design System dependency version [Alin Voinea - [`2e7be46`](https://github.com/eea/volto-eea-website-theme/commit/2e7be464a1ccec1a86f51aa011639fd9b1111438)]
9
+ ### [4.0.4](https://github.com/eea/volto-eea-website-theme/compare/4.0.3...4.0.4) - 10 April 2026
12
10
 
13
11
  ### [4.0.3](https://github.com/eea/volto-eea-website-theme/compare/4.0.2...4.0.3) - 9 April 2026
14
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-website-theme",
3
- "version": "4.0.4",
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",
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,