diff --git a/CHANGELOG.md b/CHANGELOG.md index 619a415c..6f8853cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.10](https://github.com/eea/eprtr_frontend/compare/2.1.9...2.1.10) + +- Removed garbage [`2ef42ac`](https://github.com/eea/eprtr_frontend/commit/2ef42ac7103c4a9a7312ad3b567fc03d77e4860a) + #### [2.1.9](https://github.com/eea/eprtr_frontend/compare/2.1.8...2.1.9) +> 19 August 2021 + - Scroll behavior [`#18`](https://github.com/eea/eprtr_frontend/pull/18) - Add integration tests [`#17`](https://github.com/eea/eprtr_frontend/pull/17) - Bump axios from 0.20.0 to 0.21.1 [`#16`](https://github.com/eea/eprtr_frontend/pull/16) @@ -15,17 +21,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix cypress [`37cf2d7`](https://github.com/eea/eprtr_frontend/commit/37cf2d7d37efcb5e1712d5847cb95680782f07a6) - Automated release volto-slate@2.8.2 [`34a5b62`](https://github.com/eea/eprtr_frontend/commit/34a5b62a214a46e676db8ec5adebc7ba36fb75ac) - Update [`3b306c4`](https://github.com/eea/eprtr_frontend/commit/3b306c4d85fc1cc1770410e2ceca3b22c50c3252) -- add basic tests [`cbd8d34`](https://github.com/eea/eprtr_frontend/commit/cbd8d34d009087c1acf5c43a64627c57f9442e20) -- Automated release volto-slate@2.9.1 [`46e1c0e`](https://github.com/eea/eprtr_frontend/commit/46e1c0e9cb89cbd912fda54157f20e6b64537759) -- Merge master [`4be3fba`](https://github.com/eea/eprtr_frontend/commit/4be3fbabb618264026bf236c9507ae3b0ee5bb0a) - Fix tests [`65177e9`](https://github.com/eea/eprtr_frontend/commit/65177e9b4c0b9606bc38c4588c4ff074aacb38e1) - Refs#135696 - add privacy notice for site location map [`0079637`](https://github.com/eea/eprtr_frontend/commit/0079637acb4b3bf091bea3284960094cac1478c8) +- add basic tests [`cbd8d34`](https://github.com/eea/eprtr_frontend/commit/cbd8d34d009087c1acf5c43a64627c57f9442e20) - Automated release @eeacms/volto-slate-metadata-mentions@2.2.4 [`9d5d079`](https://github.com/eea/eprtr_frontend/commit/9d5d07983f93bdc21a9801faf776f3a7c303a152) - add integration tests [`322a452`](https://github.com/eea/eprtr_frontend/commit/322a452d01ce79772c9f5c7f0b7823427e110dd9) - add set sonarqube addons tag step [`db7fbf1`](https://github.com/eea/eprtr_frontend/commit/db7fbf103f4d6f38c9a391c334dabeb3cc3c3087) +- Release 2.1.9 [`0f5ff0c`](https://github.com/eea/eprtr_frontend/commit/0f5ff0c0887823a15e98e2c064ded015bb083fb3) - Automated release @eeacms/volto-slate-metadata-mentions@2.3.0 [`43b9557`](https://github.com/eea/eprtr_frontend/commit/43b95578da8f033600626add5e39e2f683233103) - Reorganize Dockerfile to reduce image size [`bfaaf6e`](https://github.com/eea/eprtr_frontend/commit/bfaaf6e16d7b4fd7c80a8e8128111afba1a0445a) - Automated release volto-slate@2.8.1 [`6aa8829`](https://github.com/eea/eprtr_frontend/commit/6aa8829d2e2915da088167a31c1bf5c5650e59ef) +- Automated release volto-slate@2.9.1 [`46e1c0e`](https://github.com/eea/eprtr_frontend/commit/46e1c0e9cb89cbd912fda54157f20e6b64537759) +- Merge master [`4be3fba`](https://github.com/eea/eprtr_frontend/commit/4be3fbabb618264026bf236c9507ae3b0ee5bb0a) - Automated release volto-slate@2.8.0 [`5aca954`](https://github.com/eea/eprtr_frontend/commit/5aca95492d65caeb95ad97be16831337968264a5) - Automated release volto-slate@2.7.2 [`3aa75ee`](https://github.com/eea/eprtr_frontend/commit/3aa75eefefba2f896eafbdbf9388fec2e2a00b02) - Update cypress.json [`fb24e37`](https://github.com/eea/eprtr_frontend/commit/fb24e37646341dd5a568e54d90f2dbdc4b59823a) diff --git a/package.json b/package.json index 6569c9b3..de2bbaf8 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": "2.1.9", + "version": "2.1.10", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/eprtr_frontend",