@eeacms/volto-globalsearch 1.0.15 → 1.0.16

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ 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
+ ### [1.0.16](https://github.com/eea/volto-globalsearch/compare/1.0.15...1.0.16) - 8 June 2023
8
+
9
+ #### :house: Internal changes
10
+
11
+ - chore: [JENKINS] Deprecate circularity website [valentinab25 - [`ae6efed`](https://github.com/eea/volto-globalsearch/commit/ae6efed386f8fd053972a388a3f8714ff36cf575)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - added missing logo [Zoltan Szabo - [`94684b9`](https://github.com/eea/volto-globalsearch/commit/94684b979698c47de353ecc2a9014a8f70d7ecc1)]
16
+ - updated frontend with configuration for 'Climate Advisory Board' [Zoltan Szabo - [`28cf22c`](https://github.com/eea/volto-globalsearch/commit/28cf22c93237226c3957223b497a33ab3cb73623)]
17
+ - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`b655d51`](https://github.com/eea/volto-globalsearch/commit/b655d51fa3631ae42c89eb85bdcc850f70d9c72c)]
7
18
  ### [1.0.15](https://github.com/eea/volto-globalsearch/compare/1.0.14...1.0.15) - 14 March 2023
8
19
 
9
20
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -137,6 +137,9 @@ export default {
137
137
  sdi: {
138
138
  url: require('../static/eea-logo.svg'),
139
139
  },
140
+ cab: {
141
+ url: require('../static/cab-logo.png'),
142
+ },
140
143
  },
141
144
  Countries: {
142
145
  fallback: {
@@ -54,6 +54,7 @@ const vocab = {
54
54
  'etc-uls': 'ETC on Urban, Land and Soil Systems',
55
55
  'etc-wmge': 'ETC on Waste and Materials in Green Economy',
56
56
  sdi: 'Datahub',
57
+ cab: 'Climate Advisory Board',
57
58
  },
58
59
  };
59
60
 
Binary file