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

Commit

Permalink
Update Web Component version (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed May 4, 2020
1 parent f41fbe3 commit 025a26a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
@Generated({ "Generator: com.vaadin.generator.ComponentGenerator#1.1-SNAPSHOT",
"WebComponent: Vaadin.ContextMenuElement#4.1.0", "Flow#1.1-SNAPSHOT" })
@Tag("vaadin-context-menu")
@NpmPackage(value = "@vaadin/vaadin-context-menu", version = "4.4.0-alpha1")
@NpmPackage(value = "@vaadin/vaadin-context-menu", version = "4.4.0")
@JsModule("@vaadin/vaadin-context-menu/src/vaadin-context-menu.js")
public abstract class GeneratedVaadinContextMenu<R extends GeneratedVaadinContextMenu<R>>
extends Component implements HasStyle, ClickNotifier<R> {
Expand Down

0 comments on commit 025a26a

Please sign in to comment.