@eeacms/volto-clms-theme 1.0.72 → 1.0.73

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,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.73](https://github.com/eea/volto-clms-theme/compare/1.0.72...1.0.73)
8
+
9
+ - fix import [`9d7f118`](https://github.com/eea/volto-clms-theme/commit/9d7f1189984066d9f53b46ead0b32c232bd73463)
10
+
7
11
  #### [1.0.72](https://github.com/eea/volto-clms-theme/compare/1.0.71...1.0.72)
8
12
 
13
+ > 21 February 2022
14
+
15
+ - Develop [`#210`](https://github.com/eea/volto-clms-theme/pull/210)
9
16
  - fix tests [`8d68b8d`](https://github.com/eea/volto-clms-theme/commit/8d68b8d9f013f469d6f1138f5301055175344ab6)
10
17
  - add edit button for editors at documents listing [`7e81f0b`](https://github.com/eea/volto-clms-theme/commit/7e81f0b920db84c47f3354a9a6d5736213746dea)
11
18
  - add default link if has no files to download [`f45842d`](https://github.com/eea/volto-clms-theme/commit/f45842d9a19cab1333cb31843fb5fe5b1e2b15db)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
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",
@@ -1,7 +1,7 @@
1
1
  import React, { useEffect } from 'react';
2
2
 
3
3
  import CclButton from '@eeacms/volto-clms-theme/components/CclButton/CclButton';
4
- import { getBreadcrumbs } from '../../../../../../node_modules/@plone/volto/src/actions';
4
+ import { getBreadcrumbs } from '@plone/volto/actions';
5
5
  import { useDispatch } from 'react-redux';
6
6
  import { Label } from 'semantic-ui-react';
7
7