Skip to content

Commit

Permalink
release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Aug 29, 2014
1 parent b178cfa commit 9c551ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.6 / 2014-08-29
==================

* update multiple deps [#81](https://github.com/component/dom/pull/81)
* fix undefined dom in .react [#74](https://github.com/component/dom/pull/74)


1.0.5 / 2014-03-27
==================
Expand Down
6 changes: 3 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom",
"version": "1.0.5",
"version": "1.0.6",
"description": "DOM traversal, manipulation and events aggregate library",
"keywords": [
"html",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"component/each": "0.2.5",
"component/event": "0.1.4",
"component/delegate": "0.2.2",
"component/delegate": "0.2.3",
"component/domify": "1.3.1",
"component/classes": "1.2.1",
"component/css": "0.0.6",
Expand All @@ -38,4 +38,4 @@
},
"license": "MIT",
"remotes": []
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "component-dom",
"version": "1.0.5",
"version": "1.0.6",
"description": "DOM traversal, manipulation and events aggregate library",
"license": "MIT",
"testling": {
Expand Down

0 comments on commit 9c551ef

Please sign in to comment.