Skip to content

Commit

Permalink
[ci skip] release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 23, 2015
1 parent 4c94736 commit 84d2116
Show file tree
Hide file tree
Showing 5 changed files with 790 additions and 275 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer",
"version": "1.1.5",
"version": "1.2.0",
"main": [
"polymer.html"
],
Expand Down
21 changes: 11 additions & 10 deletions build.log
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
BUILD LOG
---------
Build Time: 2015-10-08T14:06:39-0700
Build Time: 2015-10-22T17:41:58-0700

NODEJS INFORMATION
==================
nodejs: v4.1.2
del: 1.2.0
gulp-rename: 1.2.2
nodejs: v4.2.1
gulp: 3.9.0
gulp-audit: 1.0.0
gulp-replace: 0.5.3
gulp-rename: 1.2.2
gulp-vulcanize: 6.0.1
polyclean: 1.2.0
lazypipe: 0.2.4
run-sequence: 1.1.1
run-sequence: 1.1.4
web-component-tester: 3.3.29
del: 1.2.1
gulp-replace: 0.5.4

REPO REVISIONS
==============
polymer: 574855a644bcc25ee26c30e0dd881a395fad67b6
polymer: ec6b18f3e4ff414e6f3692b6641c7506c910546c

BUILD HASHES
============
polymer-mini.html: 72c032eacc45c63431054c111d0ce86357eb07f3
polymer-micro.html: 62d773e546d387df86bc1b33a3cb61c3c1c9bc76
polymer.html: 5c626b1aba3107c12cee378876d13b8780fdec67
polymer-mini.html: d807c77658cac260deb34187c1351be45b414679
polymer-micro.html: fe27c039dcd2aef07d2b9065ac30a5fd9448d887
polymer.html: cecea00d47a8682ec01d486a3ac0d45da51eaf24
4 changes: 2 additions & 2 deletions polymer-micro.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
function forceDocumentUpgrade() {
if (cePolyfill) {
var script = document._currentScript || document.currentScript;
var doc = script && script.ownerDocument;
var doc = script && script.ownerDocument || document;
if (doc) {
CustomElements.upgradeAll(doc);
}
Expand Down Expand Up @@ -576,7 +576,7 @@
}
}
});
Polymer.version = '1.1.5';
Polymer.version = '1.2.0';
Polymer.Base._addFeature({
_registerFeatures: function () {
this._prepIs();
Expand Down
Loading

0 comments on commit 84d2116

Please sign in to comment.