@eeacms/volto-globalsearch 0.1.0 → 0.1.1

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,8 +4,16 @@ 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.1](https://github.com/eea/volto-globalsearch/compare/0.1.0...0.1.1)
8
+
9
+ - updated versions [`af47bcf`](https://github.com/eea/volto-globalsearch/commit/af47bcfc92b9f64bf05825717c70d430a02af0e4)
10
+ - Update versions [`6a367af`](https://github.com/eea/volto-globalsearch/commit/6a367affd02af1ddfad1686007ab2615d2f278af)
11
+
7
12
  #### [0.1.0](https://github.com/eea/volto-globalsearch/compare/0.0.1...0.1.0)
8
13
 
14
+ > 7 June 2022
15
+
16
+ - Develop [`#1`](https://github.com/eea/volto-globalsearch/pull/1)
9
17
  - fixed stylelint for less file [`162704c`](https://github.com/eea/volto-globalsearch/commit/162704c502109e8ab0d7903568ff42603c3bc852)
10
18
  - prettier less file [`6bd424c`](https://github.com/eea/volto-globalsearch/commit/6bd424c1dae2ceceaf412339c3096dc575c0bc65)
11
19
  - ignore eslint for *.json files [`e18919e`](https://github.com/eea/volto-globalsearch/commit/e18919e1255818c5cf33bf769cca078d75ca3422)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@plone/scripts": "*",
21
- "@eeacms/volto-searchlib": "0.3.0"
21
+ "@eeacms/volto-searchlib": "0.3.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@cypress/code-coverage": "^3.9.5",