Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [5.2.0](https://github.com/eea/eea-website-frontend/compare/5.1.1-beta.2...5.2.0) - 15 May 2026

#### :rocket: Dependency updates

- Release @eeacms/volto-eea-website-theme@4.3.2 [EEA Jenkins - [`709e52c`](https://github.com/eea/eea-website-frontend/commit/709e52ca42e1fe63e223cf8acc5324c94c93cb05)]
- Release @eeacms/volto-eea-kitkat@33.0.4 [EEA Jenkins - [`f9f5c30`](https://github.com/eea/eea-website-frontend/commit/f9f5c3003b17190381744e0d80d86befb6502383)]
- Release @eeacms/volto-datahub@3.0.2 [EEA Jenkins - [`cda356f`](https://github.com/eea/eea-website-frontend/commit/cda356f3a374bb1f0791b759ec4cf17bac495ce0)]
- Release @plone/volto 18.34.0 [Alin Voinea - [`db07a67`](https://github.com/eea/eea-website-frontend/commit/db07a67b676451d4b76f5369471387cb68fea620)]
- Release @eeacms/volto-eea-website-theme@4.3.1 [EEA Jenkins - [`f7f013d`](https://github.com/eea/eea-website-frontend/commit/f7f013dff253869512b8feb1fd17f478fd11bbeb)]
- Release @eeacms/volto-eea-design-system@1.60.3 [EEA Jenkins - [`18807c8`](https://github.com/eea/eea-website-frontend/commit/18807c8c5a4397c90be742c165d2e26f05ad9fb2)]

#### :house: Internal changes

- chore: Update yarn.lock [Alin Voinea - [`d39392e`](https://github.com/eea/eea-website-frontend/commit/d39392e2ed0ddfbe6481db0610262ddd643853b3)]

### [5.1.1-beta.2](https://github.com/eea/eea-website-frontend/compare/5.1.1-beta.1...5.1.1-beta.2) - 5 May 2026

### [5.1.1-beta.1](https://github.com/eea/eea-website-frontend/compare/5.1.0...5.1.1-beta.1) - 5 May 2026

#### :bug: Bug Fixes

- fix: yarn.lock [Alin Voinea - [`0922eeb`](https://github.com/eea/eea-website-frontend/commit/0922eeb4658eb1ffe381b8965da222f12e6fc21e)]

#### :house: Internal changes

- chore: yarn.lock [Alin Voinea - [`1e9d8f7`](https://github.com/eea/eea-website-frontend/commit/1e9d8f75aba6db8f0e34b7eb31c63b59bafe68a9)]

#### :hammer_and_wrench: Others

- Merge master into beta branch [Miu Razvan - [`31ad9ab`](https://github.com/eea/eea-website-frontend/commit/31ad9ab5bf12c93763022d85c24fbd8c7bcaafa1)]
- Update volto-genai-blocks [Miu Razvan - [`047cda6`](https://github.com/eea/eea-website-frontend/commit/047cda6835acf30878e6484d4c9477102470de94)]
- use volto-eea-design-system@1.60.2 [Miu Razvan - [`b1cffa0`](https://github.com/eea/eea-website-frontend/commit/b1cffa0378d0fcaaecf1812793780a68f3500f51)]
- Fix yarn.lock [Miu Razvan - [`bed8345`](https://github.com/eea/eea-website-frontend/commit/bed8345f7f883751b2c48e94aed77d87cbe58617)]
- update addons [Miu Razvan - [`eee9717`](https://github.com/eea/eea-website-frontend/commit/eee97178cdae1a79ef08da416b0108e5c4c3297a)]
- update version [Miu Razvan - [`bf48e5b`](https://github.com/eea/eea-website-frontend/commit/bf48e5bbc9d4c63cb81a9f37402ca59505a2b735)]
- update addons [Miu Razvan - [`680c3f8`](https://github.com/eea/eea-website-frontend/commit/680c3f88da0882204dc8ca0c0285abe64b1b923a)]
- Update addons [Miu Razvan - [`28b1cac`](https://github.com/eea/eea-website-frontend/commit/28b1cacd5af848bff6b9b20ad310b9ca234298b5)]
- Prepare genai [Miu Razvan - [`579a535`](https://github.com/eea/eea-website-frontend/commit/579a535fecf844cf53b58624b186b8a2fddfcea5)]
- update [Miu Razvan - [`2111904`](https://github.com/eea/eea-website-frontend/commit/211190460e7b9814356d8038e590a2fadcdcecff)]
- update volto-eea-chatbot [Miu Razvan - [`a0c5750`](https://github.com/eea/eea-website-frontend/commit/a0c5750760d98654c5e511a48a034185646e7fb3)]
- update volto-eea-chatbot [Miu Razvan - [`549eb7d`](https://github.com/eea/eea-website-frontend/commit/549eb7db87fbd2de2d1acc9679186c8c44008e66)]
### [5.1.0](https://github.com/eea/eea-website-frontend/compare/5.0.0...5.1.0) - 28 April 2026

#### :rocket: Dependency updates
Expand Down
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eea-website-frontend",
"description": "EEA Main Website frontend (Plone 6)",
"license": "MIT",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down Expand Up @@ -92,6 +92,7 @@
],
"moduleNameMapper": {
"@plone/volto/cypress/(.*)$": "<rootDir>/node_modules/@plone/volto/cypress/$1",
"@plone/registry$": "<rootDir>/node_modules/@plone/registry/dist/index.cjs",
"@plone/volto/addon-registry": "<rootDir>/node_modules/@plone/registry/addon-registry",
"@plone/registry/addon-registry": "<rootDir>/node_modules/@plone/registry/addon-registry",
"@plone/volto/webpack-plugins/webpack-less-plugin": "<rootDir>/node_modules/@plone/volto/webpack-plugins/webpack-less-plugin",
Expand All @@ -117,7 +118,10 @@
"@plone/volto/test-setup-config.jsx"
],
"globals": {
"__DEV__": true
"__DEV__": true,
"ts-jest": {
"tsconfig": "jsconfig.json"
}
}
},
"prettier": {
Expand Down Expand Up @@ -187,15 +191,15 @@
"@eeacms/volto-embed-content": "1.0.2",
"@eeacms/volto-embed-static-content": "1.0.4",
"@eeacms/volto-datablocks": "8.0.2",
"@eeacms/volto-datahub": "3.0.1",
"@eeacms/volto-datahub": "3.0.2",
"@eeacms/volto-design-tokens": "2.0.1",
"@eeacms/volto-eea-design-system": "1.60.2",
"@eeacms/volto-eea-kitkat": "33.0.3",
"@eeacms/volto-eea-design-system": "1.60.3",
"@eeacms/volto-eea-kitkat": "33.0.4",
"@eeacms/volto-redirector": "1.0.1",
"@eeacms/volto-eea-map": "6.0.1",
"@eeacms/volto-eea-versions": "2.0.1",
"@eeacms/volto-eea-website-policy": "4.0.1",
"@eeacms/volto-eea-website-theme": "4.3.0",
"@eeacms/volto-eea-website-theme": "4.3.2",
"@eeacms/volto-globalsearch": "4.0.1",
"@eeacms/volto-plotlycharts": "14.0.3",
"@eeacms/volto-redmine-helpdesk": "2.0.1",
Expand Down Expand Up @@ -238,16 +242,16 @@
"@eeacms/volto-chatbot": "2.0.3",
"@eeacms/volto-citation": "2.0.1",
"@eeacms/volto-datablocks": "8.0.2",
"@eeacms/volto-datahub": "3.0.1",
"@eeacms/volto-datahub": "3.0.2",
"@eeacms/volto-design-tokens": "2.0.1",
"@eeacms/volto-editing-progress": "3.0.1",
"@eeacms/volto-eea-chatbot": "2.0.2",
"@eeacms/volto-eea-design-system": "1.60.2",
"@eeacms/volto-eea-kitkat": "33.0.3",
"@eeacms/volto-eea-design-system": "1.60.3",
"@eeacms/volto-eea-kitkat": "33.0.4",
"@eeacms/volto-eea-map": "6.0.1",
"@eeacms/volto-eea-versions": "2.0.1",
"@eeacms/volto-eea-website-policy": "4.0.1",
"@eeacms/volto-eea-website-theme": "4.3.0",
"@eeacms/volto-eea-website-theme": "4.3.2",
"@eeacms/volto-embed": "11.0.1",
"@eeacms/volto-embed-content": "1.0.2",
"@eeacms/volto-embed-static-content": "1.0.4",
Expand All @@ -264,11 +268,11 @@
"@plone-collective/volto-authomatic": "2.0.1",
"@plone-collective/volto-rss-provider": "1.0.1",
"@plone/scripts": "^3.6.0",
"@plone/volto": "18.33.1",
"@plone/volto": "18.34.0",
"@redux-devtools/extension": "^3.3.0",
"classnames": "2.5.1",
"connected-react-router": "6.8.0",
"debug": "4.3.2",
"debug": "4.3.4",
"decorate-component-with-props": "1.2.1",
"dependency-graph": "0.10.0",
"detect-browser": "5.1.0",
Expand Down Expand Up @@ -299,7 +303,7 @@
"process": "^0.11.10",
"promise-file-reader": "1.0.2",
"prop-types": "15.7.2",
"query-string": "7.1.0",
"query-string": "7.1.3",
"rc-time-picker": "3.7.3",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "1.0.12",
Expand Down Expand Up @@ -342,7 +346,7 @@
"rrule": "2.7.1",
"semantic-ui-less": "2.4.1",
"semantic-ui-react": "2.1.5",
"serialize-javascript": "7.0.4",
"serialize-javascript": "7.0.5",
"slate": "0.100.0",
"slate-hyperscript": "0.100.0",
"slate-react": "0.98.4",
Expand Down Expand Up @@ -440,7 +444,7 @@
"jest-environment-jsdom": "^26",
"jest-file": "1.0.0",
"jiti": "^2.4.2",
"jsdom": "^16.7.0",
"jsdom": "23.0.0",
"jsonwebtoken": "9.0.0",
"less": "3.13.1",
"less-loader": "11.1.0",
Expand Down
Loading