From e6afe4bc45451a3fa76b655eda8f51eaf174a195 Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Mon, 14 Dec 2020 14:47:17 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1b10f..9375e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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). +#### [1.2.0](https://github.com/eea/eprtr_frontend/compare/1.1.4...1.2.0) + +- [Taskman #125090] Initialize query parameters for selectors; Removed pollutants from GlossarySearch [`f2b0376`](https://github.com/eea/eprtr_frontend/commit/f2b03762a3ce8d81568a995d2cd9d5269c846e88) +- [Taskman #125090] Map now loads all sites when filtering by country [`50f5b19`](https://github.com/eea/eprtr_frontend/commit/50f5b19404998c34d4b8bbba61fce00605653e8f) +- [Taskman #125667] Updated Logo & Favicon [`2a871f8`](https://github.com/eea/eprtr_frontend/commit/2a871f89d3373c0cad0b58ededf7e09ba1a5fb02) + #### [1.1.4](https://github.com/eea/eprtr_frontend/compare/1.1.3...1.1.4) +> 10 December 2020 + - [Taskman #125090] Footer update: check all [`ce5a3a6`](https://github.com/eea/eprtr_frontend/commit/ce5a3a603c8785d29273ba1b790f2f9354ba4359) +- Release 1.1.4 [`35af44b`](https://github.com/eea/eprtr_frontend/commit/35af44b8da141aada3a4f549be4118b50af10f8f) - [Taskman #125090] Glossary: placeholder can be empty [`2e02b80`](https://github.com/eea/eprtr_frontend/commit/2e02b80d422e57161161153689c6640919090232) #### [1.1.3](https://github.com/eea/eprtr_frontend/compare/1.1.2...1.1.3) diff --git a/package.json b/package.json index 4a074c1..6d98877 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ims-frontend", "description": "IMS: Volto Frontend", "license": "MIT", - "version": "1.1.4", + "version": "1.2.0", "private": true, "workspaces": [ "src/develop/volto-grid-block",