-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
.release-plan.json
17 lines (17 loc) · 1003 Bytes
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"ember-infinity": {
"impact": "patch",
"oldVersion": "3.0.0",
"newVersion": "3.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-infinity/package.json"
}
},
"description": "## Release (2024-09-23)\n\nember-infinity 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-infinity`\n * [#486](https://github.com/adopted-ember-addons/ember-infinity/pull/486) Account for isDestroying state on InfinityLoaderComponent ([@trevordevore](https://github.com/trevordevore))\n\n#### :house: Internal\n* [#488](https://github.com/adopted-ember-addons/ember-infinity/pull/488) Update plan-release.yml to support labeling after merge ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 2\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Trevor DeVore ([@trevordevore](https://github.com/trevordevore))\n"
}