@eeacms/volto-globalsearch 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -4,12 +4,13 @@ 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.1.7](https://github.com/eea/volto-globalsearch/compare/0.1.6...0.1.7) - 19 October 2022
8
+
7
9
  ### [0.1.6](https://github.com/eea/volto-globalsearch/compare/0.1.5...0.1.6) - 27 September 2022
8
10
 
9
11
  #### :hammer_and_wrench: Others
10
12
 
11
13
  - Fix dependencies [kreafox - [`50ad307`](https://github.com/eea/volto-globalsearch/commit/50ad307d64140c43df9dded27c0b532923885764)]
12
- - Add UniversalItem [kreafox - [`bd71e6b`](https://github.com/eea/volto-globalsearch/commit/bd71e6b7c6f9f57563c0eefd60ebeaeb53fff43f)]
13
14
  - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`c2d848e`](https://github.com/eea/volto-globalsearch/commit/c2d848e1efa456f53d883c50769882101e1ce19f)]
14
15
  ### [0.1.5](https://github.com/eea/volto-globalsearch/compare/0.1.4...0.1.5) - 28 July 2022
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -23,7 +23,8 @@
23
23
  "devDependencies": {
24
24
  "@plone/scripts": "*",
25
25
  "@cypress/code-coverage": "^3.9.5",
26
- "babel-plugin-transform-class-properties": "^6.24.1"
26
+ "babel-plugin-transform-class-properties": "^6.24.1",
27
+ "md5": "^2.3.0"
27
28
  },
28
29
  "addons": [
29
30
  "@eeacms/volto-searchlib",