@vaadin/vaadin-select 21.0.4 → 21.0.5

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-select",
3
- "version": "21.0.4",
3
+ "version": "21.0.5",
4
4
  "description": "vaadin-select",
5
5
  "main": "vaadin-select.js",
6
6
  "module": "vaadin-select.js",
@@ -28,26 +28,26 @@
28
28
  "@polymer/iron-media-query": "^3.0.0",
29
29
  "@polymer/iron-resizable-behavior": "^3.0.0",
30
30
  "@polymer/polymer": "^3.2.0",
31
- "@vaadin/vaadin-control-state-mixin": "^21.0.4",
32
- "@vaadin/vaadin-element-mixin": "^21.0.4",
33
- "@vaadin/vaadin-item": "^21.0.4",
34
- "@vaadin/vaadin-list-box": "^21.0.4",
35
- "@vaadin/vaadin-list-mixin": "^21.0.4",
36
- "@vaadin/vaadin-lumo-styles": "^21.0.4",
37
- "@vaadin/vaadin-material-styles": "^21.0.4",
38
- "@vaadin/vaadin-overlay": "^21.0.4",
39
- "@vaadin/vaadin-text-field": "^21.0.4",
40
- "@vaadin/vaadin-themable-mixin": "^21.0.4"
31
+ "@vaadin/vaadin-control-state-mixin": "^21.0.5",
32
+ "@vaadin/vaadin-element-mixin": "^21.0.5",
33
+ "@vaadin/vaadin-item": "^21.0.5",
34
+ "@vaadin/vaadin-list-box": "^21.0.5",
35
+ "@vaadin/vaadin-list-mixin": "^21.0.5",
36
+ "@vaadin/vaadin-lumo-styles": "^21.0.5",
37
+ "@vaadin/vaadin-material-styles": "^21.0.5",
38
+ "@vaadin/vaadin-overlay": "^21.0.5",
39
+ "@vaadin/vaadin-text-field": "^21.0.5",
40
+ "@vaadin/vaadin-themable-mixin": "^21.0.5"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@esm-bundle/chai": "^4.1.5",
44
44
  "@vaadin/testing-helpers": "^0.2.1",
45
- "@vaadin/vaadin-template-renderer": "^21.0.4",
45
+ "@vaadin/vaadin-template-renderer": "^21.0.5",
46
46
  "lit": "^2.0.0",
47
47
  "sinon": "^9.2.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "5bcf4893e594a60701c723f5c9157ad6ac694baf"
52
+ "gitHead": "c79135f420e560fa566afc1377db9585757bc4c3"
53
53
  }
@@ -173,7 +173,7 @@ class SelectElement extends ElementMixin(
173
173
  }
174
174
 
175
175
  static get version() {
176
- return '21.0.4';
176
+ return '21.0.5';
177
177
  }
178
178
 
179
179
  static get properties() {