Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Jun 20, 2023
1 parent 7355d2a commit 6c9e01a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions ember-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@

## v8.1.0 (2023-06-20)

#### :rocket: Enhancement
* [#950](https://github.com/adopted-ember-addons/ember-file-upload/pull/950) Relax peer dependency version for @ember/test-helpers ([@seanCodes](https://github.com/seanCodes))

#### :memo: Documentation
* [#928](https://github.com/adopted-ember-addons/ember-file-upload/pull/928) Document `peerDependency` requirements for v8 ([@gilest](https://github.com/gilest))
* [#927](https://github.com/adopted-ember-addons/ember-file-upload/pull/927) Demo upload – flush queue after successful upload ([@gilest](https://github.com/gilest))

#### :house: Internal
* [#952](https://github.com/adopted-ember-addons/ember-file-upload/pull/952) Pin `unist-util-find` to 1.0.2 ([@gilest](https://github.com/gilest))
* [#946](https://github.com/adopted-ember-addons/ember-file-upload/pull/946) Add `ember-source` 3.25 to CI try scenarios ([@gilest](https://github.com/gilest))
* [#944](https://github.com/adopted-ember-addons/ember-file-upload/pull/944) Migrate `test-app` to TypeScript. Add Typecheck job to CI ([@gilest](https://github.com/gilest))
* [#943](https://github.com/adopted-ember-addons/ember-file-upload/pull/943) Replace renovate `yarnDedupeFewer` with `pnpmDedupe` ([@gilest](https://github.com/gilest))
* [#942](https://github.com/adopted-ember-addons/ember-file-upload/pull/942) Reset pnpm config `auto-install-peers` to default ([@gilest](https://github.com/gilest))
* [#941](https://github.com/adopted-ember-addons/ember-file-upload/pull/941) Update `test-app` browser targets from latest `ember-cli` blueprint ([@gilest](https://github.com/gilest))
* [#937](https://github.com/adopted-ember-addons/ember-file-upload/pull/937) Use `@tsconfig/ember` ([@gilest](https://github.com/gilest))
* [#940](https://github.com/adopted-ember-addons/ember-file-upload/pull/940) Restore floating dependency builds ([@gilest](https://github.com/gilest))
* [#939](https://github.com/adopted-ember-addons/ember-file-upload/pull/939) Remove `@babel/eslint-parser`, `@rollup/plugin-babel` packages and `.watchmanconfig` ([@gilest](https://github.com/gilest))
* [#921](https://github.com/adopted-ember-addons/ember-file-upload/pull/921) Upgrade pnpm to v8 ([@gilest](https://github.com/gilest))
* [#936](https://github.com/adopted-ember-addons/ember-file-upload/pull/936) Upgrade rollup and babel config from `@embroider/addon-blueprint` ([@gilest](https://github.com/gilest))

#### Committers: 2
- Giles Thompson ([@gilest](https://github.com/gilest))
- Sean Juarez ([@seanCodes](https://github.com/seanCodes))

## v8.0.0 (2023-05-01)

[Upgrade guide](https://ember-file-upload.pages.dev/docs/upgrade-guide#upgrading-to-v8)
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.0.0",
"version": "8.1.0",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 6c9e01a

Please sign in to comment.