Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ygongdev committed Jun 30, 2020
1 parent 68c12b6 commit c235938
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* Use a service to track group/item state (#361) (68c12b6)
* Correct typos in modifier examples (#365) (17ecd1d)
* fixes parentNode of null (#370) (#371) (87953ce)
* fixes handle when using modifiers (#349) (81320bd)
* Merge pull request #357 from alexabreu/patch-1 (b6f0b97)
* Bumping travis node to 10 (#358) (5360e49)
* Actually use `onDragStop` argument rather then re-using `onDragStart`. (88b9562)

## v2.2.0-beta.0 (2020-01-31)

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

0 comments on commit c235938

Please sign in to comment.