Skip to content

Commit

Permalink
Merge pull request #131 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea authored Aug 5, 2024
2 parents a6ea604 + 043bc68 commit 8371cc0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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).

### [8.1.2](https://github.com/eea/volto-block-data-figure/compare/8.1.1...8.1.2) - 5 August 2024

#### :rocket: New Features

- feat: increase data figure bottom margin - refs #266147 [dobri1408 - [`a1bc65c`](https://github.com/eea/volto-block-data-figure/commit/a1bc65c8b7446433547455dab451c8d5601f4433)]

#### :hammer_and_wrench: Others

- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`2d838c5`](https://github.com/eea/volto-block-data-figure/commit/2d838c51d84103c510a9687dbfcfae28674edde2)]
### [8.1.1](https://github.com/eea/volto-block-data-figure/compare/8.1.0...8.1.1) - 30 May 2024

#### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
environment {
GIT_NAME = "volto-block-data-figure"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu,demo-www.eea.europa.eu,forest.eea.europa.eu,clmsdemo.devel6cph.eea.europa.eu,water.europa.eu-marine,biodiversity.europa.eu,climate-adapt.eea.europa.eu,climate-energy.eea.europa.eu,climate-advisory-board.devel4cph.eea.europa.eu,climate-advisory-board.europa.eu,www.eea.europa.eu-ims,www.eea.europa.eu-en,industry.eea.europa.eu"
SONARQUBE_TAGS = "volto.eea.europa.eu,demo-www.eea.europa.eu,forest.eea.europa.eu,clmsdemo.devel6cph.eea.europa.eu,water.europa.eu-marine,biodiversity.europa.eu,climate-adapt.eea.europa.eu,climate-energy.eea.europa.eu,climate-advisory-board.devel4cph.eea.europa.eu,climate-advisory-board.europa.eu,www.eea.europa.eu-ims,www.eea.europa.eu-en,industry.eea.europa.eu,insitu.copernicus.eu"
DEPENDENCIES = ""
BACKEND_PROFILES = "eea.kitkat:testing"
BACKEND_ADDONS = ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-block-data-figure",
"version": "8.1.1",
"version": "8.1.2",
"description": "volto-block-data-figure: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
1 change: 1 addition & 0 deletions src/components/manage/Blocks/DataFigure/less/public.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.ui.table:not(.unstackable) tr {
padding-bottom: 3em !important;
}
margin-bottom: 4rem;
}

@media print {
Expand Down

0 comments on commit 8371cc0

Please sign in to comment.