diff --git a/CHANGELOG.md b/CHANGELOG.md index d9495cb..ba78f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [0.10.0](https://github.com/eea/circularity-frontend/compare/0.9.0...0.10.0) + +- use pre-slate version of volto [`2f26530`](https://github.com/eea/circularity-frontend/commit/2f26530e056b34af029f0d40b689fa1afbf6a5d6) +- add columns block [`c7680e9`](https://github.com/eea/circularity-frontend/commit/c7680e903d2330d37d51851d859ba4d72217cf0b) + #### [0.9.0](https://github.com/eea/circularity-frontend/compare/0.8.0...0.9.0) +> 18 August 2022 + +- Merge pull request #11 from eea/develop [`8d95f00`](https://github.com/eea/circularity-frontend/commit/8d95f001ed2b2dab8d4fd8bd555a9f15dd3cd01a) - pin volto-eea-kitkat to 6.2.3 [`ea2a050`](https://github.com/eea/circularity-frontend/commit/ea2a050dedf369c663fbf0f428511752b2ab2362) #### [0.8.0](https://github.com/eea/circularity-frontend/compare/0.7.0...0.8.0) diff --git a/package.json b/package.json index 8148ee6..d802726 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "circularity-frontend", "description": "A Volto-powered Plone frontend", "license": "MIT", - "version": "0.9.0", + "version": "0.10.0", "scripts": { "start": "razzle start", "postinstall": "yarn omelette && yarn patches",