-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release using 'release-plan'
- Loading branch information
1 parent
51f3fa6
commit be9d3fa
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,8 @@ | ||
{ | ||
"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" | ||
"oldVersion": "5.2.2" | ||
} | ||
}, | ||
"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" | ||
"description": "\n\n\n\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
|
||
|
||
|
||
|
||
|
||
## Release (2024-10-03) | ||
|
||
ember-sortable 5.2.2 (patch) | ||
|