@eeacms/volto-clms-theme 1.1.9 → 1.1.10

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,7 +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
- ### [1.1.9](https://github.com/eea/volto-clms-theme/compare/1.1.8...1.1.9) - 12 June 2023
7
+ ### [1.1.10](https://github.com/eea/volto-clms-theme/compare/1.1.9...1.1.10) - 14 June 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - use correct parameter when searching related items [Mikel Larreategi - [`831bb68`](https://github.com/eea/volto-clms-theme/commit/831bb6885c3d0eab754e09d69cec91076faf7a0b)]
12
+ ### [1.1.9](https://github.com/eea/volto-clms-theme/compare/1.1.8...1.1.9) - 13 June 2023
8
13
 
9
14
  #### :hammer_and_wrench: Others
10
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -102,7 +102,7 @@ const CclRelatedListingView = (props) => {
102
102
  metadata_fields: '_all',
103
103
  sort_on: sort_on,
104
104
  sort_order: sort_order,
105
- sort_limit: 99999,
105
+ b_size: 99999,
106
106
  },
107
107
  id,
108
108
  ),
@@ -29,7 +29,7 @@ const DataSetInfoContent = (props) => {
29
29
  portal_type: 'TechnicalLibrary',
30
30
  path: '/',
31
31
  associated_datasets: UID,
32
- sort_limit: 99999,
32
+ b_size: 99999,
33
33
  },
34
34
  id,
35
35
  ),