From 8e15198290fe65bd1123ad46e489030538bdf0db Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Wed, 21 Apr 2021 01:30:03 +0300 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5ea43..2eb770e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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.0.0](https://github.com/eea/eprtr_frontend/compare/1.4.5...2.0.0) + +- Volto 12 compatibility [`23e3f30`](https://github.com/eea/eprtr_frontend/commit/23e3f30005daa9bec65c7dd0158b2f626d931de5) +- Fixed some issues [`4620ee6`](https://github.com/eea/eprtr_frontend/commit/4620ee604503e0d4b537690bc8df17f4f99720ce) +- [Feature #129799] Added Explore the data block [`52fc7b5`](https://github.com/eea/eprtr_frontend/commit/52fc7b5446ec9457418e00e0c2e45d54242ec33d) +- [Feature #129790] Improvments to the map searchbox [`bfe77bc`](https://github.com/eea/eprtr_frontend/commit/bfe77bc1df542fea02f2c0dfe5f3a4f73d6dc06b) +- Filter locations for eprtr countries [`1232075`](https://github.com/eea/eprtr_frontend/commit/123207510049c024a438de28c0a5919376bcab7d) + #### [1.4.5](https://github.com/eea/eprtr_frontend/compare/1.4.4...1.4.5) +> 23 February 2021 + - Clean up entrypoint [`3f0afe3`](https://github.com/eea/eprtr_frontend/commit/3f0afe389aff9dbbe45e813d796d17f999414e38) +- Release 1.4.5 [`f34d618`](https://github.com/eea/eprtr_frontend/commit/f34d618b5d2a65c49abfac1462acdec976c458ca) #### [1.4.4](https://github.com/eea/eprtr_frontend/compare/1.4.3...1.4.4) diff --git a/package.json b/package.json index c935beb..e9de65a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/eprtr_frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "1.4.5", + "version": "2.0.0", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/eprtr_frontend", @@ -147,7 +147,7 @@ }, "ignoreFiles": "theme/themes/default/**/*.overrides" }, - "browserslist": [ + "browserslist": [ ">1%", "last 4 versions", "Firefox ESR",