@vaadin/vaadin-context-menu 21.0.1 → 21.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-context-menu",
3
- "version": "21.0.1",
3
+ "version": "21.0.2",
4
4
  "description": "Web Component for showing context dependent items for any element on the page",
5
5
  "main": "vaadin-context-menu.js",
6
6
  "module": "vaadin-context-menu.js",
@@ -27,22 +27,22 @@
27
27
  "dependencies": {
28
28
  "@polymer/iron-media-query": "^3.0.0",
29
29
  "@polymer/polymer": "^3.0.0",
30
- "@vaadin/vaadin-element-mixin": "^21.0.1",
31
- "@vaadin/vaadin-item": "^21.0.1",
32
- "@vaadin/vaadin-list-box": "^21.0.1",
33
- "@vaadin/vaadin-lumo-styles": "^21.0.1",
34
- "@vaadin/vaadin-material-styles": "^21.0.1",
35
- "@vaadin/vaadin-overlay": "^21.0.1",
36
- "@vaadin/vaadin-themable-mixin": "^21.0.1"
30
+ "@vaadin/vaadin-element-mixin": "^21.0.2",
31
+ "@vaadin/vaadin-item": "^21.0.2",
32
+ "@vaadin/vaadin-list-box": "^21.0.2",
33
+ "@vaadin/vaadin-lumo-styles": "^21.0.2",
34
+ "@vaadin/vaadin-material-styles": "^21.0.2",
35
+ "@vaadin/vaadin-overlay": "^21.0.2",
36
+ "@vaadin/vaadin-themable-mixin": "^21.0.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@esm-bundle/chai": "^4.1.5",
40
40
  "@vaadin/testing-helpers": "^0.2.1",
41
- "@vaadin/vaadin-template-renderer": "^21.0.1",
41
+ "@vaadin/vaadin-template-renderer": "^21.0.2",
42
42
  "sinon": "^9.2.1"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "91e44dcfa63dc5e30e1e8d18be499b3e1e17b1c4"
47
+ "gitHead": "6d0571bce4ecc084a9c40b9d72d7c7cecaeae196"
48
48
  }
@@ -236,7 +236,7 @@ class ContextMenuElement extends ElementMixin(ThemePropertyMixin(ItemsMixin(Gest
236
236
  }
237
237
 
238
238
  static get version() {
239
- return '21.0.1';
239
+ return '21.0.2';
240
240
  }
241
241
 
242
242
  static get properties() {