Skip to content

Commit

Permalink
Merge pull request #578 from adopted-ember-addons/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Sep 21, 2024
2 parents 1572469 + ddec36f commit 20229f3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"ember-sortable": {
"impact": "patch",
"oldVersion": "5.1.1",
"newVersion": "5.1.2",
"impact": "minor",
"oldVersion": "5.1.2",
"newVersion": "5.2.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./addon/package.json"
}
},
"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"
"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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-09-21)

ember-sortable 5.2.0 (minor)

#### :rocket: Enhancement
* `ember-sortable`, `test-app`
* [#581](https://github.com/adopted-ember-addons/ember-sortable/pull/581) Convert addon to TypeScript & add glint ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* `ember-sortable`, `docs`, `test-app`
* [#582](https://github.com/adopted-ember-addons/ember-sortable/pull/582) Update dependencies & bring back green CI ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## Release (2024-08-03)

ember-sortable 5.1.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.1.2",
"version": "5.2.0",
"description": "Sortable UI primitives for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 20229f3

Please sign in to comment.