@eeacms/volto-n2k 1.0.20 → 1.0.21

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +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
- ### [1.0.20](https://github.com/eea/volto-n2k/compare/1.0.19...1.0.20) - 15 March 2023
7
+ ### [1.0.21](https://github.com/eea/volto-n2k/compare/1.0.20...1.0.21) - 22 March 2023
8
8
 
9
9
  #### :hammer_and_wrench: Others
10
10
 
11
- - update layer for species and habitats [Claudia Ifrim - [`b2262fc`](https://github.com/eea/volto-n2k/commit/b2262fcb7416208ba3ce5368bbd50bda2e0e58f6)]
11
+ - use latest stable version of volto [Claudia Ifrim - [`99ea551`](https://github.com/eea/volto-n2k/commit/99ea551a8f35729791982a59f015a5c894ea2db3)]
12
+ ### [1.0.20](https://github.com/eea/volto-n2k/compare/1.0.19...1.0.20) - 22 March 2023
13
+
12
14
  ### [1.0.19](https://github.com/eea/volto-n2k/compare/1.0.18...1.0.19) - 7 March 2023
13
15
 
14
16
  ### [1.0.18](https://github.com/eea/volto-n2k/compare/1.0.17...1.0.18) - 25 February 2023
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",