Skip to content

Commit

Permalink
4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Mar 15, 2024
1 parent 7090226 commit 3dd8fbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-context-menu",
"version": "4.6.0",
"version": "4.6.1",
"description": "Web Component for showing context dependent items for any element on the page",
"main": "vaadin-context-menu.html",
"repository": "vaadin/vaadin-context-menu",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-context-menu.html
Expand Up @@ -269,7 +269,7 @@
}

static get version() {
return '4.6.0';
return '4.6.1';
}

static get properties() {
Expand Down

0 comments on commit 3dd8fbf

Please sign in to comment.