diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cc9f3..82460e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [2.1.1](https://github.com/eea/volto-ims-theme/compare/2.1.0...2.1.1) + +- Fix newline to LF [`3ae291f`](https://github.com/eea/volto-ims-theme/commit/3ae291fd83dc755dbf9a509e7fb2f6d111647fe0) +- print position for data table [`78acc0e`](https://github.com/eea/volto-ims-theme/commit/78acc0ec9365f942534feed9d371f4e4635b3344) +- Hide figure buttons in print mode [`df9566e`](https://github.com/eea/volto-ims-theme/commit/df9566e5925f710e9b37fa906a89a7448dfc4c3e) +- fix print position for data table [`7c21bfa`](https://github.com/eea/volto-ims-theme/commit/7c21bfa25d5c4d0b3fea1c8af3cfe7825d408764) + #### [2.1.0](https://github.com/eea/volto-ims-theme/compare/2.0.0...2.1.0) +> 8 March 2021 + +- Release 2.1.0 [`013b206`](https://github.com/eea/volto-ims-theme/commit/013b206b8b7aa989359af3f6cbdadd8d2e99853b) - Cleanup DEPENDENCIES from Jenkinsfile [`37838f8`](https://github.com/eea/volto-ims-theme/commit/37838f8b2507aa31b81c75d7b94d80be928f6ae8) ### [2.0.0](https://github.com/eea/volto-ims-theme/compare/1.1.3...2.0.0) diff --git a/package.json b/package.json index a1786b1..dfae6ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-ims-theme", - "version": "2.1.0", + "version": "2.1.1", "description": "volto-ims-theme: Volto Theme: EEA IMS", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",