Skip to content

Commit

Permalink
chore: fix version getters in components (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Apr 7, 2021
1 parent 003f6c8 commit 35b5ff8
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/vaadin-accordion/src/vaadin-accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class AccordionElement extends ThemableMixin(ElementMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-app-layout/src/vaadin-app-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class AppLayoutElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-avatar/src/vaadin-avatar-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class AvatarGroupElement extends ElementMixin(ThemableMixin(mixinBehaviors([Iron
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-avatar/src/vaadin-avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class AvatarElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-board/src/vaadin-board.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BoardElement extends ElementMixin(mixinBehaviors([IronResizableBehavior],
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-button/src/vaadin-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class ButtonElement extends ElementMixin(ControlStateMixin(ThemableMixin(Gesture
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

ready() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-charts/src/vaadin-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class ChartElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

/** @private */
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-checkbox/src/vaadin-checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class CheckboxElement extends ElementMixin(ControlStateMixin(ThemableMixin(Gestu
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-combo-box/src/vaadin-combo-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class ComboBoxElement extends ElementMixin(
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ConfirmDialogElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-context-menu/src/vaadin-context-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class ContextMenuElement extends ElementMixin(ThemePropertyMixin(ItemsMixin(Gest
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class CookieConsentElement extends ElementMixin(PolymerElement) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-crud/src/vaadin-crud.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class CrudElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-custom-field/src/vaadin-custom-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class CustomFieldElement extends ElementMixin(CustomFieldMixin(ThemableMixin(Pol
return 'vaadin-custom-field';
}
static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-date-picker/src/vaadin-date-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class DatePickerElement extends ElementMixin(
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class DateTimePickerElement extends ElementMixin(ThemableMixin(PolymerElement))
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-details/src/vaadin-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class DetailsElement extends ControlStateMixin(ElementMixin(ThemableMixin(Polyme
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-dialog/src/vaadin-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class DialogElement extends ThemePropertyMixin(
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-form-layout/src/vaadin-form-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class FormLayoutElement extends ElementMixin(ThemableMixin(mixinBehaviors([IronR
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-grid-pro/src/vaadin-grid-pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class GridProElement extends InlineEditingMixin(GridElement) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-grid/src/vaadin-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class GridElement extends ElementMixin(
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get observers() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-item/src/vaadin-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ItemElement extends ItemMixin(ThemableMixin(DirMixin(PolymerElement))) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

constructor() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-list-box/src/vaadin-list-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ListBoxElement extends ElementMixin(MultiSelectListMixin(ThemableMixin(Pol
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-login/src/vaadin-login-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class LoginFormElement extends LoginMixin(ElementMixin(ThemableMixin(PolymerElem
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

/** @protected */
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-lumo-styles/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
class Lumo extends HTMLElement {
static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-material-styles/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
class Material extends HTMLElement {
static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-menu-bar/src/vaadin-menu-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class MenuBarElement extends ButtonsMixin(InteractionsMixin(ElementMixin(Themabl
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-messages/src/vaadin-message-avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MessageAvatarElement extends AvatarElement {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MessageInputButtonElement extends ButtonElement {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MessageInputTextAreaElement extends TextAreaElement {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-messages/src/vaadin-message-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class MessageInputElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-messages/src/vaadin-message-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class MessageListElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-messages/src/vaadin-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class MessageElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

ready() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-notification/src/vaadin-notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class NotificationElement extends ThemePropertyMixin(ElementMixin(PolymerElement
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class HorizontalLayoutElement extends ElementMixin(ThemableMixin(PolymerElement)
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-ordered-layout/src/vaadin-scroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ScrollerElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class VerticalLayoutElement extends ElementMixin(ThemableMixin(PolymerElement))
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-progress-bar/src/vaadin-progress-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class ProgressBarElement extends ElementMixin(ThemableMixin(ProgressMixin(Polyme
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-radio-button/src/vaadin-radio-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class RadioButtonElement extends ElementMixin(ControlStateMixin(ThemableMixin(Ge
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ class RichTextEditorElement extends ElementMixin(ThemableMixin(PolymerElement))
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-select/src/vaadin-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class SelectElement extends ElementMixin(
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-split-layout/src/vaadin-split-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class SplitLayoutElement extends ElementMixin(
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-tabs/src/vaadin-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TabElement extends ElementMixin(ThemableMixin(ItemMixin(PolymerElement)))
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

ready() {
Expand Down
2 changes: 1 addition & 1 deletion packages/vaadin-tabs/src/vaadin-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class TabsElement extends ElementMixin(
}

static get version() {
return '20.0.0-alpha2';
return '20.0.0-alpha3';
}

static get properties() {
Expand Down
Loading

0 comments on commit 35b5ff8

Please sign in to comment.