Skip to content

Commit f3fa6a6

Browse files
authoredJan 13, 2025··
Merge pull request #594 from adopted-ember-addons/release-preview
Prepare Release
2 parents 5ceca29 + e04d37c commit f3fa6a6

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-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.1",
6-
"newVersion": "5.2.2",
5+
"oldVersion": "5.2.2",
6+
"newVersion": "5.2.3",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-01-13)\n\nember-sortable 5.2.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#606](https://github.com/adopted-ember-addons/ember-sortable/pull/606) bug: Support when border-spacing returns a single value ([@cyril-sf](https://github.com/cyril-sf))\n\n#### Committers: 1\n- Cyril Fluck ([@cyril-sf](https://github.com/cyril-sf))\n"
1717
}

‎CHANGELOG.md

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

3+
## Release (2025-01-13)
4+
5+
ember-sortable 5.2.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-sortable`
9+
* [#606](https://github.com/adopted-ember-addons/ember-sortable/pull/606) bug: Support when border-spacing returns a single value ([@cyril-sf](https://github.com/cyril-sf))
10+
11+
#### Committers: 1
12+
- Cyril Fluck ([@cyril-sf](https://github.com/cyril-sf))
13+
314
## Release (2024-10-03)
415

516
ember-sortable 5.2.2 (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.2",
3+
"version": "5.2.3",
44
"description": "Sortable UI primitives for Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)
Please sign in to comment.