diff --git a/CHANGELOG.md b/CHANGELOG.md index 1145e06..8a28be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.1](https://github.com/collective/volto-dropdownmenu/compare/v2.2.0...v2.2.1) + +- added accessibility labels and translations [`#19`](https://github.com/collective/volto-dropdownmenu/pull/19) + #### [v2.2.0](https://github.com/collective/volto-dropdownmenu/compare/v2.1.0...v2.2.0) +> 30 March 2021 + - added field 'additionalClasses', to apply additional specific styles … [`#17`](https://github.com/collective/volto-dropdownmenu/pull/17) - chore:updated local translations [`6307921`](https://github.com/collective/volto-dropdownmenu/commit/63079217cd28dec82121a3ccfa11aa528037a44f) - added field 'additionalClasses', to apply additional specific styles to each menu item [`16981fc`](https://github.com/collective/volto-dropdownmenu/commit/16981fcdd7fb6f1d9249bfe339b36f1d03232fa9) +- Release 2.2.0 [`46d56ee`](https://github.com/collective/volto-dropdownmenu/commit/46d56ee4f34f4bb22d0199c01d008edf4f1cb3b4) - chore: add translations [`e7b85a0`](https://github.com/collective/volto-dropdownmenu/commit/e7b85a0752d9c3a4250e5c9854c454d31f7442ee) - apply additionalClasses field value to each menu item [`55a4c7f`](https://github.com/collective/volto-dropdownmenu/commit/55a4c7fc6401f6166632e590f35a940fce4618a6) - chore: added class multi-navigation-root if menu item has multiple navigation root [`1a065fd`](https://github.com/collective/volto-dropdownmenu/commit/1a065fd2c9f2d9c97daf1570bed2ceadb3893789) diff --git a/package.json b/package.json index 90be991..a7b200c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.2.0", + "version": "2.2.1", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",