Skip to content

Commit 03d23f4

Browse files
Merge pull request #567 from adopted-ember-addons/release-preview
Prepare Release
2 parents 126048e + a782b79 commit 03d23f4

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"solution": {
33
"ember-sortable": {
4-
"impact": "minor",
5-
"oldVersion": "5.0.2",
6-
"newVersion": "5.1.0",
4+
"impact": "patch",
5+
"oldVersion": "5.1.0",
6+
"newVersion": "5.1.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -17,5 +13,5 @@
1713
"pkgJSONPath": "./addon/package.json"
1814
}
1915
},
20-
"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"
16+
"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"
2117
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-07-12)
4+
5+
ember-sortable 5.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-sortable`, `test-app`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
13+
314
## Release (2024-07-06)
415

516
ember-sortable 5.1.0 (minor)

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-sortable",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Sortable UI primitives for Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)