Skip to content

Commit

Permalink
Merge pull request #243 from heroku/release-1.12.7
Browse files Browse the repository at this point in the history
1.12.7
  • Loading branch information
jgwhite authored Apr 24, 2019
2 parents 69dfe7f + afa86ba commit 8b92223
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ember-sortable changelog

## 1.12.7 (2019-04-24)

#### :bug: Bug Fix
* [#227](https://github.com/heroku/ember-sortable/pull/227) Tweak clientHeight calculation in drag helper ([@jgwhite](https://github.com/jgwhite))
* [#244](https://github.com/heroku/ember-sortable/pull/244) Fix subtle bug in sortable-item#thaw ([@jgwhite](https://github.com/jgwhite))
* [#242](https://github.com/heroku/ember-sortable/pull/242) Runloop tweaks ([@mixonic](https://github.com/mixonic))

#### Committers: 2
- Jamie White ([@jgwhite](https://github.com/jgwhite))
- Matthew Beale ([@mixonic](https://github.com/mixonic))

## 1.12.6 (2019-02-25)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-sortable",
"version": "1.12.6",
"version": "1.12.7",
"description": "Sortable UI primitives for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 8b92223

Please sign in to comment.