@eeacms/volto-marine-policy 0.1.20 → 1.1.0

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 +23 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
- # Changelog
1
+ ### Changelog
2
2
 
3
- ## 1.0.0
3
+ All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
4
 
5
- - Initial release
5
+ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
+
7
+ ### [1.1.0](https://github.com/eea/volto-marine-policy/compare/1.0.0...1.1.0) - 15 April 2024
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - fix cypress [nileshgulia1 - [`9d588e7`](https://github.com/eea/volto-marine-policy/commit/9d588e7e9ba1cf258c4356a3d25bcc6f1ae98356)]
12
+ - bump version [nileshgulia1 - [`55f8b71`](https://github.com/eea/volto-marine-policy/commit/55f8b7144a8c41fcd6ee327660dfd0eb512fb0ea)]
13
+ - add policy customizations [nileshgulia1 - [`8355128`](https://github.com/eea/volto-marine-policy/commit/8355128ef8c713d86261ce57d709250a38213ef6)]
14
+ - delete tpl files [nileshgulia1 - [`d21afd0`](https://github.com/eea/volto-marine-policy/commit/d21afd0ae83ad54240bea00e68656c1b87630d8e)]
15
+ ## [1.0.0](https://github.com/eea/volto-marine-policy/compare/0.1.20...1.0.0) - 14 April 2024
16
+
17
+ ### 0.1.20 - 15 April 2024
18
+
19
+ #### :hammer_and_wrench: Others
20
+
21
+ - add policy customizations [nileshgulia1 - [`8355128`](https://github.com/eea/volto-marine-policy/commit/8355128ef8c713d86261ce57d709250a38213ef6)]
22
+ - delete tpl files [nileshgulia1 - [`d21afd0`](https://github.com/eea/volto-marine-policy/commit/d21afd0ae83ad54240bea00e68656c1b87630d8e)]
23
+ - initialized volto-marine-policy [nileshgulia1 - [`9e6cf2f`](https://github.com/eea/volto-marine-policy/commit/9e6cf2f41e7c4c95571f5368d4da1411b73a3f90)]
24
+ - Initialize develop [Nilesh - [`d4cfba5`](https://github.com/eea/volto-marine-policy/commit/d4cfba54fc713b546fc68b8e253bfdb9c92e64cc)]
25
+ - Initial commit [Nilesh - [`ba76f13`](https://github.com/eea/volto-marine-policy/commit/ba76f134700e64d583e4c7d31857a2f715b64edf)]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "0.1.20",
3
+ "version": "1.1.0",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",