Skip to content

Commit

Permalink
Release 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Dec 2, 2023
1 parent c106ca6 commit 687a8c3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
21 changes: 21 additions & 0 deletions ember-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@




## v8.4.0 (2023-12-02)

#### :rocket: Enhancement
* [#1029](https://github.com/adopted-ember-addons/ember-file-upload/pull/1029) Calculate upload rate ([@gilest](https://github.com/gilest))

#### :memo: Documentation
* [#1024](https://github.com/adopted-ember-addons/ember-file-upload/pull/1024) Website demo – support HTTP uploads ([@gilest](https://github.com/gilest))
* [#1023](https://github.com/adopted-ember-addons/ember-file-upload/pull/1023) Use `<template>` tag on docs website ([@gilest](https://github.com/gilest))
* [#1022](https://github.com/adopted-ember-addons/ember-file-upload/pull/1022) Adjustable upload speed and queue metrics on demo page ([@gilest](https://github.com/gilest))

#### :house: Internal
* [#1031](https://github.com/adopted-ember-addons/ember-file-upload/pull/1031) Move release-it to the root, add root scripts ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#1021](https://github.com/adopted-ember-addons/ember-file-upload/pull/1021) Add `lengthComputable: false` event to progress unit tests ([@mkszepp](https://github.com/mkszepp))
* [#1018](https://github.com/adopted-ember-addons/ember-file-upload/pull/1018) Upgrade ember-cli to 5.4 ([@gilest](https://github.com/gilest))

#### Committers: 3
- Giles Thompson ([@gilest](https://github.com/gilest))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
- [@mkszepp](https://github.com/mkszepp)

## v8.3.1 (2023-11-10)

#### :bug: Bug Fix
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": "8.3.1",
"version": "8.4.0",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"overrides": {
"@glimmer/validator": "^0.84.3"
}
}
},
"version": "8.4.0"
}
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.0.0",
"version": "8.4.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -57,7 +57,7 @@
"ember-cli-terser": "^4.0.2",
"ember-concurrency": "^3.0.0",
"ember-fetch": "^8.1.2",
"ember-file-upload": "workspace:*",
"ember-file-upload": "8.4.0",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-page-title": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.0.0",
"version": "8.4.0",
"private": true,
"description": "Small description for website goes here",
"repository": "",
Expand Down Expand Up @@ -52,7 +52,7 @@
"ember-cli-terser": "^4.0.2",
"ember-concurrency": "^3.0.0",
"ember-fetch": "^8.1.2",
"ember-file-upload": "workspace:*",
"ember-file-upload": "8.4.0",
"ember-intl": "^6.0.0",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
Expand Down

0 comments on commit 687a8c3

Please sign in to comment.