@eeacms/volto-cca-policy 0.3.12 → 0.3.13

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,6 +4,16 @@ 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.13](https://github.com/eea/volto-cca-policy/compare/0.3.12...0.3.13) - 5 March 2025
8
+
9
+ #### :rocket: Dependency updates
10
+
11
+ - Release @eeacms/volto-searchlib@2.0.12 [EEA Jenkins - [`9ac289c`](https://github.com/eea/volto-cca-policy/commit/9ac289c5758e11fbb81900623bd5d60179eec718)]
12
+
13
+ #### :nail_care: Enhancements
14
+
15
+ - change(menu): adjust menu columns - refs #272268 [kreafox - [`d64cbbd`](https://github.com/eea/volto-cca-policy/commit/d64cbbdb9adeff84feac58e47c94f0fb05b208a0)]
16
+
7
17
  ### [0.3.12](https://github.com/eea/volto-cca-policy/compare/0.3.11...0.3.12) - 24 February 2025
8
18
 
9
19
  #### :bug: Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -35,7 +35,7 @@
35
35
  "@eeacms/volto-globalsearch": "2.0.8",
36
36
  "@eeacms/volto-hero-block": "^7.1.0",
37
37
  "@eeacms/volto-openlayers-map": "*",
38
- "@eeacms/volto-searchlib": "2.0.11",
38
+ "@eeacms/volto-searchlib": "2.0.12",
39
39
  "@eeacms/volto-slate-label": "^0.6.0",
40
40
  "@eeacms/volto-tabs-block": "^7.5.1",
41
41
  "@elastic/search-ui": "1.21.2",
package/src/index.js CHANGED
@@ -428,7 +428,7 @@ const applyConfig = (config) => {
428
428
  'six wide column',
429
429
  'two wide column',
430
430
  ],
431
- menuItemChildrenListColumns: [1, 1, 4, 1],
431
+ menuItemChildrenListColumns: [1, 1, 3, 1],
432
432
  },
433
433
  '/en/observatory/evidence': {
434
434
  menuItemColumns: [
@@ -437,7 +437,7 @@ const applyConfig = (config) => {
437
437
  'two wide column',
438
438
  'two wide column',
439
439
  ],
440
- menuItemChildrenListColumns: [4, 1, 1, 1],
440
+ menuItemChildrenListColumns: [2, 1, 1, 1],
441
441
  },
442
442
  };
443
443