Skip to content

Commit

Permalink
Merge pull request #182 from firebase/ts-loosen-ember-dependency
Browse files Browse the repository at this point in the history
Loosen ember version requirement (ember-data is fine with 1.7+)
  • Loading branch information
sararob committed Feb 20, 2015
2 parents f434ccc + 7f29dcf commit a5c98f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
],
"dependencies": {
"firebase": "2.1.x",
"ember": "1.9.x",
"ember-data": "1.0.0-beta.12"
},
"devDependencies": {
"ember": "1.9.x"
}
}
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
feature - Loosen Ember version requirement to 1.7+ to be compatible with new ember-cli apps.
fixed - Deleting a record now removes orphaned `hasMany` relationship links.

0 comments on commit a5c98f8

Please sign in to comment.