@vaadin/vaadin-avatar 21.0.2 → 21.0.3

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-avatar",
3
- "version": "21.0.2",
3
+ "version": "21.0.3",
4
4
  "description": "vaadin-avatar",
5
5
  "main": "vaadin-avatar-group.js",
6
6
  "module": "vaadin-avatar-group.js",
@@ -28,13 +28,13 @@
28
28
  "@polymer/iron-a11y-announcer": "^3.0.0",
29
29
  "@polymer/iron-resizable-behavior": "^3.0.0",
30
30
  "@polymer/polymer": "^3.0.0",
31
- "@vaadin/vaadin-element-mixin": "^21.0.2",
32
- "@vaadin/vaadin-item": "^21.0.2",
33
- "@vaadin/vaadin-list-box": "^21.0.2",
34
- "@vaadin/vaadin-lumo-styles": "^21.0.2",
35
- "@vaadin/vaadin-material-styles": "^21.0.2",
36
- "@vaadin/vaadin-overlay": "^21.0.2",
37
- "@vaadin/vaadin-themable-mixin": "^21.0.2"
31
+ "@vaadin/vaadin-element-mixin": "^21.0.3",
32
+ "@vaadin/vaadin-item": "^21.0.3",
33
+ "@vaadin/vaadin-list-box": "^21.0.3",
34
+ "@vaadin/vaadin-lumo-styles": "^21.0.3",
35
+ "@vaadin/vaadin-material-styles": "^21.0.3",
36
+ "@vaadin/vaadin-overlay": "^21.0.3",
37
+ "@vaadin/vaadin-themable-mixin": "^21.0.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@esm-bundle/chai": "^4.1.5",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "6d0571bce4ecc084a9c40b9d72d7c7cecaeae196"
47
+ "gitHead": "f2b0583ef776e6c52a74da7540b06bfd2d9adf1b"
48
48
  }
@@ -164,7 +164,7 @@ class AvatarGroupElement extends ElementMixin(ThemableMixin(mixinBehaviors([Iron
164
164
  }
165
165
 
166
166
  static get version() {
167
- return '21.0.2';
167
+ return '21.0.3';
168
168
  }
169
169
 
170
170
  static get properties() {
@@ -147,7 +147,7 @@ class AvatarElement extends ElementMixin(ThemableMixin(PolymerElement)) {
147
147
  }
148
148
 
149
149
  static get version() {
150
- return '21.0.2';
150
+ return '21.0.3';
151
151
  }
152
152
 
153
153
  static get properties() {