Skip to content

Commit 84d2116

Browse files
committed
[ci skip] release 1.2.0
1 parent 4c94736 commit 84d2116

File tree

5 files changed

+790
-275
lines changed

5 files changed

+790
-275
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polymer",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"main": [
55
"polymer.html"
66
],

build.log

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
BUILD LOG
22
---------
3-
Build Time: 2015-10-08T14:06:39-0700
3+
Build Time: 2015-10-22T17:41:58-0700
44

55
NODEJS INFORMATION
66
==================
7-
nodejs: v4.1.2
8-
del: 1.2.0
9-
gulp-rename: 1.2.2
7+
nodejs: v4.2.1
108
gulp: 3.9.0
119
gulp-audit: 1.0.0
12-
gulp-replace: 0.5.3
10+
gulp-rename: 1.2.2
1311
gulp-vulcanize: 6.0.1
1412
polyclean: 1.2.0
1513
lazypipe: 0.2.4
16-
run-sequence: 1.1.1
14+
run-sequence: 1.1.4
15+
web-component-tester: 3.3.29
16+
del: 1.2.1
17+
gulp-replace: 0.5.4
1718

1819
REPO REVISIONS
1920
==============
20-
polymer: 574855a644bcc25ee26c30e0dd881a395fad67b6
21+
polymer: ec6b18f3e4ff414e6f3692b6641c7506c910546c
2122

2223
BUILD HASHES
2324
============
24-
polymer-mini.html: 72c032eacc45c63431054c111d0ce86357eb07f3
25-
polymer-micro.html: 62d773e546d387df86bc1b33a3cb61c3c1c9bc76
26-
polymer.html: 5c626b1aba3107c12cee378876d13b8780fdec67
25+
polymer-mini.html: d807c77658cac260deb34187c1351be45b414679
26+
polymer-micro.html: fe27c039dcd2aef07d2b9065ac30a5fd9448d887
27+
polymer.html: cecea00d47a8682ec01d486a3ac0d45da51eaf24

polymer-micro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
function forceDocumentUpgrade() {
265265
if (cePolyfill) {
266266
var script = document._currentScript || document.currentScript;
267-
var doc = script && script.ownerDocument;
267+
var doc = script && script.ownerDocument || document;
268268
if (doc) {
269269
CustomElements.upgradeAll(doc);
270270
}
@@ -576,7 +576,7 @@
576576
}
577577
}
578578
});
579-
Polymer.version = '1.1.5';
579+
Polymer.version = '1.2.0';
580580
Polymer.Base._addFeature({
581581
_registerFeatures: function () {
582582
this._prepIs();

0 commit comments

Comments
 (0)