diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee1b35..b39f8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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). -### [7.0.0](https://github.com/eea/volto-block-style/compare/6.1.0...7.0.0) - 22 April 2024 +### [7.1.0](https://github.com/eea/volto-block-style/compare/7.0.0...7.1.0) - 3 June 2024 + +#### :hammer_and_wrench: Others + +- Release 7.1.0 [alin - [`3e0198a`](https://github.com/eea/volto-block-style/commit/3e0198af9aba4befcdc912732c766d6743aacbb6)] +- test: Add cypress to devDeps [alin - [`44ecd40`](https://github.com/eea/volto-block-style/commit/44ecd40501f95111fc1d2cfb000c3ff293364420)] +## [7.0.0](https://github.com/eea/volto-block-style/compare/6.1.0...7.0.0) - 22 April 2024 #### :rocket: New Features diff --git a/package.json b/package.json index 33c0a99..9361414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-block-style", - "version": "7.0.0", + "version": "7.1.0", "description": "volto-block-style: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", @@ -29,6 +29,7 @@ "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", + "cypress": "13.1.0", "dotenv": "^16.3.2", "husky": "^8.0.3", "lint-staged": "^14.0.1", diff --git a/src/styles.less b/src/styles.less index 3e2d66d..50b0428 100644 --- a/src/styles.less +++ b/src/styles.less @@ -153,10 +153,6 @@ // text-align: inherit; // } -.block.align { - z-index: auto !important; -} - /* Demo styles */ .green-demo-box { padding: 1em;