Skip to content

Commit

Permalink
fixing a missing re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jun 8, 2015
1 parent f0f4e9d commit 8d2793b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.20.4

- Shouldn't have hit publish on 0.20.3 until waiting for travis to go
green. :-p

### 0.20.3

- Bugfix for liquid-spacer (#302)
Expand Down
2 changes: 1 addition & 1 deletion app/components/liquid-measured.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from "liquid-fire/components/liquid-measured";
export { default, measure } from "liquid-fire/components/liquid-measured";
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.20.3",
"version": "0.20.4",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit 8d2793b

Please sign in to comment.