@eeacms/volto-clms-theme 1.1.267 → 1.1.268

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,8 @@ 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.268](https://github.com/eea/volto-clms-theme/compare/1.1.267...1.1.268) - 19 January 2026
8
+
7
9
  ### [1.1.267](https://github.com/eea/volto-clms-theme/compare/1.1.266...1.1.267) - 16 December 2025
8
10
 
9
11
  ### [1.1.266](https://github.com/eea/volto-clms-theme/compare/1.1.265...1.1.266) - 11 December 2025
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.267",
3
+ "version": "1.1.268",
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",
@@ -45,6 +45,7 @@ const ItemSchema = () => ({
45
45
  description: '',
46
46
  choices: [
47
47
  ['CDSE', 'CDSE'],
48
+ ['CDSE_CSV', 'CDSE_CSV'],
48
49
  ['WEKEO', 'WEKEO'],
49
50
  ['EEA', 'EEA'],
50
51
  ['LANDCOVER', 'LANDCOVER'],