Skip to content

Commit

Permalink
Merge pull request #51 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Aug 6, 2024
2 parents c05f78e + 7975c45 commit 278f366
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"@embroider/app-blueprint": {
"impact": "patch",
"oldVersion": "0.5.1",
"newVersion": "0.5.2",
"impact": "minor",
"oldVersion": "0.5.2",
"newVersion": "0.6.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-08-03)\n\n@embroider/app-blueprint 0.5.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#47](https://github.com/embroider-build/app-blueprint/pull/47) Update to use explicit resolve.extensions ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2024-08-06)\n\n@embroider/app-blueprint 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#50](https://github.com/embroider-build/app-blueprint/pull/50) add git ignore for tmp file ([@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
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-08-06)

@embroider/app-blueprint 0.6.0 (minor)

#### :rocket: Enhancement
* `@embroider/app-blueprint`
* [#50](https://github.com/embroider-build/app-blueprint/pull/50) add git ignore for tmp file ([@mansona](https://github.com/mansona))

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

## Release (2024-08-03)

@embroider/app-blueprint 0.5.2 (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": "@embroider/app-blueprint",
"version": "0.5.2",
"version": "0.6.0",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 278f366

Please sign in to comment.