diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a0087..8da6edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.16.0-beta.1](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.0...0.16.0-beta.1) + +- add more blocks from demo-wwww [`5ed8199`](https://github.com/eea/circularity-frontend/commit/5ed81999cef6ab163861ea573224fa18acb77e5f) + #### [0.16.0-beta.0](https://github.com/eea/circularity-frontend/compare/0.15.0...0.16.0-beta.0) +> 22 September 2022 + +- Release 0.16.0-beta.0 [`efad09b`](https://github.com/eea/circularity-frontend/commit/efad09beb513d92916aa4ac6186fc0bc0a0fd89d) - add eea-design system theme #refs 154581 [`46b907e`](https://github.com/eea/circularity-frontend/commit/46b907e4b8981d84d15987737396de6d30171c38) - Release @eeacms/volto-eea-kitkat@8.0.0 [`20a3b82`](https://github.com/eea/circularity-frontend/commit/20a3b820bb7a0950dd47588d7799068a39ac3885) diff --git a/package.json b/package.json index 36ecb70..5caf453 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "circularity-frontend", "description": "A Volto-powered Plone frontend", "license": "MIT", - "version": "0.16.0-beta.0", + "version": "0.16.0-beta.1", "scripts": { "start": "razzle start", "postinstall": "yarn omelette && yarn patches",