@vaadin/vaadin-time-picker 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-time-picker",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "description": "vaadin-time-picker",
5
5
  "main": "vaadin-time-picker.js",
6
6
  "module": "vaadin-time-picker.js",
@@ -26,13 +26,13 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@polymer/polymer": "^3.0.0",
29
- "@vaadin/vaadin-combo-box": "^21.0.3",
30
- "@vaadin/vaadin-control-state-mixin": "^21.0.3",
31
- "@vaadin/vaadin-element-mixin": "^21.0.3",
32
- "@vaadin/vaadin-lumo-styles": "^21.0.3",
33
- "@vaadin/vaadin-material-styles": "^21.0.3",
34
- "@vaadin/vaadin-text-field": "^21.0.3",
35
- "@vaadin/vaadin-themable-mixin": "^21.0.3"
29
+ "@vaadin/vaadin-combo-box": "^21.0.4",
30
+ "@vaadin/vaadin-control-state-mixin": "^21.0.4",
31
+ "@vaadin/vaadin-element-mixin": "^21.0.4",
32
+ "@vaadin/vaadin-lumo-styles": "^21.0.4",
33
+ "@vaadin/vaadin-material-styles": "^21.0.4",
34
+ "@vaadin/vaadin-text-field": "^21.0.4",
35
+ "@vaadin/vaadin-themable-mixin": "^21.0.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@esm-bundle/chai": "^4.1.5",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "f2b0583ef776e6c52a74da7540b06bfd2d9adf1b"
45
+ "gitHead": "5bcf4893e594a60701c723f5c9157ad6ac694baf"
46
46
  }
@@ -133,7 +133,7 @@ class TimePickerElement extends ElementMixin(ControlStateMixin(ThemableMixin(Pol
133
133
  return 'vaadin-time-picker';
134
134
  }
135
135
  static get version() {
136
- return '21.0.3';
136
+ return '21.0.4';
137
137
  }
138
138
 
139
139
  static get properties() {