@eeacms/volto-cca-policy 0.1.69 → 0.1.71
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 +8 -0
- package/package.json +1 -1
- package/src/index.js +3 -4
- package/theme/globals/site.overrides +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ 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.71](https://github.com/eea/volto-cca-policy/compare/0.1.70...0.1.71) - 5 February 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Refs #161485 - change cluster icon size [Tripon Eugen - [`74ccdcc`](https://github.com/eea/volto-cca-policy/commit/74ccdcc96c4a7d12b81b9fc7225170043ddd80dc)]
|
|
12
|
+
- Refs #161485 - change cluster icon size [Tripon Eugen - [`20010ca`](https://github.com/eea/volto-cca-policy/commit/20010ca893f0edc2def950a145013e328fce9be0)]
|
|
13
|
+
### [0.1.70](https://github.com/eea/volto-cca-policy/compare/0.1.69...0.1.70) - 2 February 2024
|
|
14
|
+
|
|
7
15
|
### [0.1.69](https://github.com/eea/volto-cca-policy/compare/0.1.68...0.1.69) - 31 January 2024
|
|
8
16
|
|
|
9
17
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -159,10 +159,9 @@ const applyConfig = (config) => {
|
|
|
159
159
|
matchpath: '/en/observatory',
|
|
160
160
|
path: '/en/observatory/advanced-search',
|
|
161
161
|
placeholder: 'Search Observatory Climate-ADAPT...',
|
|
162
|
-
description:
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
buttonUrl: 'https://www.eea.europa.eu/en/advanced-search',
|
|
162
|
+
description: 'Looking for more information?',
|
|
163
|
+
buttonTitle: 'Explore more on Climate-ADAPT',
|
|
164
|
+
buttonUrl: 'https://climate-adapt.eea.europa.eu/en/data-and-downloads/',
|
|
166
165
|
},
|
|
167
166
|
{
|
|
168
167
|
isDefault: true,
|