@eeacms/volto-n2k 0.1.10 → 0.1.11

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,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.10](https://github.com/eea/volto-n2k/compare/0.1.9...0.1.10) - 2 September 2022
7
+ ### [0.1.11](https://github.com/eea/volto-n2k/compare/0.1.10...0.1.11) - 16 September 2022
8
8
 
9
9
  #### :hammer_and_wrench: Others
10
10
 
11
- - Update style [Miu Razvan - [`727d165`](https://github.com/eea/volto-n2k/commit/727d165788b39aa507b2aec9478c4d84b6822ac4)]
11
+ - Fix link for toolkit [Miu Razvan - [`9865212`](https://github.com/eea/volto-n2k/commit/98652129fd7ad6641aebaf008097fdeb827dccbe)]
12
+ ### [0.1.10](https://github.com/eea/volto-n2k/compare/0.1.9...0.1.10) - 2 September 2022
13
+
12
14
  ### [0.1.9](https://github.com/eea/volto-n2k/compare/0.1.8...0.1.9) - 1 September 2022
13
15
 
14
16
  ### [0.1.8](https://github.com/eea/volto-n2k/compare/0.1.7...0.1.8) - 24 August 2022
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -58,7 +58,7 @@ export const tiles = [
58
58
  title: 'Toolkit',
59
59
  description: 'TOOLKIT',
60
60
  link:
61
- 'https://op.europa.eu/fr/publication-detail/:lang/publication/e33a1119-8fa2-11ec-8c40-01aa75ed71a1',
61
+ 'https://op.europa.eu/:lang/publication-detail/-/publication/e33a1119-8fa2-11ec-8c40-01aa75ed71a1',
62
62
  },
63
63
  ];
64
64