@eeacms/volto-n2k 1.1.3 → 1.1.4

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,12 @@ 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.1.4](https://github.com/eea/volto-n2k/compare/1.1.3...1.1.4) - 16 January 2025
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: remove number for priority habitat type [Claudia Ifrim - [`7d65e7d`](https://github.com/eea/volto-n2k/commit/7d65e7d95de554b0ea3dc34e960f59fb9b9d88e7)]
12
+
7
13
  ### [1.1.3](https://github.com/eea/volto-n2k/compare/1.1.2...1.1.3) - 9 January 2025
8
14
 
9
15
  #### :house: Internal changes
@@ -16,7 +22,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
16
22
  - fix sonarqube errors [Claudia Ifrim - [`bbd9b7a`](https://github.com/eea/volto-n2k/commit/bbd9b7a0fb6acf40c3edbf5e2a034b7df0e2048b)]
17
23
  - comment filters for habitats, fix z-index for filters on species list [Claudia Ifrim - [`44533aa`](https://github.com/eea/volto-n2k/commit/44533aa781b3b374320071b7cab0adbad322ad5b)]
18
24
  - fix ImageText editor [Miu Razvan - [`67e6611`](https://github.com/eea/volto-n2k/commit/67e66113d289d5b3984909aee94e6b343fcd69a9)]
19
- - Make site habitats list work la species list [Miu Razvan - [`498e995`](https://github.com/eea/volto-n2k/commit/498e9955882bba9c2c549ab29dce5b988f36f489)]
20
25
  ### [1.1.2](https://github.com/eea/volto-n2k/compare/1.1.1...1.1.2) - 11 December 2024
21
26
 
22
27
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -191,7 +191,7 @@ const View = (props) => {
191
191
  Cover: {habitat.coverage_ha.toFixed(2)} ha (
192
192
  {(habitat.coverage_ha / 100).toFixed(4)} km²)
193
193
  {habitat.habitat_prioriy
194
- ? `; Priority habitat type: ${habitat.habitat_prioriy}`
194
+ ? `; Priority habitat type`
195
195
  : ''}
196
196
  </p>
197
197
  ))}