Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Mar 25, 2021
1 parent fc4c12e commit 531bf47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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).

#### [v2.0.0](https://github.com/collective/volto-dropdownmenu/compare/v1.3.0...v2.0.0)
#### [v2.1.0](https://github.com/collective/volto-dropdownmenu/compare/v2.0.0...v2.1.0)

- refactor: get items by path [`#16`](https://github.com/collective/volto-dropdownmenu/pull/16)

### [v2.0.0](https://github.com/collective/volto-dropdownmenu/compare/v1.3.0...v2.0.0)

> 24 March 2021
- chore: add local translations [`#15`](https://github.com/collective/volto-dropdownmenu/pull/15)
- Volto 12 compatibility [`#13`](https://github.com/collective/volto-dropdownmenu/pull/13)
- extendableAsyncConnect is an optional setting and can be undefined [`#12`](https://github.com/collective/volto-dropdownmenu/pull/12)
- chore(i18n): update translations [`50cd941`](https://github.com/collective/volto-dropdownmenu/commit/50cd9416ae31ed0934075bc0aa7d62ae757158c9)
- Release 2.0.0 [`2ec16c9`](https://github.com/collective/volto-dropdownmenu/commit/2ec16c979c134f0096d3e958c777b191b50ebbf6)
- docs: update readme [`ff840ed`](https://github.com/collective/volto-dropdownmenu/commit/ff840ed99e493d4f8a04c5a464ffd92422275c1f)
- docs: updated README for Volto 12 compatibility [`3bbb5fd`](https://github.com/collective/volto-dropdownmenu/commit/3bbb5fd5426c35a60b59c867ecb41bef3910f9ef)
- refactor: add compatibility with volto < 12 [`077ed7f`](https://github.com/collective/volto-dropdownmenu/commit/077ed7ff996ca05a8e68c3cc2482c75ea3561c07)
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": "2.0.0",
"version": "2.1.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 531bf47

Please sign in to comment.