@eeacms/volto-globalsearch 0.1.2 → 0.1.3

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 +7 -0
  2. package/package.json +3 -3
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
+ #### [0.1.3](https://github.com/eea/volto-globalsearch/compare/0.1.2...0.1.3)
8
+
9
+ - Fix dependencies [`6154706`](https://github.com/eea/volto-globalsearch/commit/6154706648586bd3d128b1d096cdf9bc661177af)
10
+
7
11
  #### [0.1.2](https://github.com/eea/volto-globalsearch/compare/0.1.1...0.1.2)
8
12
 
13
+ > 10 June 2022
14
+
15
+ - Develop [`#4`](https://github.com/eea/volto-globalsearch/pull/4)
9
16
  - New design v1 [`#3`](https://github.com/eea/volto-globalsearch/pull/3)
10
17
  - Change layout component [`0c84f55`](https://github.com/eea/volto-globalsearch/commit/0c84f558596f68cff1243ed01cbec3307d1e1fc7)
11
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -17,10 +17,10 @@
17
17
  "url": "git@github.com:eea/volto-globalsearch.git"
18
18
  },
19
19
  "dependencies": {
20
- "@plone/scripts": "*",
21
- "@eeacms/volto-searchlib": "0.3.1"
20
+ "@eeacms/volto-searchlib": "*"
22
21
  },
23
22
  "devDependencies": {
23
+ "@plone/scripts": "*",
24
24
  "@cypress/code-coverage": "^3.9.5",
25
25
  "babel-plugin-transform-class-properties": "^6.24.1"
26
26
  },