Skip to content

Commit

Permalink
Merge pull request #568 from adopted-ember-addons/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Aug 5, 2024
2 parents 704af2d + 66aa9a6 commit fe80db8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"solution": {
"ember-sortable": {
"impact": "patch",
"oldVersion": "5.1.0",
"newVersion": "5.1.1",
"oldVersion": "5.1.1",
"newVersion": "5.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2024-07-12)\n\nember-sortable 5.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-sortable`, `test-app`\n * [#566](https://github.com/adopted-ember-addons/ember-sortable/pull/566) Fix grid direction, when group element has negative margin ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
"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"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-08-03)

ember-sortable 5.1.2 (patch)

#### :bug: Bug Fix
* `ember-sortable`, `test-app`
* [#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))

#### :memo: Documentation
* [#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))

#### :house: Internal
* `ember-sortable`
* [#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))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## Release (2024-07-12)

ember-sortable 5.1.1 (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.1",
"version": "5.1.2",
"description": "Sortable UI primitives for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit fe80db8

Please sign in to comment.