Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit d31b29c

Browse files
committed
release 0.5.4
2 parents 703e72a + 9f91fd5 commit d31b29c

13 files changed

+24
-24
lines changed

CustomElements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Code distributed by Google as part of the polymer project is also
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
10-
// @version 0.5.3
10+
// @version 0.5.4
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;

CustomElements.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HTMLImports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Code distributed by Google as part of the polymer project is also
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
10-
// @version 0.5.3
10+
// @version 0.5.4
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;

HTMLImports.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ShadowDOM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Code distributed by Google as part of the polymer project is also
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
10-
// @version 0.5.3
10+
// @version 0.5.4
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;

ShadowDOM.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webcomponentsjs",
33
"main": "webcomponents.js",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"homepage": "http://webcomponents.org",
66
"authors": [
77
"The Polymer Authors"

build.log

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BUILD LOG
22
---------
3-
Build Time: 2015-01-21T10:37:20-0800
3+
Build Time: 2015-01-23T16:15:30-0800
44

55
NODEJS INFORMATION
66
==================
@@ -15,17 +15,17 @@ web-component-tester: 2.0.5
1515

1616
REPO REVISIONS
1717
==============
18-
webcomponentsjs: 37c2e94f2eac1165c9ab225ef636e079b3a1f8a3
18+
webcomponentsjs: 9f91fd5d9d68a96821283869efac008535446218
1919

2020
BUILD HASHES
2121
============
22-
CustomElements.js: cececf83819efff7f8cbf8d92556e85bca8ae27f
23-
CustomElements.min.js: 1d5f36a95855270a3eec9617f876c1c17426729b
24-
HTMLImports.js: c4d6ea5a14d3ac7078f40d66c328371a33e4ca45
25-
HTMLImports.min.js: 3904bd79f7b19358670da3b844bf5be182290f81
26-
ShadowDOM.js: 522f121c50a59cb785631920c5a3e67f158baa0b
27-
ShadowDOM.min.js: 2ca1804e00c16c4b275b4eba9c683ed9a62924e8
28-
webcomponents-lite.js: 888d996e0418b05e6deac8cb78a9ff8c441cb7a6
29-
webcomponents-lite.min.js: f40e1c63b445081e4029cd9bcb9f735d7d4fd343
30-
webcomponents.js: 42fe075dbd43eadd9ec8e2ac8f3dd2c6f1eacea0
31-
webcomponents.min.js: 80d01e1a0c8942b3d07affe20e07b493cbcf8c9f
22+
CustomElements.js: 4580193ee75072cb380d439fbf75a62deb9ca233
23+
CustomElements.min.js: 4b2c4f065126f25cfdf5f6c23f12169c9c18baa2
24+
HTMLImports.js: 736763ab217d150ccb625f42362fc03158fcaeb1
25+
HTMLImports.min.js: 7df544b9a6ac9f93dcdefa3eb6eaaea68c228967
26+
ShadowDOM.js: 1f6f01526cbc098563bf5b2d217090bf210a42f3
27+
ShadowDOM.min.js: 06f2ab5b486297bc9e3ce2a8b5cfe2130aa6ccbb
28+
webcomponents-lite.js: 644f816326e29842a8fb7cb0fa82636540d46257
29+
webcomponents-lite.min.js: 3f54f511045bd45d89df2c5bbcade19a242e2a64
30+
webcomponents.js: 9ea79ac36b5875de59b8277c5867bff72e3dab6c
31+
webcomponents.min.js: 97774057dcb06111606cf1b48623b7441a1d3f6a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcomponents.js",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "webcomponents.js",
55
"main": "gulpfile.js",
66
"directories": {

webcomponents-lite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Code distributed by Google as part of the polymer project is also
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
10-
// @version 0.5.3
10+
// @version 0.5.4
1111
window.WebComponents = window.WebComponents || {};
1212

1313
(function(scope) {

0 commit comments

Comments
 (0)