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