Skip to content

Commit

Permalink
Merge pull request #33 from eea/develop
Browse files Browse the repository at this point in the history
Fix @eeacms/volto-object-widget dependency
  • Loading branch information
avoinea authored Jun 23, 2022
2 parents 512e350 + 055cba9 commit 30526ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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).

#### [0.6.3](https://github.com/eea/volto-block-image-cards/compare/0.6.2...0.6.3)

- Fix @eeacms/volto-object-widget dependency [`f71bd41`](https://github.com/eea/volto-block-image-cards/commit/f71bd41404356c1adaeeaaa535cee2f3a726c8c6)

#### [0.6.2](https://github.com/eea/volto-block-image-cards/compare/0.6.1...0.6.2)

> 22 June 2022
- Develop [`#32`](https://github.com/eea/volto-block-image-cards/pull/32)
- update dependencies [`3f226be`](https://github.com/eea/volto-block-image-cards/commit/3f226be80880bed67aa6dd1ae1a55997ad09a6b4)

#### [0.6.1](https://github.com/eea/volto-block-image-cards/compare/0.6.0...0.6.1)
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-image-cards",
"version": "0.6.2",
"version": "0.6.3",
"description": "volto-block-image-cards: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand All @@ -24,11 +24,11 @@
"dependencies": {
"volto-slate": "*",
"@eeacms/volto-block-style": "*",
"@eeacms/volto-object-widget": "*",
"react-lazy-load-image-component": "^1.4.0",
"react-resize-detector": "6.7.6",
"react-slick": "^0.24.0",
"slick-carousel": "^1.8.1",
"@eeacms/volto-object-widget": "4.0.1"
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.5",
Expand Down

0 comments on commit 30526ec

Please sign in to comment.