Skip to content

Commit d54cc03

Browse files
Prepare Release v5.3.4 using 'release-plan'
1 parent 7b4564a commit d54cc03

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-sortable": {
44
"impact": "patch",
5-
"oldVersion": "5.3.2",
6-
"newVersion": "5.3.3",
5+
"oldVersion": "5.3.3",
6+
"newVersion": "5.3.4",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./addon/package.json"
1515
}
1616
},
17-
"description": "## Release (2025-08-13)\n\n* ember-sortable 5.3.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#638](https://github.com/adopted-ember-addons/ember-sortable/pull/638) Remove virtual dependencies from dependencies list ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#636](https://github.com/adopted-ember-addons/ember-sortable/pull/636) Use native `Promise` instead from `rsvp` ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 2\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2026-06-09)\n\n* ember-sortable 5.3.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#672](https://github.com/adopted-ember-addons/ember-sortable/pull/672) Remove @embroider/macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#655](https://github.com/adopted-ember-addons/ember-sortable/pull/655) Drag start: be defensive around sortableGroup.prepare() ([@tniezurawski](https://github.com/tniezurawski))\n\n#### :house: Internal\n* [#673](https://github.com/adopted-ember-addons/ember-sortable/pull/673) update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Tomek Nieżurawski ([@tniezurawski](https://github.com/tniezurawski))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1818
}

CHANGELOG.md

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

3+
## Release (2026-06-09)
4+
5+
* ember-sortable 5.3.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-sortable`
9+
* [#672](https://github.com/adopted-ember-addons/ember-sortable/pull/672) Remove @embroider/macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#655](https://github.com/adopted-ember-addons/ember-sortable/pull/655) Drag start: be defensive around sortableGroup.prepare() ([@tniezurawski](https://github.com/tniezurawski))
11+
12+
#### :house: Internal
13+
* [#673](https://github.com/adopted-ember-addons/ember-sortable/pull/673) update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 2
16+
- Tomek Nieżurawski ([@tniezurawski](https://github.com/tniezurawski))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-08-13)
420

521
* ember-sortable 5.3.3 (patch)

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.3.3",
3+
"version": "5.3.4",
44
"description": "Sortable UI primitives for Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)