@eeacms/volto-cca-policy 0.1.6 → 0.1.7
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 +5 -0
- package/package.json +1 -1
- package/src/index.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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](https://github.com/eea/volto-cca-policy/compare/0.1.6...0.1.7) - 6 March 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Update RAST path [kreafox - [`b6f8b10`](https://github.com/eea/volto-cca-policy/commit/b6f8b1081009c8b195fd3e6012952732be3ee3b3)]
|
|
7
12
|
### [0.1.6](https://github.com/eea/volto-cca-policy/compare/0.1.5...0.1.6) - 6 March 2023
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -116,7 +116,8 @@ const applyConfig = (config) => {
|
|
|
116
116
|
{
|
|
117
117
|
title: 'Regional Adaptation Tool',
|
|
118
118
|
topLevel: 1, // mkh is a navigation root
|
|
119
|
-
rootPath:
|
|
119
|
+
rootPath:
|
|
120
|
+
'/mission-knowledge-hub/adaptation-knowledge-data/regional-adaptation-support-tool',
|
|
120
121
|
columns: 4,
|
|
121
122
|
},
|
|
122
123
|
{
|