Skip to content

Commit

Permalink
Release 6.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Aug 25, 2023
1 parent 2e07731 commit 1e616c0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,41 @@ 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).

#### [v6.0.0-0](https://github.com/Addepar/ember-table/compare/v5.0.6...v6.0.0-0)

- Refactor offsetHeight use float-compat API [`#948`](https://github.com/Addepar/ember-table/pull/948)
- Migrate to explicit logicalWidth values in test [`#1018`](https://github.com/Addepar/ember-table/pull/1018)
- Bump ember-cli from 3.28.5 to 3.28.6 [`#1017`](https://github.com/Addepar/ember-table/pull/1017)
- Bump @types/ember__component from 4.0.10 to 4.0.14 [`#1016`](https://github.com/Addepar/ember-table/pull/1016)
- Bump ember-source from 3.28.8 to 3.28.12 [`#1015`](https://github.com/Addepar/ember-table/pull/1015)
- Bump @ember/test-helpers from 2.8.1 to 2.9.4 [`#1014`](https://github.com/Addepar/ember-table/pull/1014)
- Bump typescript from 4.8.4 to 4.9.5 [`#1013`](https://github.com/Addepar/ember-table/pull/1013)
- Bump @babel/plugin-proposal-numeric-separator from 7.16.7 to 7.18.6 [`#1012`](https://github.com/Addepar/ember-table/pull/1012)
- Bump @tsconfig/ember from 1.0.1 to 1.1.0 [`#1011`](https://github.com/Addepar/ember-table/pull/1011)
- Bump @babel/plugin-proposal-object-rest-spread from 7.16.7 to 7.20.7 [`#1010`](https://github.com/Addepar/ember-table/pull/1010)
- Bump terser from 4.8.0 to 4.8.1 [`#1009`](https://github.com/Addepar/ember-table/pull/1009)
- Bump @xmldom/xmldom from 0.7.5 to 0.7.13 [`#1008`](https://github.com/Addepar/ember-table/pull/1008)
- Bump minimatch from 3.0.4 to 3.0.8 [`#1007`](https://github.com/Addepar/ember-table/pull/1007)
- Bump loader-utils from 1.4.0 to 1.4.2 [`#1006`](https://github.com/Addepar/ember-table/pull/1006)
- Bump webpack from 5.66.0 to 5.88.2 [`#1005`](https://github.com/Addepar/ember-table/pull/1005)
- Bump decode-uri-component from 0.2.0 to 0.2.2 [`#1004`](https://github.com/Addepar/ember-table/pull/1004)
- Bump minimist from 0.2.1 to 0.2.4 [`#1003`](https://github.com/Addepar/ember-table/pull/1003)
- Bump word-wrap from 1.2.3 to 1.2.5 [`#998`](https://github.com/Addepar/ember-table/pull/998)
- Bump socket.io-parser from 4.0.4 to 4.0.5 [`#1002`](https://github.com/Addepar/ember-table/pull/1002)
- Bump vm2 from 3.9.12 to 3.9.19 [`#1001`](https://github.com/Addepar/ember-table/pull/1001)
- Bump @babel/plugin-proposal-optional-catch-binding from 7.16.7 to 7.18.6 [`#999`](https://github.com/Addepar/ember-table/pull/999)
- Bump @babel/plugin-proposal-nullish-coalescing-operator [`#1000`](https://github.com/Addepar/ember-table/pull/1000)
- Bump semver from 5.7.1 to 5.7.2 [`#997`](https://github.com/Addepar/ember-table/pull/997)
- Delete security-workflow.yml [`590b950`](https://github.com/Addepar/ember-table/commit/590b9503f0eac262a9a6907d6a5879c67cd41a09)
- Update security scan workflow [`3b79674`](https://github.com/Addepar/ember-table/commit/3b79674250c01ac0240434ce7c9e22f5b3e3aa28)
- Create dependabot.yml [`f55c0fe`](https://github.com/Addepar/ember-table/commit/f55c0fe7cd086029bfcb9be8cc6044fb28a3b702)

#### [v5.0.6](https://github.com/Addepar/ember-table/compare/v5.0.5...v5.0.6)

> 30 July 2023
- Fix a memory leak with the root column tree node [`#994`](https://github.com/Addepar/ember-table/pull/994)
- Release 5.0.6 [`bf87dee`](https://github.com/Addepar/ember-table/commit/bf87dee4db37d504dcc38b507f4b694292320ba1)
- Remove outdated security scan workflow [`bb71932`](https://github.com/Addepar/ember-table/commit/bb71932fad208f04c65ccd02d97b649413ed5ef4)

#### [v5.0.5](https://github.com/Addepar/ember-table/compare/v5.0.4...v5.0.5)
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": "5.0.6",
"version": "6.0.0-0",
"description": "An addon to support large data set and a number of features around table.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 1e616c0

Please sign in to comment.