Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Aug 23, 2014
1 parent 7c7c123 commit 9c23856
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 0.6.3

- BREAKING bugfix: all helpers render with a `liquid-container` class,
rather than `liquid-outlet` class. This was the original intent of
the 0.6.0 release and the docs already reflected this, but it was
left out until now.

### 0.6.2

- Enhancement: make Ember integration tests automatically wait for our
Expand Down
4 changes: 2 additions & 2 deletions app/styles/_demos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#liquid-bind-demo {
@include baselined(3);
text-align: center;
.liquid-outlet {
.liquid-container {
display: inline-block;
vertical-align: top;
}
Expand All @@ -37,7 +37,7 @@
}

#interrupted-fade-demo {
.liquid-outlet {
.liquid-container {
width: 20em;
height: $line-height-computed*4;
border: 1px solid $near-black;
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.6.2",
"version": "0.6.3",
"directories": {
"doc": "doc",
"test": "test"
Expand Down

0 comments on commit 9c23856

Please sign in to comment.