Skip to content

Commit 20229f3

Browse files
Merge pull request #578 from adopted-ember-addons/release-preview
Prepare Release
2 parents 1572469 + ddec36f commit 20229f3

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"solution": {
33
"ember-sortable": {
4-
"impact": "patch",
5-
"oldVersion": "5.1.1",
6-
"newVersion": "5.1.2",
4+
"impact": "minor",
5+
"oldVersion": "5.1.2",
6+
"newVersion": "5.2.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
"impact": "patch",
@@ -17,5 +17,5 @@
1717
"pkgJSONPath": "./addon/package.json"
1818
}
1919
},
20-
"description": "## Release (2024-08-03)\n\nember-sortable 5.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`, `test-app`\n * [#575](https://github.com/adopted-ember-addons/ember-sortable/pull/575) Fix error `TypeError: items[0] is undefined` in `sortable-item` modifier ([@mkszepp](https://github.com/mkszepp))\n\n#### :memo: Documentation\n* [#572](https://github.com/adopted-ember-addons/ember-sortable/pull/572) Add info about `grid` direction into readme and minimal fixes ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `ember-sortable`\n * [#571](https://github.com/adopted-ember-addons/ember-sortable/pull/571) fix demo links and turn of github pages deploy ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
20+
"description": "## Release (2024-09-21)\n\nember-sortable 5.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-sortable`, `test-app`\n * [#581](https://github.com/adopted-ember-addons/ember-sortable/pull/581) Convert addon to TypeScript & add glint ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `ember-sortable`, `docs`, `test-app`\n * [#582](https://github.com/adopted-ember-addons/ember-sortable/pull/582) Update dependencies & bring back green CI ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
2121
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2024-09-21)
4+
5+
ember-sortable 5.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-sortable`, `test-app`
9+
* [#581](https://github.com/adopted-ember-addons/ember-sortable/pull/581) Convert addon to TypeScript & add glint ([@mkszepp](https://github.com/mkszepp))
10+
11+
#### :house: Internal
12+
* `ember-sortable`, `docs`, `test-app`
13+
* [#582](https://github.com/adopted-ember-addons/ember-sortable/pull/582) Update dependencies & bring back green CI ([@mkszepp](https://github.com/mkszepp))
14+
15+
#### Committers: 1
16+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
17+
318
## Release (2024-08-03)
419

520
ember-sortable 5.1.2 (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.1.2",
3+
"version": "5.2.0",
44
"description": "Sortable UI primitives for Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)