Skip to content

Commit

Permalink
Merge pull request #59 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Sep 2, 2024
2 parents bb4e1d2 + 966c7d1 commit 166337a
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": "minor",
"oldVersion": "0.6.0",
"newVersion": "0.7.0",
"impact": "patch",
"oldVersion": "0.7.0",
"newVersion": "0.7.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-08-31)\n\n@embroider/app-blueprint 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#57](https://github.com/embroider-build/app-blueprint/pull/57) add fixes for new test structure ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-09-02)\n\n@embroider/app-blueprint 0.7.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#58](https://github.com/embroider-build/app-blueprint/pull/58) Fixes app import paths in index.html ([@kiwiupover](https://github.com/kiwiupover))\n\n#### Committers: 1\n- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))\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-09-02)

@embroider/app-blueprint 0.7.1 (patch)

#### :bug: Bug Fix
* `@embroider/app-blueprint`
* [#58](https://github.com/embroider-build/app-blueprint/pull/58) Fixes app import paths in index.html ([@kiwiupover](https://github.com/kiwiupover))

#### Committers: 1
- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))

## Release (2024-08-31)

@embroider/app-blueprint 0.7.0 (minor)
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.7.0",
"version": "0.7.1",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 166337a

Please sign in to comment.