From be9d3fa6a8b0e9b43cb855055d933b897319852c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Oct 2024 21:48:30 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 13 ++----------- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 1b980304..e8c6e8cd 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aff52035..5a8098ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-10-03) ember-sortable 5.2.2 (patch)