From 502d34956498fc30ef1e3de48eef7c0ce6323687 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Fri, 25 Oct 2024 20:01:24 +0300 Subject: [PATCH 1/2] removed z-index coming to block.less from pastanaga theme --- src/theme/main.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme/main.less b/src/theme/main.less index bb4ed47..42a56ff 100644 --- a/src/theme/main.less +++ b/src/theme/main.less @@ -3,10 +3,12 @@ &.align { &.right { + z-index: auto; text-align: right; } &.left { + z-index: auto; text-align: left; } From acf7b1f799be6ca392165cd32280e2ca44532812 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:54:11 +0000 Subject: [PATCH 2/2] Automated release 5.1.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b757ee..aa2b36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +### [5.1.2](https://github.com/eea/volto-call-to-action-block/compare/5.1.1...5.1.2) - 14 November 2024 + +#### :hammer_and_wrench: Others + +- removed z-index coming to block.less from pastanaga theme [David Ichim - [`502d349`](https://github.com/eea/volto-call-to-action-block/commit/502d34956498fc30ef1e3de48eef7c0ce6323687)] ### [5.1.1](https://github.com/eea/volto-call-to-action-block/compare/5.1.0...5.1.1) - 22 July 2024 ### [5.1.0](https://github.com/eea/volto-call-to-action-block/compare/5.0.0...5.1.0) - 27 June 2024 diff --git a/package.json b/package.json index dca0b21..bdd0bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-call-to-action-block", - "version": "5.1.1", + "version": "5.1.2", "description": "@eeacms/volto-call-to-action-block: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",