We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c470b3 commit c31752aCopy full SHA for c31752a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-context-menu",
3
- "version": "4.6.0-alpha1",
+ "version": "4.6.0",
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.6.0-alpha1';
+ return '4.6.0';
273
274
275
static get properties() {
0 commit comments