Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Update web component version to 5.0.11 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Mar 11, 2020
1 parent 59377a1 commit ca0d182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaadin-combo-box-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-combo-box</artifactId>
<version>5.0.10</version>
<version>5.0.11</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
@Generated({ "Generator: com.vaadin.generator.ComponentGenerator#1.5-SNAPSHOT",
"WebComponent: Vaadin.ComboBoxElement#5.0.0", "Flow#1.5-SNAPSHOT" })
@Tag("vaadin-combo-box")
@NpmPackage(value = "@vaadin/vaadin-combo-box", version = "5.0.10")
@NpmPackage(value = "@vaadin/vaadin-combo-box", version = "5.0.11")
@HtmlImport("frontend://bower_components/vaadin-combo-box/src/vaadin-combo-box.html")
@JsModule("@vaadin/vaadin-combo-box/src/vaadin-combo-box.js")
public abstract class GeneratedVaadinComboBox<R extends GeneratedVaadinComboBox<R, T>, T>
Expand Down

0 comments on commit ca0d182

Please sign in to comment.