Skip to content

Commit 7ae1cb3

Browse files
authored
Merge pull request #103 from eea/develop
Release
2 parents 92a8153 + 63471e8 commit 7ae1cb3

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
### [7.0.0](https://github.com/eea/volto-block-style/compare/6.1.0...7.0.0) - 22 April 2024
7+
### [7.1.0](https://github.com/eea/volto-block-style/compare/7.0.0...7.1.0) - 3 June 2024
8+
9+
#### :hammer_and_wrench: Others
10+
11+
- Release 7.1.0 [alin - [`3e0198a`](https://github.com/eea/volto-block-style/commit/3e0198af9aba4befcdc912732c766d6743aacbb6)]
12+
- test: Add cypress to devDeps [alin - [`44ecd40`](https://github.com/eea/volto-block-style/commit/44ecd40501f95111fc1d2cfb000c3ff293364420)]
13+
## [7.0.0](https://github.com/eea/volto-block-style/compare/6.1.0...7.0.0) - 22 April 2024
814

915
#### :rocket: New Features
1016

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eeacms/volto-block-style",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "volto-block-style: Volto add-on",
55
"main": "src/index.js",
66
"author": "European Environment Agency: IDM2 A-Team",
@@ -29,6 +29,7 @@
2929
"@cypress/code-coverage": "^3.10.0",
3030
"@plone/scripts": "*",
3131
"babel-plugin-transform-class-properties": "^6.24.1",
32+
"cypress": "13.1.0",
3233
"dotenv": "^16.3.2",
3334
"husky": "^8.0.3",
3435
"lint-staged": "^14.0.1",

src/styles.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@
153153
// text-align: inherit;
154154
// }
155155

156-
.block.align {
157-
z-index: auto !important;
158-
}
159-
160156
/* Demo styles */
161157
.green-demo-box {
162158
padding: 1em;

0 commit comments

Comments
 (0)