diff --git a/.release-plan.json b/.release-plan.json index d423cc4e..b9987380 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,8 @@ { "solution": { "ember-sortable": { - "impact": "patch", - "oldVersion": "5.1.1", - "newVersion": "5.1.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./addon/package.json" + "oldVersion": "5.1.2" } }, - "description": "## Release (2024-08-03)\n\nember-sortable 5.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`, `test-app`\n * [#575](https://github.com/adopted-ember-addons/ember-sortable/pull/575) Fix error `TypeError: items[0] is undefined` in `sortable-item` modifier ([@mkszepp](https://github.com/mkszepp))\n\n#### :memo: Documentation\n* [#572](https://github.com/adopted-ember-addons/ember-sortable/pull/572) Add info about `grid` direction into readme and minimal fixes ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `ember-sortable`\n * [#571](https://github.com/adopted-ember-addons/ember-sortable/pull/571) fix demo links and turn of github pages deploy ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6457b4a2..76e09e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-08-03) ember-sortable 5.1.2 (patch)