summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2015-09-18 09:23:29 +0200
committerManolo Carrasco <manolo@apache.org>2015-09-18 09:23:29 +0200
commit87fe8976a7af6fd44a4f8f7207334454f1039505 (patch)
treea3df20c43b1a6f11f3478fce85c654fd33eb93f9
parentc499e69fa0cd7853121fed1a5d6039837aebe297 (diff)
downloadvaadin-core-87fe8976a7af6fd44a4f8f7207334454f1039505.tar.gz
vaadin-core-87fe8976a7af6fd44a4f8f7207334454f1039505.zip
Prepare version 0.3.0-beta9
-rw-r--r--CHANGES.md12
-rw-r--r--bower.json2
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c1cdd2b..8bcbd14 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,13 @@
+
+
+## Vaadin Components 0.3.0.beta9 (2015-09-18)
+
+- Host apidoc and demo launch pages in vaadin-components instead of
+maintaining independent project for those
+(deprecated components-examples & components-apidoc)
+- Examples and apidoc are bundled with vaadin-components so as it is
+possible to run them either local or wen deployed in CDN.
+
## Vaadin Components 0.3.0.beta8 (2015-09-11)
- vaadin-components becomes a repository with references to vaadin components.
@@ -14,4 +24,4 @@
## Vaadin Components 0.2.0 (2015-05-08)
- Polymer updated to v0.8.0-rc.7
-- Added `<v-grid>` component. \ No newline at end of file
+- Added `<v-grid>` component.
diff --git a/bower.json b/bower.json
index a07756f..d385de0 100644
--- a/bower.json
+++ b/bower.json
@@ -18,7 +18,7 @@
"**/tests"
],
"dependencies": {
- "vaadin-grid": "vaadin/vaadin-grid#0.9.0-beta1"
+ "vaadin-grid": "vaadin/vaadin-grid#0.9.0-beta2"
},
"devDependencies": {
"iron-doc-viewer": "polymerelements/iron-doc-viewer#~1.0.3",