@eeacms/volto-clms-theme 1.0.52 → 1.0.53
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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,15 @@ 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.0.53](https://github.com/eea/volto-clms-theme/compare/1.0.52...1.0.53)
|
|
8
|
+
|
|
9
|
+
- update volto-clms-utils [`cec467f`](https://github.com/eea/volto-clms-theme/commit/cec467fb01bdc59cd1ac86edebb2618f86b16c4e)
|
|
10
|
+
|
|
7
11
|
#### [1.0.52](https://github.com/eea/volto-clms-theme/compare/1.0.51...1.0.52)
|
|
8
12
|
|
|
13
|
+
> 22 December 2021
|
|
14
|
+
|
|
15
|
+
- Download cart last modifications [`#164`](https://github.com/eea/volto-clms-theme/pull/164)
|
|
9
16
|
- Download cart [`#163`](https://github.com/eea/volto-clms-theme/pull/163)
|
|
10
17
|
- fixes [`c783f5d`](https://github.com/eea/volto-clms-theme/commit/c783f5de953c79dfe4934ce2dc0fdf472d951753)
|
|
11
18
|
- use dataset information from direct attribute [`b56e96b`](https://github.com/eea/volto-clms-theme/commit/b56e96b2d3c58bfb23994f4c8ef53f85eba7fdf1)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-clms-theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"react-svg": "14.0.4",
|
|
50
50
|
"@eeacms/volto-arcgis-block": "*",
|
|
51
51
|
"react-native-mime-types": "2.3.0",
|
|
52
|
-
"@eeacms/volto-clms-utils": "0.1.
|
|
52
|
+
"@eeacms/volto-clms-utils": "0.1.3",
|
|
53
53
|
"volto-form-block": "2.1.0",
|
|
54
54
|
"@eeacms/volto-taxonomy": "^1.0.0"
|
|
55
55
|
},
|