Skip to content

Commit 3dd8fbf

Browse files
committed
4.6.1
1 parent 7090226 commit 3dd8fbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin/vaadin-context-menu",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "Web Component for showing context dependent items for any element on the page",
55
"main": "vaadin-context-menu.html",
66
"repository": "vaadin/vaadin-context-menu",

src/vaadin-context-menu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270

271271
static get version() {
272-
return '4.6.0';
272+
return '4.6.1';
273273
}
274274

275275
static get properties() {

0 commit comments

Comments
 (0)