Skip to content

Commit

Permalink
Merge pull request #61 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 a2318db + c42eff6 commit 5b3e5e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@embroider/app-blueprint": {
"impact": "patch",
"oldVersion": "0.7.0",
"newVersion": "0.7.1",
"oldVersion": "0.7.1",
"newVersion": "0.7.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-09-02)\n\n@embroider/app-blueprint 0.7.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#60](https://github.com/embroider-build/app-blueprint/pull/60) Add /tmp/ to files-override/.gitignore ([@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
Expand Up @@ -2,6 +2,17 @@

## Release (2024-09-02)

@embroider/app-blueprint 0.7.2 (patch)

#### :bug: Bug Fix
* `@embroider/app-blueprint`
* [#60](https://github.com/embroider-build/app-blueprint/pull/60) Add /tmp/ to files-override/.gitignore ([@kiwiupover](https://github.com/kiwiupover))

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

## Release (2024-09-02)

@embroider/app-blueprint 0.7.1 (patch)

#### :bug: Bug Fix
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.1",
"version": "0.7.2",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 5b3e5e4

Please sign in to comment.