Skip to content

Commit 89fee0a

Browse files
gilestgithub-actions[bot]
authored andcommitted
Prepare Release v9.5.1 using 'release-plan'
1 parent eb9c488 commit 89fee0a

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"ember-file-upload": {
4-
"impact": "minor",
5-
"oldVersion": "9.4.1",
6-
"newVersion": "9.5.0",
4+
"impact": "patch",
5+
"oldVersion": "9.5.0",
6+
"newVersion": "9.5.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :house: Internal"
1212
}
1313
],
1414
"pkgJSONPath": "./ember-file-upload/package.json"
1515
}
1616
},
17-
"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"
17+
"description": "## Release (2025-08-20)\n\n* ember-file-upload 9.5.1 (patch)\n\n#### :house: Internal\n* Other\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 * [#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"
1818
}

ember-file-upload/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2025-08-20)
4+
5+
* ember-file-upload 9.5.1 (patch)
6+
7+
#### :house: Internal
8+
* Other
9+
* [#1117](https://github.com/adopted-ember-addons/ember-file-upload/pull/1117) chore(deps): bump caniuse/browserslist db ([@gilest](https://github.com/gilest))
10+
* [#1109](https://github.com/adopted-ember-addons/ember-file-upload/pull/1109) Bump node to latest LTS in workflows ([@gilest](https://github.com/gilest))
11+
* [#1108](https://github.com/adopted-ember-addons/ember-file-upload/pull/1108) Match uploaded bytes reported by Chrome ([@gilest](https://github.com/gilest))
12+
* `ember-file-upload`
13+
* [#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))
14+
15+
#### Committers: 1
16+
- Giles Thompson ([@gilest](https://github.com/gilest))
17+
318
## Release (2025-06-26)
419

520
* ember-file-upload 9.5.0 (minor)

ember-file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-file-upload",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"description": "An uploader component for Ember apps",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)