From db84a92b4393332fc0b2757c7517d656b5e466c7 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:13:43 +0000 Subject: [PATCH] Automated release 4.0.1 --- CHANGELOG.md | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456213a..d9e1ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [4.0.0](https://github.com/eea/volto-metadata-block/compare/3.3.1...4.0.0) +#### [4.0.1](https://github.com/eea/volto-metadata-block/compare/4.0.0...4.0.1) -- Allow also dict fields: temporal, geolocation [`a7387f8`](https://github.com/eea/volto-metadata-block/commit/a7387f838319267b3787e52c3e7a6b06a9eeb7dd) -- Add Sonarqube tag using climate-energy-frontend addons list [`1f71008`](https://github.com/eea/volto-metadata-block/commit/1f71008a0801bb43fac9d38432738a00e55af2cf) -- Add Sonarqube tag using ims-frontend addons list [`8aba39a`](https://github.com/eea/volto-metadata-block/commit/8aba39a318fc6e6f282e059174f549f8cf4ae99b) +- Fix style for array widget [`6a19db0`](https://github.com/eea/volto-metadata-block/commit/6a19db040d1574316bf1e3e89f95dcf586d03fca) + +### [4.0.0](https://github.com/eea/volto-metadata-block/compare/3.3.1...4.0.0) + +> 24 September 2021 + +- Allow also dict fields: temporal, geolocation [`#15`](https://github.com/eea/volto-metadata-block/pull/15) #### [3.3.1](https://github.com/eea/volto-metadata-block/compare/3.3.0...3.3.1) @@ -45,7 +49,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Allow show/hide fields from metadata section block edit [`#8`](https://github.com/eea/volto-metadata-block/pull/8) - Release 3.1.0 [`a77006c`](https://github.com/eea/volto-metadata-block/commit/a77006c8932c2b41560aceb760e34e29ebdabd90) - Add ErrorBoundary to Widgets [`3b16de2`](https://github.com/eea/volto-metadata-block/commit/3b16de2a4632228931a7fa7fe5db83fb9e9d51ef) -- Add Sonarqube tag using frontend addons list [`948f424`](https://github.com/eea/volto-metadata-block/commit/948f424bea3a39d32a869bd4a84b6aea985ea96d) #### [3.0.2](https://github.com/eea/volto-metadata-block/compare/3.0.1...3.0.2) diff --git a/package.json b/package.json index 097c555..55fcc68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-metadata-block", - "version": "4.0.0", + "version": "4.0.1", "description": "Volto Metadata Block", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",