Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Oct 27, 2021
1 parent 364fc80 commit 1366d24
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,3 +1,17 @@
* Merge pull request #430 from jacojoubert/refactor-disabled (364fc80)
* (51ea46f)
* Merge pull request #444 from snewcomer/sn/deprecate-components (b70d5cd)
* Deprecate use of components (ffbd488)
* Add deprecation warning for `isDraggingDisabled` (ad38e58)
* Reset sortable-item (cebbe62)
* Merge pull request #440 from ntnz/patch-2 (2cbc2b5)
* Merge branch 'master' into refactor-disabled (0f315a6)
* Merge branch 'master' into refactor-disabled (36aa312)
* Fix syntax issues in readme (d2f8cc9)
* Update README.md (c0e88e7)
* Add disabled argument to sortable-item (888dc5c)
* Add examples of disabled item (4db5107)

## v2.2.6 (2021-10-21)

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

0 comments on commit 1366d24

Please sign in to comment.