Skip to content

Commit

Permalink
5.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Dec 11, 2020
1 parent 3ca493c commit 65b7db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-context-menu",
"version": "4.5.0",
"version": "5.0.0-alpha1",
"description": "Web Component for showing context dependent items for any element on the page",
"main": "vaadin-context-menu.js",
"module": "vaadin-context-menu.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-context-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class ContextMenuElement extends ElementMixin(ThemePropertyMixin(ItemsMixin(Gest
}

static get version() {
return '4.5.0';
return '5.0.0-alpha1';
}

static get properties() {
Expand Down

0 comments on commit 65b7db5

Please sign in to comment.