@eeacms/volto-globalsearch 2.0.7 → 2.0.9

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +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
+ ### [2.0.9](https://github.com/eea/volto-globalsearch/compare/2.0.8...2.0.9) - 6 March 2025
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Update package.json [Krisztina Elekes - [`aaa15f4`](https://github.com/eea/volto-globalsearch/commit/aaa15f4de48a89f43c9660d66a6832eb2c0066c2)]
12
+ ### [2.0.8](https://github.com/eea/volto-globalsearch/compare/2.0.7...2.0.8) - 21 February 2025
13
+
14
+ #### :hammer_and_wrench: Others
15
+
16
+ - Update package.json [Krisztina Elekes - [`ca42f51`](https://github.com/eea/volto-globalsearch/commit/ca42f5148e073be6ce585fda888d0693ae0d5f37)]
7
17
  ### [2.0.7](https://github.com/eea/volto-globalsearch/compare/2.0.6...2.0.7) - 21 February 2025
8
18
 
9
19
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@eeacms/volto-listing-block": "8.1.2",
25
- "@eeacms/volto-searchlib": "2.0.7"
25
+ "@eeacms/volto-searchlib": "2.0.13"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@cypress/code-coverage": "^3.10.0",