From 185b248410daf5438cf7ceb8ace311e1aed3e73a Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Tue, 23 Mar 2021 23:16:59 +0200 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d95460..ab50271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,20 @@ 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). -#### [3.0.0](https://github.com/eea/volto-group-block/compare/2.0.0...3.0.0) +#### [4.0.0](https://github.com/eea/volto-group-block/compare/3.0.0...4.0.0) + +- Custom Edit Block Wrapper [`5b83746`](https://github.com/eea/volto-group-block/commit/5b83746282692f22e8866a6faab10f3c8b9c08bd) +- Add possibility to disable buttons inside group block [`fc21b15`](https://github.com/eea/volto-group-block/commit/fc21b1509d30c00f975169269f8f19e451e3f3f1) +- Fix stylelint [`06aba53`](https://github.com/eea/volto-group-block/commit/06aba53f82207088b1bb62d192b955a699ca8a0f) +- Better icon for groups block [`b570fe0`](https://github.com/eea/volto-group-block/commit/b570fe082c2d910e70598a56b3d209e4d72e121b) + +### [3.0.0](https://github.com/eea/volto-group-block/compare/2.0.0...3.0.0) + +> 8 March 2021 - Drop volto-blocks-form dependency [`#6`](https://github.com/eea/volto-group-block/pull/6) - Change imports from volto core [`d1dcc14`](https://github.com/eea/volto-group-block/commit/d1dcc14116fa408731d545d45d01669a06563b46) +- Release 3.0.0 [`a83216e`](https://github.com/eea/volto-group-block/commit/a83216ed496b3a14ea49fd9697cd50ac64866092) - Fix focus management [`35327d7`](https://github.com/eea/volto-group-block/commit/35327d7b457beeed15b7129541bb1665cab4586b) - Cleanup Jenkinsfile DEPENDENCIES [`9d2a5d0`](https://github.com/eea/volto-group-block/commit/9d2a5d04308ecef93ca2682d928d0919b0f861ea) - Cosmetics [`03d6ed8`](https://github.com/eea/volto-group-block/commit/03d6ed8cbb796bacef3b3b78a1cee4114874033c) diff --git a/package.json b/package.json index 6a42880..a73a29f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-group-block", - "version": "3.0.0", + "version": "4.0.0", "description": "volto-group-block: Volto block to be used to group other blocks", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",