Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and github-actions[bot] committed Jul 26, 2024
1 parent d2003aa commit 8331782
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"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"
"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-07-26)\n\nember-sortable 5.1.2 (patch)\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"
}
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-07-26)

ember-sortable 5.1.2 (patch)

#### :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 8331782

Please sign in to comment.