We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca493c commit 65b7db5Copy full SHA for 65b7db5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-context-menu",
3
- "version": "4.5.0",
+ "version": "5.0.0-alpha1",
4
"description": "Web Component for showing context dependent items for any element on the page",
5
"main": "vaadin-context-menu.js",
6
"module": "vaadin-context-menu.js",
src/vaadin-context-menu.js
@@ -265,7 +265,7 @@ class ContextMenuElement extends ElementMixin(ThemePropertyMixin(ItemsMixin(Gest
265
}
266
267
static get version() {
268
- return '4.5.0';
+ return '5.0.0-alpha1';
269
270
271
static get properties() {
0 commit comments