We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827db3f commit 6c470b3Copy full SHA for 6c470b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-context-menu",
3
- "version": "4.5.0",
+ "version": "4.6.0-alpha1",
4
"description": "Web Component for showing context dependent items for any element on the page",
5
"main": "vaadin-context-menu.html",
6
"repository": "vaadin/vaadin-context-menu",
src/vaadin-context-menu.html
@@ -269,7 +269,7 @@
269
}
270
271
static get version() {
272
- return '4.5.0';
+ return '4.6.0-alpha1';
273
274
275
static get properties() {
0 commit comments