Skip to content

Commit

Permalink
Release 5.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Mar 18, 2022
1 parent 694ca2b commit 836621a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ember-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@




## v5.0.0-beta.9 (2022-03-18)

#### :rocket: Enhancement
* [#731](https://github.com/adopted-ember-addons/ember-file-upload/pull/731) Add `files` and `index` to `filter` callback ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#723](https://github.com/adopted-ember-addons/ember-file-upload/pull/723) Add Upgrading to v5 guide ([@gilest](https://github.com/gilest))
* [#721](https://github.com/adopted-ember-addons/ember-file-upload/pull/721) Rewrite `docs/` markdown files with v5 API and add a support matrix to README ([@gilest](https://github.com/gilest))

#### :house: Internal
* [#722](https://github.com/adopted-ember-addons/ember-file-upload/pull/722) Automate dependency upgrades within SemVer range ([@jelhan](https://github.com/jelhan))

#### Committers: 3
- Giles Thompson ([@gilest](https://github.com/gilest))
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- [@mkszepp](https://github.com/mkszepp)

## v5.0.0-beta.8 (2022-03-04)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-file-upload",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 836621a

Please sign in to comment.