Skip to content

Commit 83029e8

Browse files
committed
Release 4.1.1
1 parent 797e18c commit 83029e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.1.1](https://github.com/collective/volto-dropdownmenu/compare/v4.1.0...v4.1.1)
8+
9+
- fix: matching of similar root pathnames [`#30`](https://github.com/collective/volto-dropdownmenu/pull/30)
10+
- chore: switch to yarn v3 [`797e18c`](https://github.com/collective/volto-dropdownmenu/commit/797e18cd28a600d32adf69a886d46ef623bd8ee8)
11+
712
#### [v4.1.0](https://github.com/collective/volto-dropdownmenu/compare/v4.0.0...v4.1.0)
813

14+
> 15 September 2023
15+
916
- fix: hide upload image button in image block [`#29`](https://github.com/collective/volto-dropdownmenu/pull/29)
1017
- chore: updated lock file [`ea3cb19`](https://github.com/collective/volto-dropdownmenu/commit/ea3cb190cda888d4f50e988be19bdd35365bf474)
1118
- feat: Added Spanish support [`b27e103`](https://github.com/collective/volto-dropdownmenu/commit/b27e103b626e044300f0a8a086cc376ebb4417d2)
19+
- Release 4.1.0 [`1c0b637`](https://github.com/collective/volto-dropdownmenu/commit/1c0b637c305155d063874e7b6031c1065e70b7bf)
1220
- chore: removed .yarn folder [`178dc17`](https://github.com/collective/volto-dropdownmenu/commit/178dc17eb3865fecc9d296d067843daf73132dfe)
1321

1422
### [v4.0.0](https://github.com/collective/volto-dropdownmenu/compare/v3.0.0...v4.0.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-dropdownmenu",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Volto addon for a customizable dropdown menu",
55
"main": "src/index.js",
66
"repository": "https://github.com/collective/volto-dropdownmenu.git",

0 commit comments

Comments
 (0)