Skip to content

Commit

Permalink
Merge pull request #125 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea authored May 22, 2024
2 parents 97d2f56 + 89c701a commit 6d3e680
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

### [8.0.3](https://github.com/eea/volto-block-data-figure/compare/8.0.2...8.0.3) - 22 May 2024

#### :house: Internal changes

- chore: Fix package.json [alin - [`804c294`](https://github.com/eea/volto-block-data-figure/commit/804c29432d55edcba07926314d2e2f1917787a05)]

### [8.0.2](https://github.com/eea/volto-block-data-figure/compare/8.0.1...8.0.2) - 22 May 2024

#### :bug: Bug Fixes
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-data-figure",
"version": "8.0.2",
"version": "8.0.3",
"description": "volto-block-data-figure: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down Expand Up @@ -34,11 +34,11 @@
"@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",
"md5": "^2.3.0",
"cypress": "13.1.0"
"md5": "^2.3.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
Expand Down

0 comments on commit 6d3e680

Please sign in to comment.