Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Oct 12, 2020
1 parent 2a0d962 commit 3c8ff60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3c8ff60

Please sign in to comment.