Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Aug 18, 2021
1 parent 57dd8b3 commit 175402b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ 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).

#### [v3.0.2](https://github.com/Addepar/ember-table/compare/v3.0.2-3...v3.0.2)

- Check for undefined attributeBindings [`#901`](https://github.com/Addepar/ember-table/pull/901)

#### [v3.0.2-3](https://github.com/Addepar/ember-table/compare/v3.0.2-2...v3.0.2-3)

> 23 July 2021
- Detect row count test selector to enable observers [`#893`](https://github.com/Addepar/ember-table/pull/893)
- Add volta to package.json [`#894`](https://github.com/Addepar/ember-table/pull/894)
- Timeout workflows [`#895`](https://github.com/Addepar/ember-table/pull/895)
- Correct a typo in workflows [`ff71d03`](https://github.com/Addepar/ember-table/commit/ff71d031d69967aa16213968081d73500a25b905)
- Release 3.0.2-3 [`463d79d`](https://github.com/Addepar/ember-table/commit/463d79d3f180a6c65ddd80855e5d9f4cb43e8fa7)
- Update README to narrow Ember.js support [`0877ba9`](https://github.com/Addepar/ember-table/commit/0877ba96b5420aae3121270986dea02358eb8545)

#### [v3.0.2-2](https://github.com/Addepar/ember-table/compare/v3.0.2-1...v3.0.2-2)
Expand All @@ -18,7 +23,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Specify meta key path for columns [`#886`](https://github.com/Addepar/ember-table/pull/886)
- Improve footer tracking for bottom scroll indicator [`#873`](https://github.com/Addepar/ember-table/pull/873)
- Update .gitignore [`#885`](https://github.com/Addepar/ember-table/pull/885)
- Add is-last-column and is-slack classes to table cells [`#876`](https://github.com/Addepar/ember-table/pull/876)
- Generate row meta for header rows [`#879`](https://github.com/Addepar/ember-table/pull/879)
- Pass rows count to sub-components [`#880`](https://github.com/Addepar/ember-table/pull/880)
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "ember-table",
"version": "3.0.2-3",
"version": "3.0.2",
"description": "An addon to support large data set and a number of features around table.",
"keywords": ["ember-addon"],
"keywords": [
"ember-addon"
],
"license": "BSD-3-Clause",
"author": "",
"directories": {
Expand Down

0 comments on commit 175402b

Please sign in to comment.