Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Bump Web Component version to 1.2.1 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Jun 15, 2020
1 parent a5eb526 commit 6fc7f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaadin-crud-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.vaadin.webjar</groupId>
<artifactId>vaadin-crud</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

<!--Pinned transitive webjars-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
* @param <E> the bean type
*/
@Tag("vaadin-crud")
@NpmPackage(value = "@vaadin/vaadin-crud", version="1.2.0")
@NpmPackage(value = "@vaadin/vaadin-crud", version="1.2.1")
@JsModule("@vaadin/vaadin-crud/src/vaadin-crud.js")
@JsModule("@vaadin/vaadin-crud/src/vaadin-crud-edit-column.js")
@HtmlImport("frontend://bower_components/vaadin-crud/src/vaadin-crud.html")
Expand Down

0 comments on commit 6fc7f5b

Please sign in to comment.