@eeacms/volto-block-style
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -7,6 +7,12 @@ ### Changelog | ||
#### [3.3.2](https://github.com/eea/volto-block-style/compare/3.3.1...3.3.2) | ||
- Fix dependencies [`c835576`](https://github.com/eea/volto-block-style/commit/c835576c7d41a3657e848e871772986d7dbc98b5) | ||
#### [3.3.1](https://github.com/eea/volto-block-style/compare/3.3.0...3.3.1) | ||
> 10 June 2021 | ||
- Better way to add screen height to blocks [`#17`](https://github.com/eea/volto-block-style/pull/17) | ||
- Update package.json [`790d878`](https://github.com/eea/volto-block-style/commit/790d8786a15f0fea3dabaa4ac347b97c92a4f369) | ||
- Better way to add screen height to blocks [`2901621`](https://github.com/eea/volto-block-style/commit/2901621636b0d80de40e029d6cf90410d8bfef6f) | ||
@@ -13,0 +19,0 @@ #### [3.3.0](https://github.com/eea/volto-block-style/compare/3.2.5...3.3.0) |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -24,6 +24,6 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"react-color": "~2.18.1" | ||
"react-color": "~2.18.1", | ||
"@eeacms/volto-resize-helper": ">=0.2.2" | ||
}, | ||
"devDependencies": { | ||
"@eeacms/volto-resize-helper": "^0.2.0", | ||
"@cypress/code-coverage": "^3.9.5", | ||
@@ -30,0 +30,0 @@ "babel-plugin-transform-class-properties": "^6.24.1" |
79921
2
2
+ Added@eeacms/volto-resize-helper@2.0.0(transitive)