From b623e8db902065aceb89b8a5ec1428232c1709b7 Mon Sep 17 00:00:00 2001 From: kreafox Date: Thu, 20 Feb 2025 12:45:49 +0200 Subject: [PATCH 1/2] fix(menu): update urls - refs #272268 --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 5f5077ce..a4639935 100644 --- a/src/index.js +++ b/src/index.js @@ -421,7 +421,7 @@ const applyConfig = (config) => { ], menuItemChildrenListColumns: [1, 4, 1], }, - '/en/eu-adaptation-policy': { + '/en/eu-policy': { menuItemColumns: [ 'two wide column', 'two wide column', @@ -430,7 +430,7 @@ const applyConfig = (config) => { ], menuItemChildrenListColumns: [1, 1, 4, 1], }, - '/en/observatory/evidence-on-climate-and-health-menu': { + '/en/observatory/evidence': { menuItemColumns: [ 'six wide column', 'two wide column', From b12c1507dd004b610b082c747d7516d19f37fa54 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:00:00 +0000 Subject: [PATCH 2/2] Automated release 0.3.9 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99adb797..1f575fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +### [0.3.9](https://github.com/eea/volto-cca-policy/compare/0.3.8...0.3.9) - 20 February 2025 + +#### :bug: Bug Fixes + +- fix(menu): update urls - refs #272268 [kreafox - [`b623e8d`](https://github.com/eea/volto-cca-policy/commit/b623e8db902065aceb89b8a5ec1428232c1709b7)] + ### [0.3.8](https://github.com/eea/volto-cca-policy/compare/0.3.7...0.3.8) - 20 February 2025 #### :bug: Bug Fixes diff --git a/package.json b/package.json index 1a7742eb..f2aca2c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-cca-policy", - "version": "0.3.8", + "version": "0.3.9", "description": "@eeacms/volto-cca-policy: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",