From 42e64b06398af3f9ace2bead9d805ef250574bb8 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Mon, 5 Apr 2021 17:14:39 +0300 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c2088..2c47872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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-block-style/compare/2.5.1...3.0.0) + +- Update docs [`36685f1`](https://github.com/eea/volto-block-style/commit/36685f1683bac1a9fd798f36caa66ddbdb99cb63) +- Used cached images for background image [`232d50f`](https://github.com/eea/volto-block-style/commit/232d50f20f642bed122a28f0662435d3263581cd) +- Update screen height; Use SidebarPopup frol @plone/volto [`474e66c`](https://github.com/eea/volto-block-style/commit/474e66c142bc2cc13ca2cfaecc6a88955a564bff) +- Stylelint & Prettier fix [`3341b4b`](https://github.com/eea/volto-block-style/commit/3341b4bab4d3fa62d0e79d2832d7a5a323034a63) + #### [2.5.1](https://github.com/eea/volto-block-style/compare/2.5.0...2.5.1) +> 26 March 2021 + +- Release 2.5.1 [`8eaa662`](https://github.com/eea/volto-block-style/commit/8eaa662e417bcef00f9284782de754f2bfe7c439) - Fix import SidebarPopup from @plone/volto [`441d11c`](https://github.com/eea/volto-block-style/commit/441d11cd28802455a7d7782d2bcb895f326d3345) #### [2.5.0](https://github.com/eea/volto-block-style/compare/2.4.1...2.5.0) diff --git a/package.json b/package.json index bd7c132..20e792b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-block-style", - "version": "2.5.1", + "version": "3.0.0", "description": "volto-block-style: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",