diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c00ee..ffdb8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ +## 7.2.0 (2023-06-07) + +### Feature + +- Pass the blocks variation id as a classname to the edit in case it's present @steffenri [#82](https://github.com/kitconcept/volto-export/pull/82) +- Enable popperjs based blockschooser @sneridagh [#86](https://github.com/kitconcept/volto-export/pull/86) + + ## 7.1.0 (2023-06-06) ### Feature diff --git a/news/82.feature b/news/82.feature deleted file mode 100644 index 670936e..0000000 --- a/news/82.feature +++ /dev/null @@ -1 +0,0 @@ -Pass the blocks variation id as a classname to the edit in case it's present @steffenri \ No newline at end of file diff --git a/news/86.feature b/news/86.feature deleted file mode 100644 index 41badfd..0000000 --- a/news/86.feature +++ /dev/null @@ -1 +0,0 @@ -Enable popperjs based blockschooser @sneridagh diff --git a/package.json b/package.json index c5f0eb7..c150fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-blocks-grid", - "version": "7.1.0", + "version": "7.2.0", "description": "kitconcept's Volto Grids add-on - Unidimensional grids FTW", "main": "src/index.js", "scripts": {