diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2018-11-14 15:24:34 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2018-11-14 15:24:34 +0000 |
commit | eab054c395f62854697cb6e1ea96662b786044f9 (patch) | |
tree | 413d00972dce3905e19b03cb3876977c04a922b6 | |
parent | 2c6beef5c4247e35e771fee1754fa0eb1b565c25 (diff) | |
download | vaadin-core-eab054c395f62854697cb6e1ea96662b786044f9.tar.gz vaadin-core-eab054c395f62854697cb6e1ea96662b786044f9.zip |
Update dependencies for version 12.0.0-beta2
-rw-r--r-- | bower.json | 1 | ||||
-rw-r--r-- | package.json | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -68,6 +68,7 @@ "vaadin-text-field": "vaadin-text-field#2.1.3", "vaadin-themable-mixin": "vaadin-themable-mixin#1.3.2", "vaadin-upload": "vaadin-upload#4.2.1", + "vaadin-app-layout": "vaadin-app-layout#1.0.0", "webcomponentsjs": "webcomponentsjs#1.2.6", "vaadin-usage-statistics": "vaadin-usage-statistics#2.0.1" } diff --git a/package.json b/package.json index f3a3b9c..9ef155c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin-core", - "version": "12.0.0-beta1", + "version": "", "description": "Vaadin components is an evolving set of free, open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", "license": "Apache-2.0", @@ -49,6 +49,7 @@ "@vaadin/vaadin-text-field": "2.1.3", "@vaadin/vaadin-themable-mixin": "1.3.2", "@vaadin/vaadin-upload": "4.2.1", + "@vaadin/vaadin-app-layout": "1.0.0", "@vaadin/vaadin-usage-statistics": "2.0.1" }, "files": [ @@ -63,4 +64,4 @@ "webcomponents", "web-components" ] -} +}
\ No newline at end of file |