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.3.0-beta1 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Aug 4, 2020
1 parent 27dfae7 commit 7af882f
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 @@ -168,7 +168,7 @@
@Generated({ "Generator: com.vaadin.generator.ComponentGenerator#1.1-SNAPSHOT",
"WebComponent: Vaadin.FormItemElement#2.1.0", "Flow#1.1-SNAPSHOT" })
@Tag("vaadin-form-item")
@NpmPackage(value = "@vaadin/vaadin-form-layout", version = "2.3.0-alpha1")
@NpmPackage(value = "@vaadin/vaadin-form-layout", version = "2.3.0-beta1")
@JsModule("@vaadin/vaadin-form-layout/src/vaadin-form-item.js")
public abstract class GeneratedVaadinFormItem<R extends GeneratedVaadinFormItem<R>>
extends Component implements HasStyle, ClickNotifier<R> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
@Generated({ "Generator: com.vaadin.generator.ComponentGenerator#1.1-SNAPSHOT",
"WebComponent: Vaadin.FormLayoutElement#2.1.0", "Flow#1.1-SNAPSHOT" })
@Tag("vaadin-form-layout")
@NpmPackage(value = "@vaadin/vaadin-form-layout", version = "2.3.0-alpha1")
@NpmPackage(value = "@vaadin/vaadin-form-layout", version = "2.3.0-beta1")
@JsModule("@vaadin/vaadin-form-layout/src/vaadin-form-layout.js")
public abstract class GeneratedVaadinFormLayout<R extends GeneratedVaadinFormLayout<R>>
extends Component implements HasStyle {
Expand Down

0 comments on commit 7af882f

Please sign in to comment.