Skip to content

Commit 6d03858

Browse files
Merge pull request #540 from adopted-ember-addons/release-preview
Prepare Release
2 parents a81f465 + 0aff7ca commit 6d03858

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"ember-sortable": {
44
"impact": "patch",
5-
"oldVersion": "5.0.0",
6-
"newVersion": "5.0.1",
5+
"oldVersion": "5.0.1",
6+
"newVersion": "5.0.2",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./addon/package.json"
1814
}
1915
},
20-
"description": "## Release (2023-12-20)\n\nember-sortable 5.0.1 (patch)\n\n#### :rocket: Enhancement\n* `test-app`\n * [#524](https://github.com/adopted-ember-addons/ember-sortable/pull/524) Test against LTS 4.12 and 5.4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#521](https://github.com/adopted-ember-addons/ember-sortable/pull/521) importing from the _app_ directory was disallowed because of the exports config. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#523](https://github.com/adopted-ember-addons/ember-sortable/pull/523) widen peer ranges ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#506](https://github.com/adopted-ember-addons/ember-sortable/pull/506) when sortable is disabled, scrolling is blocked on ios ([@st-h](https://github.com/st-h))\n* `ember-sortable`, `test-app`\n * [#518](https://github.com/adopted-ember-addons/ember-sortable/pull/518) Allow @ember/test-helpers 3 ([@francois2metz](https://github.com/francois2metz))\n\n#### :house: Internal\n* Other\n * [#533](https://github.com/adopted-ember-addons/ember-sortable/pull/533) Simplify CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-sortable`\n * [#522](https://github.com/adopted-ember-addons/ember-sortable/pull/522) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- François de Metz ([@francois2metz](https://github.com/francois2metz))\n- Steve ([@st-h](https://github.com/st-h))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-06-04)\n\nember-sortable 5.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#558](https://github.com/adopted-ember-addons/ember-sortable/pull/558) Add missing extensions to exports ([@deanylev](https://github.com/deanylev))\n\n#### Committers: 1\n- Dean Levinson ([@deanylev](https://github.com/deanylev))\n"
2117
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
3+
## Release (2024-06-04)
4+
5+
ember-sortable 5.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-sortable`
9+
* [#558](https://github.com/adopted-ember-addons/ember-sortable/pull/558) Add missing extensions to exports ([@deanylev](https://github.com/deanylev))
10+
11+
#### Committers: 1
12+
- Dean Levinson ([@deanylev](https://github.com/deanylev))
213
## Release (2023-12-20)
314

415
ember-sortable 5.0.1 (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.0.1",
3+
"version": "5.0.2",
44
"description": "Sortable UI primitives for Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)