Skip to content

Commit 1ce40de

Browse files
Merge pull request #536 from adopted-ember-addons/release-preview
Prepare Release
2 parents 341f1cb + 1961124 commit 1ce40de

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

.release-plan.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-sortable": {
4+
"impact": "patch",
5+
"oldVersion": "5.0.0",
6+
"newVersion": "5.0.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./addon/package.json"
18+
}
19+
},
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"
21+
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
11
# Changelog
2+
## Release (2023-12-20)
3+
4+
ember-sortable 5.0.1 (patch)
5+
6+
#### :rocket: Enhancement
7+
* `test-app`
8+
* [#524](https://github.com/adopted-ember-addons/ember-sortable/pull/524) Test against LTS 4.12 and 5.4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### :bug: Bug Fix
11+
* `ember-sortable`
12+
* [#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))
13+
* [#523](https://github.com/adopted-ember-addons/ember-sortable/pull/523) widen peer ranges ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#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))
15+
* `ember-sortable`, `test-app`
16+
* [#518](https://github.com/adopted-ember-addons/ember-sortable/pull/518) Allow @ember/test-helpers 3 ([@francois2metz](https://github.com/francois2metz))
17+
18+
#### :house: Internal
19+
* Other
20+
* [#533](https://github.com/adopted-ember-addons/ember-sortable/pull/533) Simplify CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* `ember-sortable`
22+
* [#522](https://github.com/adopted-ember-addons/ember-sortable/pull/522) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
23+
24+
#### Committers: 3
25+
- François de Metz ([@francois2metz](https://github.com/francois2metz))
26+
- Steve ([@st-h](https://github.com/st-h))
27+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

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

0 commit comments

Comments
 (0)