From 751d8ca866ca0253a70849c62649a964ce144290 Mon Sep 17 00:00:00 2001 From: Andrei Grigore Date: Wed, 16 Feb 2022 14:14:46 +0200 Subject: [PATCH 1/2] Remove forced styles to formatted value. --- theme/site/globals/site.overrides | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/theme/site/globals/site.overrides b/theme/site/globals/site.overrides index e8b80e0..6c6bb3a 100644 --- a/theme/site/globals/site.overrides +++ b/theme/site/globals/site.overrides @@ -1608,13 +1608,13 @@ span.float-right { margin-bottom: 1em; border-radius: 5px; - .formatted-value { - span { - color: #000 !important; - font-size: 13px; - font-weight: normal; - } - } +// .formatted-value { +// span { +// color: #000 !important; +// font-size: 13px; +// font-weight: normal; +// } +// } } .land-data, From a5705fdde8cf9c4dd298857b53ae67c859ba0f8b Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Wed, 16 Feb 2022 13:50:30 +0000 Subject: [PATCH 2/2] Automated release 0.2.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3382ff..53d7e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [0.2.3](https://github.com/eea/volto-forests-theme/compare/0.2.2...0.2.3) + +- Remove forced styles to formatted value. [`751d8ca`](https://github.com/eea/volto-forests-theme/commit/751d8ca866ca0253a70849c62649a964ce144290) + #### [0.2.2](https://github.com/eea/volto-forests-theme/compare/0.2.1...0.2.2) +> 16 February 2022 + +- Release: fix-datacatalogue [`#56`](https://github.com/eea/volto-forests-theme/pull/56) - Fix datacatalogue [`#55`](https://github.com/eea/volto-forests-theme/pull/55) - bring back Html.jsx ssr data for datacatalogue [`7f5d8c6`](https://github.com/eea/volto-forests-theme/commit/7f5d8c63fc4c97d86c9f49c5c74ad7eb220075e2) - WIP [`1e9901b`](https://github.com/eea/volto-forests-theme/commit/1e9901b3b9412ee5549395ccfef7d03f707a5a25) diff --git a/package.json b/package.json index db03590..49625a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-forests-theme", - "version": "0.2.2", + "version": "0.2.3", "description": "@eeacms/volto-forests-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",