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 7.0.0 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki authored Aug 21, 2020
1 parent a96b9ef commit e69fd89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
import elemental.json.impl.JreJsonFactory;

@Tag("vaadin-chart")
@NpmPackage(value="@vaadin/vaadin-charts", version = "7.0.0-beta1")
@NpmPackage(value="@vaadin/vaadin-charts", version = "7.0.0")
@JsModule("@vaadin/vaadin-charts/src/vaadin-chart.js")
public class Chart extends Component implements HasStyle, HasSize {

Expand Down

0 comments on commit e69fd89

Please sign in to comment.