Skip to content

Commit

Permalink
Merge pull request #893 from nickschot/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
nickschot authored Feb 16, 2024
2 parents 8f9a5ba + bbe7a64 commit d28b642
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"ember-mobile-menu": {
"impact": "minor",
"oldVersion": "5.0.0",
"newVersion": "5.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./ember-mobile-menu/package.json"
}
},
"description": "## Release (2024-02-16)\n\nember-mobile-menu 5.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-mobile-menu`\n * [#891](https://github.com/nickschot/ember-mobile-menu/pull/891) Inline body scroll lock library, apply small fixes & (unofficial) fastboot support ([@nickschot](https://github.com/nickschot))\n\n#### :house: Internal\n* [#892](https://github.com/nickschot/ember-mobile-menu/pull/892) Setup release-plan ([@nickschot](https://github.com/nickschot))\n\n#### Committers: 1\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Release (2024-02-16)

ember-mobile-menu 5.1.0 (minor)

#### :rocket: Enhancement
* `ember-mobile-menu`
* [#891](https://github.com/nickschot/ember-mobile-menu/pull/891) Inline body scroll lock library, apply small fixes & (unofficial) fastboot support ([@nickschot](https://github.com/nickschot))

#### :house: Internal
* [#892](https://github.com/nickschot/ember-mobile-menu/pull/892) Setup release-plan ([@nickschot](https://github.com/nickschot))

#### Committers: 1
- Nick Schot ([@nickschot](https://github.com/nickschot))

## v5.0.0 (2024-02-09)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-mobile-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-mobile-menu",
"version": "5.0.0",
"version": "5.1.0",
"description": "A draggable sidebar menu for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d28b642

Please sign in to comment.