Skip to content

Commit

Permalink
chore: Update NpmPackages Webjars versions (19.0) (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot authored Mar 8, 2021
1 parent 3c7a0df commit a67926e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
@Tag("vaadin-avatar")
@JsModule("@vaadin/vaadin-avatar/src/vaadin-avatar.js")
@NpmPackage(value = "@vaadin/vaadin-avatar", version = "2.0.0")
@NpmPackage(value = "@vaadin/vaadin-avatar", version = "2.0.2")
public class Avatar extends Component
implements HasStyle, HasSize, HasTheme {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*/
@Tag("vaadin-avatar-group")
@JsModule("@vaadin/vaadin-avatar/src/vaadin-avatar-group.js")
@NpmPackage(value = "@vaadin/vaadin-avatar", version = "2.0.0")
@NpmPackage(value = "@vaadin/vaadin-avatar", version = "2.0.2")
public class AvatarGroup extends Component
implements HasStyle, HasSize, HasTheme {

Expand Down

0 comments on commit a67926e

Please sign in to comment.