@vaadin/vaadin-grid 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.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/src/vaadin-grid.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-grid",
3
- "version": "21.0.1",
3
+ "version": "21.0.2",
4
4
  "description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
5
5
  "main": "vaadin-grid.js",
6
6
  "module": "vaadin-grid.js",
@@ -32,23 +32,23 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@polymer/polymer": "^3.0.0",
35
- "@vaadin/vaadin-checkbox": "^21.0.1",
36
- "@vaadin/vaadin-element-mixin": "^21.0.1",
37
- "@vaadin/vaadin-lumo-styles": "^21.0.1",
38
- "@vaadin/vaadin-material-styles": "^21.0.1",
39
- "@vaadin/vaadin-text-field": "^21.0.1",
40
- "@vaadin/vaadin-themable-mixin": "^21.0.1",
41
- "@vaadin/vaadin-virtual-list": "^21.0.1"
35
+ "@vaadin/vaadin-checkbox": "^21.0.2",
36
+ "@vaadin/vaadin-element-mixin": "^21.0.2",
37
+ "@vaadin/vaadin-lumo-styles": "^21.0.2",
38
+ "@vaadin/vaadin-material-styles": "^21.0.2",
39
+ "@vaadin/vaadin-text-field": "^21.0.2",
40
+ "@vaadin/vaadin-themable-mixin": "^21.0.2",
41
+ "@vaadin/vaadin-virtual-list": "^21.0.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@esm-bundle/chai": "^4.1.5",
45
45
  "@vaadin/testing-helpers": "^0.2.1",
46
- "@vaadin/vaadin-template-renderer": "^21.0.1",
47
- "lit": "^2.0.0-rc.1",
46
+ "@vaadin/vaadin-template-renderer": "^21.0.2",
47
+ "lit": "^2.0.0",
48
48
  "sinon": "^9.2.0"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "91e44dcfa63dc5e30e1e8d18be499b3e1e17b1c4"
53
+ "gitHead": "6d0571bce4ecc084a9c40b9d72d7c7cecaeae196"
54
54
  }
@@ -317,7 +317,7 @@ class GridElement extends ElementMixin(
317
317
  }
318
318
 
319
319
  static get version() {
320
- return '21.0.1';
320
+ return '21.0.2';
321
321
  }
322
322
 
323
323
  static get observers() {