Skip to content

Commit

Permalink
release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 27, 2015
1 parent 6cf0967 commit 7eaa010
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer",
"version": "0.9.3",
"version": "0.9.4",
"main": [
"polymer.html"
],
Expand All @@ -17,7 +17,7 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"webcomponentsjs": "^0.7.1"
"webcomponentsjs": "^0.7.2"
},
"devDependencies": {
"web-component-tester": "*"
Expand Down
12 changes: 6 additions & 6 deletions build.log
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
BUILD LOG
---------
Build Time: 2015-05-26T14:27:27-0700
Build Time: 2015-05-26T18:09:46-0700

NODEJS INFORMATION
==================
nodejs: v2.0.2
del: 1.2.0
gulp: 3.8.11
gulp-audit: 1.0.0
gulp-replace: 0.5.3
gulp-rename: 1.2.2
gulp-replace: 0.5.3
gulp-vulcanize: 6.0.0
lazypipe: 0.2.3
polyclean: 1.1.0
run-sequence: 1.1.0
gulp-vulcanize: 6.0.0

REPO REVISIONS
==============
polymer: 686327247a911eaa579cbf35a8f572e6fd15eb0e
polymer: 525003774cdc4dbe442b9f76d3a2c27f83e291e6

BUILD HASHES
============
polymer-mini.html: 6643b7ca3675fd7247fb1894a51435e0e1256e32
polymer-micro.html: 7315de5488552529ff9b07b0d7e463386529ed3f
polymer.html: a5304a0ca657577eb6a2705d9df84c7ce2969ab4
polymer-micro.html: 7ebb63fc38dc2abed7d40b1713ac16b57b21fcbb
polymer.html: c6f614355fa488c8ef3010b41c8c9e24b43718a8
2 changes: 2 additions & 0 deletions polymer-micro.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@
}
});

Polymer.version = "0.9.4";

Polymer.Base._addFeature({
_registerFeatures: function() {
this._prepIs();
Expand Down
9 changes: 0 additions & 9 deletions polymer.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,6 @@
},
_listen: function(node, eventName, handler) {
node.addEventListener(eventName, handler);
},
keyCodes: {
ESC_KEY: 27,
ENTER_KEY: 13,
LEFT: 37,
UP: 38,
RIGHT: 39,
DOWN: 40,
SPACE: 32
}
});

Expand Down

0 comments on commit 7eaa010

Please sign in to comment.