forked from adopted-ember-addons/ember-sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-plan.json
17 lines (17 loc) · 908 Bytes
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"ember-sortable": {
"impact": "patch",
"oldVersion": "5.2.1",
"newVersion": "5.2.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2024-10-03)\n\nember-sortable 5.2.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#591](https://github.com/adopted-ember-addons/ember-sortable/pull/591) Fix direction x (calculation incorrect) ([@mkszepp](https://github.com/mkszepp))\n * [#587](https://github.com/adopted-ember-addons/ember-sortable/pull/587) fix types for reorder and drag test helpers ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### Committers: 2\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- [@BoussonKarel](https://github.com/BoussonKarel)\n"
}