Skip to content

Commit

Permalink
2.5.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
pekam committed Oct 16, 2019
1 parent 7f20c6e commit 704ed9a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-text-field",
"version": "2.5.0-alpha1",
"version": "2.5.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
Expand Up @@ -34,7 +34,7 @@
}

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

ready() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-integer-field.html
Expand Up @@ -31,7 +31,7 @@
}

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

ready() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-number-field.html
Expand Up @@ -83,7 +83,7 @@
}

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

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

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

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-text-area.html
Expand Up @@ -135,7 +135,7 @@
}

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

static get observers() {
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-text-field.html
Expand Up @@ -108,7 +108,7 @@
}

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

static get properties() {
Expand Down

0 comments on commit 704ed9a

Please sign in to comment.