Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"solution": {
"ember-file-upload": {
"impact": "minor",
"oldVersion": "9.4.1",
"newVersion": "9.5.0",
"impact": "patch",
"oldVersion": "9.5.0",
"newVersion": "9.5.1",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-file-upload/package.json"
}
},
"description": "## Release (2025-06-26)\n\n* ember-file-upload 9.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-file-upload`\n * [#1102](https://github.com/adopted-ember-addons/ember-file-upload/pull/1102) Remove reliance on ember-cli-mirage ([@beerinho](https://github.com/beerinho))\n\n#### Committers: 1\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n"
"description": "## Release (2025-08-20)\n\n* ember-file-upload 9.5.1 (patch)\n\n#### :house: Internal\n* Other\n * [#1119](https://github.com/adopted-ember-addons/ember-file-upload/pull/1119) Drop all ember-data/warp-drive blueprint packages (not needed) ([@gilest](https://github.com/gilest))\n * [#1117](https://github.com/adopted-ember-addons/ember-file-upload/pull/1117) chore(deps): bump caniuse/browserslist db ([@gilest](https://github.com/gilest))\n * [#1109](https://github.com/adopted-ember-addons/ember-file-upload/pull/1109) Bump node to latest LTS in workflows ([@gilest](https://github.com/gilest))\n * [#1108](https://github.com/adopted-ember-addons/ember-file-upload/pull/1108) Match uploaded bytes reported by Chrome ([@gilest](https://github.com/gilest))\n* `ember-file-upload`\n * [#1118](https://github.com/adopted-ember-addons/ember-file-upload/pull/1118) Update eslint-plugin-ember ([@gilest](https://github.com/gilest))\n * [#1114](https://github.com/adopted-ember-addons/ember-file-upload/pull/1114) Update ember-cli blueprints to 6.4.0 LTS ([@gilest](https://github.com/gilest))\n\n#### Committers: 1\n- Giles Thompson ([@gilest](https://github.com/gilest))\n"
}
17 changes: 17 additions & 0 deletions ember-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Release (2025-08-20)

* ember-file-upload 9.5.1 (patch)

#### :house: Internal
* Other
* [#1119](https://github.com/adopted-ember-addons/ember-file-upload/pull/1119) Drop all ember-data/warp-drive blueprint packages (not needed) ([@gilest](https://github.com/gilest))
* [#1117](https://github.com/adopted-ember-addons/ember-file-upload/pull/1117) chore(deps): bump caniuse/browserslist db ([@gilest](https://github.com/gilest))
* [#1109](https://github.com/adopted-ember-addons/ember-file-upload/pull/1109) Bump node to latest LTS in workflows ([@gilest](https://github.com/gilest))
* [#1108](https://github.com/adopted-ember-addons/ember-file-upload/pull/1108) Match uploaded bytes reported by Chrome ([@gilest](https://github.com/gilest))
* `ember-file-upload`
* [#1118](https://github.com/adopted-ember-addons/ember-file-upload/pull/1118) Update eslint-plugin-ember ([@gilest](https://github.com/gilest))
* [#1114](https://github.com/adopted-ember-addons/ember-file-upload/pull/1114) Update ember-cli blueprints to 6.4.0 LTS ([@gilest](https://github.com/gilest))

#### Committers: 1
- Giles Thompson ([@gilest](https://github.com/gilest))

## Release (2025-06-26)

* ember-file-upload 9.5.0 (minor)
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": "9.5.0",
"version": "9.5.1",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down