Skip to content

Commit

Permalink
Merge pull request #94 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
avoinea authored Oct 22, 2023
2 parents 656e272 + d97ed74 commit c5a6e07
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.2.6](https://github.com/eea/volto-block-style/compare/5.2.5...5.2.6) - 19 October 2023

#### :house: Internal changes

- chore: husky, lint-staged use fixed versions [valentinab25 - [`2d22f18`](https://github.com/eea/volto-block-style/commit/2d22f18c43ed4818e5894f7fcec23583752c85a0)]

#### :hammer_and_wrench: Others

- Update README.md [ana-oprea - [`b343ef4`](https://github.com/eea/volto-block-style/commit/b343ef47afc990c3139da246b8fc75fcc3c10bb5)]
### [5.2.5](https://github.com/eea/volto-block-style/compare/5.2.4...5.2.5) - 13 October 2023

#### :house: Internal changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ block types that you want to enable. By default it is enabled for all blocks.

#### IMPORTANT! Because of the way it works, you should always load this addon as the last addon in Volto project configuration.

![Screenshot](https://github.com/eea/volto-block-style/raw/master/docs/screenshot.png)
![Screenshot](https://raw.githubusercontent.com/eea/volto-block-style/master/docs/screenshot.png)

## Getting started

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-block-style",
"version": "5.2.5",
"version": "5.2.6",
"description": "volto-block-style: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@cypress/code-coverage": "^3.10.0",
"@plone/scripts": "*",
"babel-plugin-transform-class-properties": "^6.24.1",
"husky": "*",
"lint-staged": "*",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"md5": "^2.3.0",
"postcss-less": "6.0.0"
},
Expand Down

0 comments on commit c5a6e07

Please sign in to comment.