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

Commit

Permalink
Bump Web Component version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Sep 18, 2020
1 parent 0b284a2 commit 087730c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaadin-dialog-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-dialog</artifactId>
<version>2.5.0</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@Generated({ "Generator: com.vaadin.generator.ComponentGenerator#1.1-SNAPSHOT",
"WebComponent: Vaadin.DialogElement#null", "Flow#1.1-SNAPSHOT" })
@Tag("vaadin-dialog")
@NpmPackage(value = "@vaadin/vaadin-dialog", version = "2.5.0")
@NpmPackage(value = "@vaadin/vaadin-dialog", version = "2.5.2")
@JsModule("@vaadin/vaadin-dialog/src/vaadin-dialog.js")
@HtmlImport("frontend://bower_components/vaadin-dialog/src/vaadin-dialog.html")
public abstract class GeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>>
Expand Down

0 comments on commit 087730c

Please sign in to comment.