From efd515e52b85658a3474b5774099aa438d610280 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Fri, 26 Mar 2021 18:48:57 +0200 Subject: [PATCH] Release 2.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d4566..f150b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ 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). +#### [2.5.0](https://github.com/eea/volto-block-style/compare/2.4.1...2.5.0) + +- Deprecate SidebarPopup. Use it from @plone/volto [`21c2b89`](https://github.com/eea/volto-block-style/commit/21c2b89342d65a0ddcb4f5debc1ab20f7ce176a0) +- Refs #129216 added variable support to styles.less: [`c5dae21`](https://github.com/eea/volto-block-style/commit/c5dae219fae4c829c573deb2009515c8d8d73b37) +- Fixed warnings [`1ef6bbe`](https://github.com/eea/volto-block-style/commit/1ef6bbef8fc6e5bbfecfc6331f4c5b6eda110d79) +- Refs #129216 lint fixing [`b36d642`](https://github.com/eea/volto-block-style/commit/b36d64287181012a1794c38d4f0e7627aa1bff0a) + #### [2.4.1](https://github.com/eea/volto-block-style/compare/2.4.0...2.4.1) +> 25 March 2021 + - Fixed sidebar popup disappearing [`a5c0c68`](https://github.com/eea/volto-block-style/commit/a5c0c6809443e64e063d5a40fa54fcc3940c93d6) +- Release 2.4.1 [`cfe2d13`](https://github.com/eea/volto-block-style/commit/cfe2d139698094c46964b6c1ec98c582131f86fd) #### [2.4.0](https://github.com/eea/volto-block-style/compare/2.3.0...2.4.0) diff --git a/package.json b/package.json index 7509e8e..6aab91c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-block-style", - "version": "2.4.1", + "version": "2.5.0", "description": "volto-block-style: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",