From 3c8ff609b9217f9f5142ea0bc44f811cefe3dadb Mon Sep 17 00:00:00 2001 From: nzambello Date: Mon, 12 Oct 2020 12:05:17 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dd7d2..68cdbbc 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). +#### [v1.2.0](https://github.com/collective/volto-dropdownmenu/compare/v1.1.0...v1.2.0) + +- close mobile menu when clicking on link inside menu [`#6`](https://github.com/collective/volto-dropdownmenu/pull/6) +- dev: added close button in dropdown menu [`2a0d962`](https://github.com/collective/volto-dropdownmenu/commit/2a0d96237016a0436466c5f46c2dcbe3afed0005) +- fix: button content with icon [`a891422`](https://github.com/collective/volto-dropdownmenu/commit/a8914222b0bbd7761d55cecdf0611cb7821fefb8) +- fix: selector for click handler to close menu [`85532c2`](https://github.com/collective/volto-dropdownmenu/commit/85532c2354f163c7b92771763d1f1a87552eb972) + #### [v1.1.0](https://github.com/collective/volto-dropdownmenu/compare/v1.0.0...v1.1.0) +> 2 October 2020 + - dev: closing menu when clicking on links [`#5`](https://github.com/collective/volto-dropdownmenu/pull/5) +- Release 1.1.0 [`8db75b7`](https://github.com/collective/volto-dropdownmenu/commit/8db75b7da3e0e9f477e013d7cda2a6cf001a6fec) - chg: removed delete menu element label [`89b377c`](https://github.com/collective/volto-dropdownmenu/commit/89b377cceaf70ae79ca33f1ee6a5927c9fbee458) - exported getDropdownMenuNavitems£ [`4fe8805`](https://github.com/collective/volto-dropdownmenu/commit/4fe88050dedcadb3dffe014503d44f6e66c6331c) diff --git a/package.json b/package.json index c55cbcc..e9d0c6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "1.1.0", + "version": "1.2.0", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",