Skip to content

Commit

Permalink
2.7.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 25, 2020
1 parent 1f5b7b1 commit 09fc63a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-text-field",
"version": "2.7.0-alpha1",
"version": "2.7.0-alpha2",
"description": "vaadin-text-field",
"main": "vaadin-text-field.html",
"repository": "vaadin/vaadin-text-field",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-email-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

static get version() {
return '2.7.0-alpha1';
return '2.7.0-alpha2';
}

static get template() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-integer-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

static get version() {
return '2.7.0-alpha1';
return '2.7.0-alpha2';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-number-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}

static get version() {
return '2.7.0-alpha1';
return '2.7.0-alpha2';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-password-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

static get version() {
return '2.7.0-alpha1';
return '2.7.0-alpha2';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-text-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}

static get version() {
return '2.7.0-alpha1';
return '2.7.0-alpha2';
}

static get observers() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-text-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
}

static get version() {
return '2.7.0-alpha1';
return '2.7.0-alpha2';
}

static get properties() {
Expand Down

0 comments on commit 09fc63a

Please sign in to comment.