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 to 1.2.6 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haprog committed Mar 9, 2020
1 parent 0c19d96 commit ab92fc0
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 @@ -24,7 +24,7 @@
*
* @author Vaadin Ltd.
*/
@NpmPackage(value = "@vaadin/vaadin-radio-button", version = "1.2.5")
@NpmPackage(value = "@vaadin/vaadin-radio-button", version = "1.2.6")
class RadioButton<T> extends GeneratedVaadinRadioButton<RadioButton<T>>
implements ItemComponent<T>, HasComponents {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*
* @author Vaadin Ltd.
*/
@NpmPackage(value = "@vaadin/vaadin-radio-button", version = "1.2.5")
@NpmPackage(value = "@vaadin/vaadin-radio-button", version = "1.2.6")
public class RadioButtonGroup<T>
extends GeneratedVaadinRadioGroup<RadioButtonGroup<T>, T> implements
HasItemsAndComponents<T>, SingleSelect<RadioButtonGroup<T>, T>,
Expand Down

0 comments on commit ab92fc0

Please sign in to comment.