diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-10-09 13:48:39 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-10-09 13:48:39 +0000 |
commit | 89cda079617ff5ba9fb6f681c9831d83a8b1dea0 (patch) | |
tree | 4ff29f04cf9202f7fdc31fd8425efff01e57c438 | |
parent | 4d3b3ec61df89a5e9a701f271b6e3e364415ef26 (diff) | |
download | vaadin-89cda079617ff5ba9fb6f681c9831d83a8b1dea0.tar.gz vaadin-89cda079617ff5ba9fb6f681c9831d83a8b1dea0.zip |
15.0.0-alpha2v15.0.0-alpha2
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ "update-core-version.js" ], "dependencies": { - "vaadin-core": "vaadin-core#15.0.0-alpha2", + "vaadin-core": "15.0.0-alpha2", "vaadin-board": "vaadin-board#2.1.0", "vaadin-charts": "vaadin-charts#6.2.3", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.4", diff --git a/package.json b/package.json index 180d012..a0b3f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin", - "version": "15.0.0-alpha1", + "version": "15.0.0-alpha2", "description": "Vaadin components is an evolving set of open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", |