Skip to content

Commit

Permalink
3.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 19, 2021
1 parent e32a2a6 commit e716f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-form-layout",
"version": "2.3.0",
"version": "3.0.0-alpha1",
"description": "Web component providing configurable responsive layout for form elements",
"main": "vaadin-form-layout.js",
"module": "vaadin-form-layout.js",
Expand Down
2 changes: 1 addition & 1 deletion 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 '2.3.0';
return '3.0.0-alpha1';
}

static get properties() {
Expand Down

0 comments on commit e716f61

Please sign in to comment.