Skip to content

Commit

Permalink
Merge pull request #41 from eea/develop
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
avoinea authored Apr 5, 2023
2 parents 08ba252 + a435e90 commit f7e6c4f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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).

### [1.2.0](https://github.com/eea/volto-block-image-cards/compare/1.1.0...1.2.0) - 5 April 2023

#### :nail_care: Enhancements

- refactor(carousel.less): remove .full-width class definition from carousel.less file [Miu Razvan - [`12453a6`](https://github.com/eea/volto-block-image-cards/commit/12453a6aa0cee4b57968d2a1482b53d8b87a1615)]

#### :hammer_and_wrench: Others

- Release 1.2.0 [Alin Voinea - [`b21778f`](https://github.com/eea/volto-block-image-cards/commit/b21778f57323bfd772f312e671092b45bf9f3607)]
### [1.1.0](https://github.com/eea/volto-block-image-cards/compare/1.0.2...1.1.0) - 27 March 2023

#### :hammer_and_wrench: Others

- Release 1.1.0 [Alin Voinea - [`34582d9`](https://github.com/eea/volto-block-image-cards/commit/34582d9251baf7a6d8a09e933052a52fe227cda3)]
### [1.0.2](https://github.com/eea/volto-block-image-cards/compare/1.0.1...1.0.2) - 25 January 2023

#### :hammer_and_wrench: Others
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
environment {
GIT_NAME = "volto-block-image-cards"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu,biodiversity.europa.eu,climate-energy.eea.europa.eu,www.eea.europa.eu-ims,sustainability.eionet.europa.eu,forest.eea.europa.eu,clms.land.copernicus.eu,industry.eea.europa.eu,water.europa.eu-freshwater,demo-www.eea.europa.eu,clmsdemo.devel6cph.eea.europa.eu,circularity.eea.europa.eu,prod-www.eea.europa.eu,water.europa.eu-marine,demo-kitkat.dev2aws.eea.europa.eu,climate-adapt.eea.europa.eu,climate-advisory-board.devel4cph.eea.europa.eu,climate-advisory-board.europa.eu,www.eea.europa.eu-en"
SONARQUBE_TAGS = "volto.eea.europa.eu,biodiversity.europa.eu,climate-energy.eea.europa.eu,www.eea.europa.eu-ims,sustainability.eionet.europa.eu,forest.eea.europa.eu,clms.land.copernicus.eu,industry.eea.europa.eu,water.europa.eu-freshwater,demo-www.eea.europa.eu,clmsdemo.devel6cph.eea.europa.eu,circularity.eea.europa.eu,water.europa.eu-marine,climate-adapt.eea.europa.eu,climate-advisory-board.devel4cph.eea.europa.eu,climate-advisory-board.europa.eu,www.eea.europa.eu-en"
DEPENDENCIES = ""
VOLTO = ""
}
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-image-cards",
"version": "1.1.0",
"version": "1.2.0",
"description": "volto-block-image-cards: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
10 changes: 0 additions & 10 deletions src/ImageCards/css/carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@
}
}

.full-width {
position: relative;
right: 50%;
left: 50%;
width: 100vw !important;
max-width: initial !important;
margin-right: -50vw !important;
margin-left: -50vw !important;
}

.slick-prev:before,
.slick-next:before {
color: #ccc;
Expand Down

0 comments on commit f7e6c4f

Please sign in to comment.