Skip to content

Commit c31752a

Browse files
committedDec 3, 2021
4.6.0
1 parent 6c470b3 commit c31752a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin/vaadin-context-menu",
3-
"version": "4.6.0-alpha1",
3+
"version": "4.6.0",
44
"description": "Web Component for showing context dependent items for any element on the page",
55
"main": "vaadin-context-menu.html",
66
"repository": "vaadin/vaadin-context-menu",

‎src/vaadin-context-menu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270

271271
static get version() {
272-
return '4.6.0-alpha1';
272+
return '4.6.0';
273273
}
274274

275275
static get properties() {

0 commit comments

Comments
 (0)
Please sign in to comment.