We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ac120 commit adad019Copy full SHA for adad019
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-context-menu",
3
- "version": "5.0.0-alpha2",
+ "version": "5.0.0",
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
@@ -268,7 +268,7 @@ class ContextMenuElement extends ElementMixin(ThemePropertyMixin(ItemsMixin(Gest
268
}
269
270
static get version() {
271
- return '5.0.0-alpha2';
+ return '5.0.0';
272
273
274
static get properties() {
0 commit comments