@eeacms/volto-eea-website-theme 4.0.3 → 4.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,11 +4,13 @@ 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.3](https://github.com/eea/volto-eea-website-theme/compare/4.0.2...4.0.3) - 8 April 2026
7
+ ### [4.0.4](https://github.com/eea/volto-eea-website-theme/compare/4.0.3...4.0.4) - 10 April 2026
8
8
 
9
9
  #### :bug: Bug Fixes
10
10
 
11
- - fix: crash in AlternateHrefLangs when content.language is undefined [Alin Voinea - [`0305bf2`](https://github.com/eea/volto-eea-website-theme/commit/0305bf2f0ba9f3e0167b4a798a40b81804a7b71f)]
11
+ - fix: EEA Design System dependency version [Alin Voinea - [`2e7be46`](https://github.com/eea/volto-eea-website-theme/commit/2e7be464a1ccec1a86f51aa011639fd9b1111438)]
12
+
13
+ ### [4.0.3](https://github.com/eea/volto-eea-website-theme/compare/4.0.2...4.0.3) - 9 April 2026
12
14
 
13
15
  ### [4.0.2](https://github.com/eea/volto-eea-website-theme/compare/4.0.1...4.0.2) - 8 April 2026
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-website-theme",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
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": "eea/volto-eea-design-system#develop",
31
+ "@eeacms/volto-eea-design-system": "*",
32
32
  "@eeacms/volto-group-block": "*",
33
33
  "volto-subsites": "*"
34
34
  },