@eeacms/volto-cca-policy 0.3.8 → 0.3.9
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 +6 -0
- package/package.json +1 -1
- package/src/index.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ 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
|
+
### [0.3.9](https://github.com/eea/volto-cca-policy/compare/0.3.8...0.3.9) - 20 February 2025
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix(menu): update urls - refs #272268 [kreafox - [`b623e8d`](https://github.com/eea/volto-cca-policy/commit/b623e8db902065aceb89b8a5ec1428232c1709b7)]
|
|
12
|
+
|
|
7
13
|
### [0.3.8](https://github.com/eea/volto-cca-policy/compare/0.3.7...0.3.8) - 20 February 2025
|
|
8
14
|
|
|
9
15
|
#### :bug: Bug Fixes
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -421,7 +421,7 @@ const applyConfig = (config) => {
|
|
|
421
421
|
],
|
|
422
422
|
menuItemChildrenListColumns: [1, 4, 1],
|
|
423
423
|
},
|
|
424
|
-
'/en/eu-
|
|
424
|
+
'/en/eu-policy': {
|
|
425
425
|
menuItemColumns: [
|
|
426
426
|
'two wide column',
|
|
427
427
|
'two wide column',
|
|
@@ -430,7 +430,7 @@ const applyConfig = (config) => {
|
|
|
430
430
|
],
|
|
431
431
|
menuItemChildrenListColumns: [1, 1, 4, 1],
|
|
432
432
|
},
|
|
433
|
-
'/en/observatory/evidence
|
|
433
|
+
'/en/observatory/evidence': {
|
|
434
434
|
menuItemColumns: [
|
|
435
435
|
'six wide column',
|
|
436
436
|
'two wide column',
|