@eeacms/volto-n2k 1.0.14 → 1.0.15

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,11 +4,15 @@ 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.14](https://github.com/eea/volto-n2k/compare/1.0.13...1.0.14) - 16 February 2023
7
+ ### [1.0.15](https://github.com/eea/volto-n2k/compare/1.0.14...1.0.15) - 16 February 2023
8
8
 
9
9
  #### :hammer_and_wrench: Others
10
10
 
11
- - update [Miu Razvan - [`ceef220`](https://github.com/eea/volto-n2k/commit/ceef2206cb2be9b74d646861bbbc0a7639df3f99)]
11
+ - fix prettier [Claudia Ifrim - [`aa0d6fe`](https://github.com/eea/volto-n2k/commit/aa0d6fee19dcf0fc83dae5daa09e615fdeaa2b53)]
12
+ - fix prettier [Claudia Ifrim - [`726a157`](https://github.com/eea/volto-n2k/commit/726a157f0467977ccb970e8a2dc583b25a6de37f)]
13
+ - update species and habitats urls [Claudia Ifrim - [`92e4b07`](https://github.com/eea/volto-n2k/commit/92e4b075eaee7c72cfcd7fad83d15a9ee1658953)]
14
+ ### [1.0.14](https://github.com/eea/volto-n2k/compare/1.0.13...1.0.14) - 16 February 2023
15
+
12
16
  ### [1.0.13](https://github.com/eea/volto-n2k/compare/1.0.12...1.0.13) - 16 February 2023
13
17
 
14
18
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -81,7 +81,7 @@ const View = (props) => {
81
81
  >
82
82
  <Link
83
83
  className="description"
84
- to={`/natura2000/habitats/h/${item.code_2000}`}
84
+ to={`/habitats/${item.code_2000}`}
85
85
  >
86
86
  {item.habitat_description} ({item.code_2000})
87
87
  </Link>
@@ -168,10 +168,7 @@ const View = (props) => {
168
168
  >
169
169
  <div className="metadata">
170
170
  <div className="name">
171
- <Link
172
- as="h3"
173
- to={`/natura2000/species/s/${speciesData.id_eunis}`}
174
- >
171
+ <Link as="h3" to={`/species/${speciesData.id_eunis}`}>
175
172
  {speciesData.common_name
176
173
  ? speciesData.common_name + ' '
177
174
  : ''}