diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2a3d3..f5832b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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). -#### [2.0.0](https://github.com/eea/volto-columns-block/compare/1.0.6...2.0.0) +#### [3.0.0](https://github.com/eea/volto-columns-block/compare/2.0.0...3.0.0) + +- Drop volto-blocks-from dependency. Use BlockForm components from Volto core [`55d51e1`](https://github.com/eea/volto-columns-block/commit/55d51e13e50108f7c319cc5dc11a5b952bdd32eb) + +### [2.0.0](https://github.com/eea/volto-columns-block/compare/1.0.6...2.0.0) + +> 25 February 2021 - Volto 12 upgrade: ~/config -> @plone/volto/registry [`#13`](https://github.com/eea/volto-columns-block/pull/13) +- Release 2.0.0 [`adfec4c`](https://github.com/eea/volto-columns-block/commit/adfec4c5708bdca02c2114a0666fdb71e343073c) #### [1.0.6](https://github.com/eea/volto-columns-block/compare/1.0.5...1.0.6) diff --git a/package.json b/package.json index e700591..004a6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-columns-block", - "version": "2.0.0", + "version": "3.0.0", "description": "volto-columns-block: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",