From 42058b72f53d43933c8e195547863249a3f3ce06 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Tue, 25 May 2021 12:50:17 +0000 Subject: [PATCH] Automated release 2.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bda031..57c76aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [2.1.3](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.2...2.1.3) + +- Use the Volto's widget api in widget [`#9`](https://github.com/eea/volto-widget-temporal-coverage/pull/9) + #### [2.1.2](https://github.com/eea/volto-widget-temporal-coverage/compare/2.1.1...2.1.2) +> 13 May 2021 + +- Fix no data case [`#7`](https://github.com/eea/volto-widget-temporal-coverage/pull/7) - Fix no data case [`#6`](https://github.com/eea/volto-widget-temporal-coverage/pull/6) - Fix styling [`1d8dba0`](https://github.com/eea/volto-widget-temporal-coverage/commit/1d8dba05f2527d932b11c563b6c267dd337d5493) diff --git a/package.json b/package.json index 0723c23..ecebeab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-widget-temporal-coverage", - "version": "2.1.2", + "version": "2.1.3", "description": "volto-widget-temporal-coverage: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",