From a782b79e5e4871152963afbe60d6a404b548799b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Jul 2024 14:32:23 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++-------- CHANGELOG.md | 11 +++++++++++ addon/package.json | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b599cd80..541873d4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,14 +1,10 @@ { "solution": { "ember-sortable": { - "impact": "minor", - "oldVersion": "5.0.2", - "newVersion": "5.1.0", + "impact": "patch", + "oldVersion": "5.1.0", + "newVersion": "5.1.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" @@ -17,5 +13,5 @@ "pkgJSONPath": "./addon/package.json" } }, - "description": "## Release (2024-07-06)\n\nember-sortable 5.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-sortable`, `docs`, `test-app`\n * [#560](https://github.com/adopted-ember-addons/ember-sortable/pull/560) Add direction grid ([@mkszepp](https://github.com/mkszepp))\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#562](https://github.com/adopted-ember-addons/ember-sortable/pull/562) Fix: Block drag start while any item is busy & add wait for transition end in test helper `drop` ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n" + "description": "## Release (2024-07-12)\n\nember-sortable 5.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`, `test-app`\n * [#566](https://github.com/adopted-ember-addons/ember-sortable/pull/566) Fix grid direction, when group element has negative margin ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f32630f7..9316e429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-07-12) + +ember-sortable 5.1.1 (patch) + +#### :bug: Bug Fix +* `ember-sortable`, `test-app` + * [#566](https://github.com/adopted-ember-addons/ember-sortable/pull/566) Fix grid direction, when group element has negative margin ([@mkszepp](https://github.com/mkszepp)) + +#### Committers: 1 +- Markus Sanin ([@mkszepp](https://github.com/mkszepp)) + ## Release (2024-07-06) ember-sortable 5.1.0 (minor) diff --git a/addon/package.json b/addon/package.json index 6e36e4cc..3937d7dd 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-sortable", - "version": "5.1.0", + "version": "5.1.1", "description": "Sortable UI primitives for Ember.", "keywords": [ "ember-addon",