Skip to content

Commit 4366d77

Browse files
committed
Release 5.0.2
1 parent 6410d7d commit 4366d77

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7-
#### [v5.0.1](https://addepar/addepar/ember-table/compare/v4.0.0...v5.0.1)
7+
#### [v5.0.2](https://addepar/addepar/ember-table/compare/v5.0.1...v5.0.2)
8+
9+
- Only remove ResizeSensor if it exists [`#976`](https://addepar/addepar/ember-table/pull/976)
10+
- [TRIVIAL] Disable 3.16 scenario in CI [`#978`](https://addepar/addepar/ember-table/pull/978)
11+
12+
### [v5.0.1](https://addepar/addepar/ember-table/compare/v4.0.0...v5.0.1)
13+
14+
> 14 December 2022
815
916
- [EXPERIMENTAL] Provide addon-defined template types for Glint [`#968`](https://addepar/addepar/ember-table/pull/968)
1017
- Bump vertical-collection in the lockfile [`#969`](https://addepar/addepar/ember-table/pull/969)
@@ -14,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1421
- Clean up tests ahead of offset fixes [`#950`](https://addepar/addepar/ember-table/pull/950)
1522
- Add static security scanning with CodeQL (SAST) [`#954`](https://addepar/addepar/ember-table/pull/954)
1623
- Update documented version support [`#951`](https://addepar/addepar/ember-table/pull/951)
24+
- Release 5.0.1 [`c1c1b3c`](https://addepar/addepar/ember-table/commit/c1c1b3c9db8af65551067f4c0dc66be7bb3d14a1)
1725

1826
#### [v4.0.0](https://addepar/addepar/ember-table/compare/v4.0.0-beta.5...v4.0.0)
1927

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-table",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "An addon to support large data set and a number of features around table.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)