Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 3, 2014
1 parent 65d8ccd commit a158d93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.11.1

- BUGFIX: containerless component should pass their class onto their
liquid-children, but *not* their id, because multiple children will
be in the dom together.

### 0.11.0

- CHANGE: modals are now opt-in. You turn them on in your application
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liquid-fire",
"description": "Animated transitions for Ember applications.",
"version": "0.11.0",
"version": "0.11.1",
"directories": {
"doc": "doc",
"test": "test"
Expand Down

0 comments on commit a158d93

Please sign in to comment.