diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb3794..23024d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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). -#### [6.0.1](https://github.com/eea/volto-ims-theme/compare/6.0.0...6.0.1) +#### [6.0.2](https://github.com/eea/volto-ims-theme/compare/6.0.1...6.0.2) +- Apply DRAFT backgroun on entire content body [`cbb4a60`](https://github.com/eea/volto-ims-theme/commit/cbb4a60e970b4054d0c47534ae9a6910f0e06eac) - Update Footer.jsx [`053aa87`](https://github.com/eea/volto-ims-theme/commit/053aa87df30556fdb4001f9021fe15cdd826945a) +#### [6.0.1](https://github.com/eea/volto-ims-theme/compare/6.0.0...6.0.1) + +> 16 February 2022 + +- Develop #143320 [`#55`](https://github.com/eea/volto-ims-theme/pull/55) + ### [6.0.0](https://github.com/eea/volto-ims-theme/compare/5.0.3...6.0.0) > 20 January 2022 diff --git a/package.json b/package.json index 7719cd8..a6ed670 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-ims-theme", - "version": "6.0.1", + "version": "6.0.2", "description": "volto-ims-theme: Volto Theme: EEA IMS", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/components/theme/draft.css b/src/components/theme/draft.css index d120b48..e2f2248 100644 --- a/src/components/theme/draft.css +++ b/src/components/theme/draft.css @@ -1,3 +1,3 @@ -body:not(.wf-state-published) #aggregate-level-assessment { +body:not(.wf-state-published) { background-image: url('draft.png') !important; }