Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Jan 9, 2020
1 parent b24e98e commit 020ad0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.2.2](https://github.com/Addepar/ember-table/compare/v2.2.1...v2.2.2)

> 9 January 2020
- Avoid "update prop already used in computation" [`#802`](https://github.com/Addepar/ember-table/pull/802)
- Avoid "update prop already used in computation" [`#795`](https://github.com/Addepar/ember-table/issues/795)
- Ignore engine incompat [`d923e47`](https://github.com/Addepar/ember-table/commit/d923e477cf698377c3bd6bf97874c135b5eecd25)

#### [v2.2.1](https://github.com/Addepar/ember-table/compare/v2.2.0...v2.2.1)

> 11 December 2019
- bugfix: first multiselection has no _lastSelectedIndex [`#788`](https://github.com/Addepar/ember-table/pull/788)
- Fix prettier lint errors [`#790`](https://github.com/Addepar/ember-table/pull/790)
- [DOCS] Add new reorder-directional classes [`#783`](https://github.com/Addepar/ember-table/pull/783)
- Release 2.2.1 [`040df20`](https://github.com/Addepar/ember-table/commit/040df201be07fe753ad36a931ce845423d78379a)
- Use resolutions to force prettier to 1.18.2 [`8d18c9b`](https://github.com/Addepar/ember-table/commit/8d18c9b808f0b6ee03f7fdacaa3872e518676358)

#### [v2.2.0](https://github.com/Addepar/ember-table/compare/v2.1.4...v2.2.0)
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-table",
"version": "2.2.1",
"version": "2.2.2",
"description": "An addon to support large data set and a number of features around table.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 020ad0b

Please sign in to comment.