Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/polymer/v0_8/components/polymer/.bower.json

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v0_8/components/polymer/.bower.json
diff --git a/third_party/polymer/v0_8/components/polymer/.bower.json b/third_party/polymer/v0_8/components/polymer/.bower.json
index ed9a2441855e5ea9d2eb843d0ea520f4c7331e07..5ba173d7074999f9c093e86ab0da7000205c1938 100644
--- a/third_party/polymer/v0_8/components/polymer/.bower.json
+++ b/third_party/polymer/v0_8/components/polymer/.bower.json
@@ -1,6 +1,6 @@
{
"name": "polymer",
- "version": "0.8.0-rc.7",
+ "version": "1.0.2",
"main": [
"polymer.html"
],
@@ -17,20 +17,20 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
- "webcomponentsjs": "^0.6.0"
+ "webcomponentsjs": "^0.7.2"
},
"devDependencies": {
"web-component-tester": "*"
},
"private": true,
"homepage": "https://github.com/Polymer/polymer",
- "_release": "0.8.0-rc.7",
+ "_release": "1.0.2",
"_resolution": {
"type": "version",
- "tag": "v0.8.0-rc.7",
- "commit": "ce138bc0bb96c74421ba76bf3b5f1aa46b126569"
+ "tag": "v1.0.2",
+ "commit": "63f3bf1babfeaba5649345569b1bd9f3d61a88ae"
},
"_source": "git://github.com/Polymer/polymer.git",
- "_target": "v0.8.0-rc.7",
+ "_target": "~v1.0.0",
"_originalSource": "Polymer/polymer"
}

Powered by Google App Engine
This is Rietveld 408576698