diff --git a/CHANGELOG.md b/CHANGELOG.md index 22cdd01b..e20f6bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,24 @@ 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.3](https://github.com/eea/eprtr_frontend/compare/2.0.2...2.0.3) + +- Restructuring industrial site [`9811180`](https://github.com/eea/eprtr_frontend/commit/9811180e2393e7ec9fe8e8b4a8d6dbf2b4ef2a3e) +- Improvments on site blocks [`6a57feb`](https://github.com/eea/eprtr_frontend/commit/6a57feb2796479e03809e45d5f9dc80b03cfbfa6) +- Fix map [`e429ce6`](https://github.com/eea/eprtr_frontend/commit/e429ce665cefc6438cea9ea5912b39c40b81006d) +- change reporting year query - feature server - Unable to complete operation. [`5909742`](https://github.com/eea/eprtr_frontend/commit/5909742317acb22316bb1df2ff3b0a713a8dec81) +- bugfix - site name search - escape ' characters [`36abe2d`](https://github.com/eea/eprtr_frontend/commit/36abe2d868a15c581d32506fd3b19e087a6db667) +- update service url - arcgis [`5f12183`](https://github.com/eea/eprtr_frontend/commit/5f121831768de951f8f42ee8924473767c4cee60) +- update site details link - map popup [`04cc6ff`](https://github.com/eea/eprtr_frontend/commit/04cc6ff191c25f908273d31333092c54c436ffe0) + #### [2.0.2](https://github.com/eea/eprtr_frontend/compare/2.0.1...2.0.2) +> 21 April 2021 + - Refs #128720 - fit to country extent [`07d1787`](https://github.com/eea/eprtr_frontend/commit/07d17875e556e4576d2d29c944d329eae7b22615) - Removed tests [`ba7d585`](https://github.com/eea/eprtr_frontend/commit/ba7d585fbba4db817b4d4c73026672ac1e03a7ef) - Added site countries [`92553b2`](https://github.com/eea/eprtr_frontend/commit/92553b2819eec99b904057adaafcae2cf5ce5f7b) +- Release 2.0.2 [`7b25894`](https://github.com/eea/eprtr_frontend/commit/7b25894b424896a718418af5eaeb279b07c6514f) #### [2.0.1](https://github.com/eea/eprtr_frontend/compare/2.0.0...2.0.1) diff --git a/package.json b/package.json index 617d6809..c90d1cb5 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.0.2", + "version": "2.0.3", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/eprtr_frontend",