-
-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy path.release-plan.json
More file actions
18 lines (18 loc) · 963 Bytes
/
.release-plan.json
File metadata and controls
18 lines (18 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"solution": {
"ember-file-upload": {
"impact": "major",
"oldVersion": "9.6.0",
"newVersion": "10.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./ember-file-upload/package.json"
}
},
"description": "## Release (2026-04-03)\n\n* ember-file-upload 10.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-file-upload`\n * [#1147](https://github.com/adopted-ember-addons/ember-file-upload/pull/1147) Drop support for Ember < 4.4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* [#1145](https://github.com/adopted-ember-addons/ember-file-upload/pull/1145) Update release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
}