@vaadin/vaadin-upload 21.0.3 → 21.0.4

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-upload",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "description": "Web Component for uploading files with drag and drop support",
5
5
  "main": "vaadin-upload.js",
6
6
  "module": "vaadin-upload.js",
@@ -26,12 +26,12 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@polymer/polymer": "^3.0.0",
29
- "@vaadin/vaadin-button": "^21.0.3",
30
- "@vaadin/vaadin-element-mixin": "^21.0.3",
31
- "@vaadin/vaadin-lumo-styles": "^21.0.3",
32
- "@vaadin/vaadin-material-styles": "^21.0.3",
33
- "@vaadin/vaadin-progress-bar": "^21.0.3",
34
- "@vaadin/vaadin-themable-mixin": "^21.0.3"
29
+ "@vaadin/vaadin-button": "^21.0.4",
30
+ "@vaadin/vaadin-element-mixin": "^21.0.4",
31
+ "@vaadin/vaadin-lumo-styles": "^21.0.4",
32
+ "@vaadin/vaadin-material-styles": "^21.0.4",
33
+ "@vaadin/vaadin-progress-bar": "^21.0.4",
34
+ "@vaadin/vaadin-themable-mixin": "^21.0.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@esm-bundle/chai": "^4.1.5",
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "f2b0583ef776e6c52a74da7540b06bfd2d9adf1b"
44
+ "gitHead": "5bcf4893e594a60701c723f5c9157ad6ac694baf"
45
45
  }
@@ -119,7 +119,7 @@ class UploadElement extends ElementMixin(ThemableMixin(PolymerElement)) {
119
119
  }
120
120
 
121
121
  static get version() {
122
- return '21.0.3';
122
+ return '21.0.4';
123
123
  }
124
124
 
125
125
  static get properties() {