diff options
author | Tomi Virkki <virkki@vaadin.com> | 2017-02-15 16:23:11 +0200 |
---|---|---|
committer | Tomi Virkki <virkki@vaadin.com> | 2017-02-15 16:23:11 +0200 |
commit | 7211908670058d834b299884d9dc68de8828d420 (patch) | |
tree | c80b2b577045c85174355e5689b6bf7a0a114222 | |
parent | e13eb8a540a79162b21595f332d3f9aec4b6c4b7 (diff) | |
download | vaadin-core-7211908670058d834b299884d9dc68de8828d420.tar.gz vaadin-core-7211908670058d834b299884d9dc68de8828d420.zip |
v1.5.0v1.5.0
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ ], "dependencies": { "vaadin-grid": "vaadin/vaadin-grid#1.2.x", - "vaadin-combo-box": "vaadin/vaadin-combo-box#1.2.x", + "vaadin-combo-box": "vaadin/vaadin-combo-box#1.3.x", "vaadin-icons": "vaadin/vaadin-icons#1.0.x", "vaadin-date-picker": "vaadin/vaadin-date-picker#1.2.x", "vaadin-upload": "vaadin/vaadin-upload#1.1.x", diff --git a/package.json b/package.json index b0bd3aa..d874638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaadin-core-elements", - "version": "1.4.0", + "version": "1.5.0", "description": "Vaadin Core Elements is an evolving set of free, open sourced custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", "license": "Apache-2.0", |