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