Skip to content

Commit

Permalink
Merge pull request #255 from heroku/release-1.12.8
Browse files Browse the repository at this point in the history
1.12.8
  • Loading branch information
jgwhite authored May 22, 2019
2 parents bbabfcc + 5544f59 commit 6952392
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ember-sortable changelog

## 1.12.8 (2019-05-22)

#### :bug: Bug Fix
* [#249](https://github.com/heroku/ember-sortable/pull/249) move @ember/jquery to devDependency ([@fran-worley](https://github.com/fran-worley))
* [#251](https://github.com/heroku/ember-sortable/pull/251) Add warning to polyfill `Element.closest()` ([@samhogg](https://github.com/samhogg))

#### :house: Internal
* [#245](https://github.com/heroku/ember-sortable/pull/245) Add Ember 2.8, 2.12 to testing. Test Node 8. ([@mixonic](https://github.com/mixonic))

#### Committers: 3
- Fran Worley ([@fran-worley](https://github.com/fran-worley))
- Matthew Beale ([@mixonic](https://github.com/mixonic))
- Sam Hogg ([@samhogg](https://github.com/samhogg))

## 1.12.7 (2019-04-24)

#### :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.7",
"version": "1.12.8",
"description": "Sortable UI primitives for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 6952392

Please sign in to comment.