Skip to content

Commit

Permalink
Merge pull request #111 from empress/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored May 3, 2024
2 parents 6111d7a + 02b08dc commit 58a8959
Show file tree
Hide file tree
Showing 3 changed files with 24 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": {
"guidemaker": {
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.1",
"oldVersion": "4.0.1",
"newVersion": "4.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-05-03)\n\nguidemaker 4.0.2 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker`\n * [#109](https://github.com/empress/guidemaker/pull/109) remove ember-data transform re-exports ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `guidemaker`\n * [#112](https://github.com/empress/guidemaker/pull/112) update to v5.8 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#110](https://github.com/empress/guidemaker/pull/110) add ember-data to ember-try scenarios ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Guidemaker Changelog

## Release (2024-05-03)

guidemaker 4.0.2 (patch)

#### :bug: Bug Fix
* `guidemaker`
* [#109](https://github.com/empress/guidemaker/pull/109) remove ember-data transform re-exports ([@mansona](https://github.com/mansona))

#### :house: Internal
* `guidemaker`
* [#112](https://github.com/empress/guidemaker/pull/112) update to v5.8 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#110](https://github.com/empress/guidemaker/pull/110) add ember-data to ember-try scenarios ([@mansona](https://github.com/mansona))

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

## Release (2024-03-08)

guidemaker 4.0.1 (patch)
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.1",
"version": "4.0.2",
"description": "Guidemaker Core Engine",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 58a8959

Please sign in to comment.