@eeacms/volto-cca-policy 0.1.27 → 0.1.28
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 +4 -2
- package/package.json +1 -1
- package/src/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,13 @@ 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.
|
|
7
|
+
### [0.1.28](https://github.com/eea/volto-cca-policy/compare/0.1.27...0.1.28) - 16 June 2023
|
|
8
8
|
|
|
9
9
|
#### :hammer_and_wrench: Others
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- Rename search prompt [Tiberiu Ichim - [`4c2e0e3`](https://github.com/eea/volto-cca-policy/commit/4c2e0e343b29515c5a8a1dbeb986a2ca4e292dcf)]
|
|
12
|
+
### [0.1.27](https://github.com/eea/volto-cca-policy/compare/0.1.26...0.1.27) - 14 June 2023
|
|
13
|
+
|
|
12
14
|
### [0.1.26](https://github.com/eea/volto-cca-policy/compare/0.1.25...0.1.26) - 13 June 2023
|
|
13
15
|
|
|
14
16
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -124,7 +124,7 @@ const applyConfig = (config) => {
|
|
|
124
124
|
// to replace search path change path to whatever you want and match with the page in volto website
|
|
125
125
|
matchpath: '/en/mission',
|
|
126
126
|
path: '/en/mission/knowledge-and-data/search-the-database',
|
|
127
|
-
placeholder: 'Search the
|
|
127
|
+
placeholder: 'Search the Climate-ADAPT database',
|
|
128
128
|
description: 'Looking for more information?',
|
|
129
129
|
buttonTitle: 'Explore more on Climate-ADAPT',
|
|
130
130
|
buttonUrl: 'https://climate-adapt.eea.europa.eu/en/data-and-downloads/',
|