From a2f6fba0084e7caf198e8891701c288f64f2ac1a Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Fri, 2 Apr 2021 15:43:40 +0300 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af1148c6..975ab430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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). +#### [1.2.0](https://github.com/eea/volto-tabs-block/compare/1.1.0...1.2.0) + +- Make use of block-style to apply style based on active tab [`d383eab`](https://github.com/eea/volto-tabs-block/commit/d383eab8d2a997b4b40bd000def674d58dd003d2) +- Carousel improvments [`7114850`](https://github.com/eea/volto-tabs-block/commit/7114850561a94d4b144c4658ea8ceb7f250e0415) +- Removed volto-slate [`578ff30`](https://github.com/eea/volto-tabs-block/commit/578ff300f71a36fd61e93b83b1164fe465400ad7) +- Overwrite colomns-block toolbar style [`a13674b`](https://github.com/eea/volto-tabs-block/commit/a13674bfed507b90bd86306ac2be44bbe9fdabb6) +- Added keys [`e2be1f7`](https://github.com/eea/volto-tabs-block/commit/e2be1f7116fc520046c708d05492338bb7f07622) +- Prettier [`092eb10`](https://github.com/eea/volto-tabs-block/commit/092eb10a4d5cff37cf235fcda22d76efdede1bf0) +- Fixed simple markdown [`f71039c`](https://github.com/eea/volto-tabs-block/commit/f71039cb4ae1084f777abf9762ca2382e4a2336d) + #### [1.1.0](https://github.com/eea/volto-tabs-block/compare/1.0.1...1.1.0) +> 23 March 2021 + +- Release 1.1.0 [`d5572ee`](https://github.com/eea/volto-tabs-block/commit/d5572eec0a4675db2747dac3676fd89a16f14fe0) - Moved toolbar back to left [`a23bcf5`](https://github.com/eea/volto-tabs-block/commit/a23bcf5772b5dd17a191b855f464e6d5ffd81475) #### [1.0.1](https://github.com/eea/volto-tabs-block/compare/1.0.0...1.0.1) diff --git a/package.json b/package.json index 4be219ae..49c78a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-tabs-block", - "version": "1.1.0", + "version": "1.2.0", "description": "volto-tabs-block: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",