Skip to content

Commit

Permalink
Merge pull request #106 from empress/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Mar 8, 2024
2 parents 4ad53a6 + d7e4a0d commit e7fa43d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"guidemaker": {
"impact": "major",
"oldVersion": "3.3.1",
"newVersion": "4.0.0",
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-03-08)\n\nguidemaker 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `guidemaker`\n * [#91](https://github.com/empress/guidemaker/pull/91) update to v5.4 with ember-cli-update and drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))\n * [#103](https://github.com/empress/guidemaker/pull/103) drop support for node < 18 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `guidemaker`\n * [#102](https://github.com/empress/guidemaker/pull/102) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-03-08)\n\nguidemaker 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker`\n * [#105](https://github.com/empress/guidemaker/pull/105) fix the location of the shorten-version helper ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-03-08)

guidemaker 4.0.1 (patch)

#### :bug: Bug Fix
* `guidemaker`
* [#105](https://github.com/empress/guidemaker/pull/105) fix the location of the shorten-version helper ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-03-08)

guidemaker 4.0.0 (major)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guidemaker",
"version": "4.0.0",
"version": "4.0.1",
"description": "Guidemaker Core Engine",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit e7fa43d

Please sign in to comment.