Skip to content

Commit

Permalink
Release 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Oct 21, 2021
1 parent a789fb7 commit f50cfe1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.2.6 (2021-10-21)

#### :bug: Bug Fix
* [#439](https://github.com/adopted-ember-addons/ember-sortable/pull/439) Resolve this-property-fallback deprecation ([@rmachielse](https://github.com/rmachielse))
* [#434](https://github.com/adopted-ember-addons/ember-sortable/pull/434) Update ember-cli-babel to @7.26.6, update README example ([@charlesfries](https://github.com/charlesfries))

#### Committers: 4
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
- Jaco Joubert ([@jacojoubert](https://github.com/jacojoubert))
- Richard Machielse ([@rmachielse](https://github.com/rmachielse))
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))

* updated yarn.lock (ca925fa)
* Fix deprecation warning `Importing from ember-test-waiters is deprecated` (#423) (f817c5d)
* Require ember-decorators-polyfill to be installed by client app (#425) (f901543)
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.5",
"version": "2.2.6",
"description": "Sortable UI primitives for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f50cfe1

Please sign in to comment.