@vaadin/vaadin-confirm-dialog 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-confirm-dialog",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "description": "vaadin-confirm-dialog",
5
5
  "main": "vaadin-confirm-dialog.js",
6
6
  "module": "vaadin-confirm-dialog.js",
@@ -26,14 +26,14 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@polymer/polymer": "^3.0.0",
29
- "@vaadin/vaadin-button": "^21.0.3",
30
- "@vaadin/vaadin-dialog": "^21.0.3",
31
- "@vaadin/vaadin-element-mixin": "^21.0.3",
29
+ "@vaadin/vaadin-button": "^21.0.4",
30
+ "@vaadin/vaadin-dialog": "^21.0.4",
31
+ "@vaadin/vaadin-element-mixin": "^21.0.4",
32
32
  "@vaadin/vaadin-license-checker": "^2.1.0",
33
- "@vaadin/vaadin-lumo-styles": "^21.0.3",
34
- "@vaadin/vaadin-material-styles": "^21.0.3",
35
- "@vaadin/vaadin-overlay": "^21.0.3",
36
- "@vaadin/vaadin-themable-mixin": "^21.0.3"
33
+ "@vaadin/vaadin-lumo-styles": "^21.0.4",
34
+ "@vaadin/vaadin-material-styles": "^21.0.4",
35
+ "@vaadin/vaadin-overlay": "^21.0.4",
36
+ "@vaadin/vaadin-themable-mixin": "^21.0.4"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@esm-bundle/chai": "^4.1.5",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "f2b0583ef776e6c52a74da7540b06bfd2d9adf1b"
46
+ "gitHead": "5bcf4893e594a60701c723f5c9157ad6ac694baf"
47
47
  }
@@ -131,7 +131,7 @@ class ConfirmDialogElement extends ElementMixin(ThemableMixin(PolymerElement)) {
131
131
  }
132
132
 
133
133
  static get version() {
134
- return '21.0.3';
134
+ return '21.0.4';
135
135
  }
136
136
 
137
137
  static get properties() {