Skip to content

Commit 2ed95db

Browse files
github-actions[bot]github-actions[bot]
github-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 4fee505 commit 2ed95db

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-sortable": {
44
"impact": "patch",
5-
"oldVersion": "5.2.0",
6-
"newVersion": "5.2.1",
5+
"oldVersion": "5.2.1",
6+
"newVersion": "5.2.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-09-25)\n\nember-sortable 5.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#585](https://github.com/adopted-ember-addons/ember-sortable/pull/585) Add missing declaration export for modifier, services & test-support ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
16+
"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"
1717
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Release (2024-10-03)
4+
5+
ember-sortable 5.2.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-sortable`
9+
* [#591](https://github.com/adopted-ember-addons/ember-sortable/pull/591) Fix direction x (calculation incorrect) ([@mkszepp](https://github.com/mkszepp))
10+
* [#587](https://github.com/adopted-ember-addons/ember-sortable/pull/587) fix types for reorder and drag test helpers ([@BoussonKarel](https://github.com/BoussonKarel))
11+
12+
#### Committers: 2
13+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
14+
- [@BoussonKarel](https://github.com/BoussonKarel)
15+
316
## Release (2024-09-25)
417

518
ember-sortable 5.2.1 (patch)

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-sortable",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "Sortable UI primitives for Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)