@eeacms/volto-globalsearch 2.0.2 → 2.0.4

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 +14 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,18 +4,30 @@ 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.2](https://github.com/eea/volto-globalsearch/compare/2.0.1...2.0.2) - 16 December 2024
7
+ ### [2.0.4](https://github.com/eea/volto-globalsearch/compare/2.0.3...2.0.4) - 7 February 2025
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Pin versions for dependencies, so that they're automatically upgraded by Jenkins [Tiberiu Ichim - [`acbc5d0`](https://github.com/eea/volto-globalsearch/commit/acbc5d0d36c69220bf2e8db62179f38cd9a0bc81)]
12
+ ### [2.0.3](https://github.com/eea/volto-globalsearch/compare/2.0.2...2.0.3) - 19 December 2024
8
13
 
9
14
  #### :house: Internal changes
10
15
 
11
16
  - style: Automated code fix [eea-jenkins - [`b3753bf`](https://github.com/eea/volto-globalsearch/commit/b3753bf5e14821a43ff96f1e178f97f620f8fa20)]
12
- - chore: added water.europa.eu to thumbUrl list [laszlocseh - [`eec02dd`](https://github.com/eea/volto-globalsearch/commit/eec02dd4c2e09c3ae668d4424c1db9da1c0a04bf)]
13
17
 
14
18
  #### :hammer_and_wrench: Others
15
19
 
16
20
  - added logo for copernicus insitu [Zoltan Szabo - [`b6b00ea`](https://github.com/eea/volto-globalsearch/commit/b6b00eacaf5fd798426fd5cf0af50858f8be79ef)]
17
21
  - added copernicus in situ [Zoltan Szabo - [`54e3657`](https://github.com/eea/volto-globalsearch/commit/54e3657c28f8aa5a839952e83f9fbdb238e99ff0)]
18
22
  - Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`173f015`](https://github.com/eea/volto-globalsearch/commit/173f015579c8e334c853238d9fbf39261ced1cb4)]
23
+ ### [2.0.2](https://github.com/eea/volto-globalsearch/compare/2.0.1...2.0.2) - 16 December 2024
24
+
25
+ #### :house: Internal changes
26
+
27
+ - chore: added water.europa.eu to thumbUrl list [laszlocseh - [`eec02dd`](https://github.com/eea/volto-globalsearch/commit/eec02dd4c2e09c3ae668d4424c1db9da1c0a04bf)]
28
+
29
+ #### :hammer_and_wrench: Others
30
+
19
31
  - Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`5c6aa68`](https://github.com/eea/volto-globalsearch/commit/5c6aa68b0677dca98776114e69275ade89dcdf25)]
20
32
  ### [2.0.1](https://github.com/eea/volto-globalsearch/compare/2.0.0...2.0.1) - 14 October 2024
21
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -21,8 +21,8 @@
21
21
  "@eeacms/volto-listing-block"
22
22
  ],
23
23
  "dependencies": {
24
- "@eeacms/volto-listing-block": "*",
25
- "@eeacms/volto-searchlib": "*"
24
+ "@eeacms/volto-listing-block": "8.1.2",
25
+ "@eeacms/volto-searchlib": "2.0.7"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@cypress/code-coverage": "^3.10.0",