Skip to content

Commit d1492b3

Browse files
Merge pull request #609 from adopted-ember-addons/release-preview
Prepare Release
2 parents f1e85cd + b7d3acc commit d1492b3

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"ember-sortable": {
4-
"impact": "patch",
5-
"oldVersion": "5.2.2",
6-
"newVersion": "5.2.3",
4+
"impact": "minor",
5+
"oldVersion": "5.2.3",
6+
"newVersion": "5.3.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
}
1212
],
1313
"pkgJSONPath": "./addon/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-03-31)\n\nember-sortable 5.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-sortable`\n * [#616](https://github.com/adopted-ember-addons/ember-sortable/pull/616) Cleanup `@ember/service` deprecation ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
1717
}

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 (2025-03-31)
4+
5+
ember-sortable 5.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-sortable`
9+
* [#616](https://github.com/adopted-ember-addons/ember-sortable/pull/616) Cleanup `@ember/service` deprecation ([@mkszepp](https://github.com/mkszepp))
10+
11+
#### Committers: 1
12+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
13+
314
## Release (2025-01-13)
415

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

0 commit comments

Comments
 (0)