Skip to content

Commit

Permalink
Merge pull request #594 from adopted-ember-addons/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 13, 2025
2 parents 5ceca29 + e04d37c commit f3fa6a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-sortable": {
"impact": "patch",
"oldVersion": "5.2.1",
"newVersion": "5.2.2",
"oldVersion": "5.2.2",
"newVersion": "5.2.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./addon/package.json"
}
},
"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"
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2025-01-13)

ember-sortable 5.2.3 (patch)

#### :bug: Bug Fix
* `ember-sortable`
* [#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))

#### Committers: 1
- Cyril Fluck ([@cyril-sf](https://github.com/cyril-sf))

## Release (2024-10-03)

ember-sortable 5.2.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-sortable",
"version": "5.2.2",
"version": "5.2.3",
"description": "Sortable UI primitives for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f3fa6a6

Please sign in to comment.