From 9d2b63db3bd822768924ec05ee753d96d135bf63 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Fri, 9 Apr 2021 17:15:47 +0200 Subject: [PATCH] Release 2.2.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a28be7..3b77f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [v2.2.2](https://github.com/collective/volto-dropdownmenu/compare/v2.2.1...v2.2.2) + +> 9 April 2021 + +- fix: fix dispatchActions [`1f8e2bb`](https://github.com/collective/volto-dropdownmenu/commit/1f8e2bb5c00c447c85068862e5d6fce4cd069fad) + #### [v2.2.1](https://github.com/collective/volto-dropdownmenu/compare/v2.2.0...v2.2.1) +> 31 March 2021 + - added accessibility labels and translations [`#19`](https://github.com/collective/volto-dropdownmenu/pull/19) +- Release 2.2.1 [`bedbd46`](https://github.com/collective/volto-dropdownmenu/commit/bedbd461f148d3210cb514348d659b28aec2bdea) #### [v2.2.0](https://github.com/collective/volto-dropdownmenu/compare/v2.1.0...v2.2.0) diff --git a/package.json b/package.json index a7b200c..2a9f358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.2.1", + "version": "2.2.2", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",