Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #48

Merged
merged 1 commit into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"solution": {
"@embroider/app-blueprint": {
"impact": "patch",
"oldVersion": "0.5.0",
"newVersion": "0.5.1",
"oldVersion": "0.5.1",
"newVersion": "0.5.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-25)\n\n@embroider/app-blueprint 0.5.1 (patch)\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#44](https://github.com/embroider-build/app-blueprint/pull/44) change dependabot versioning strategy to increase ([@mansona](https://github.com/mansona))\n * [#43](https://github.com/embroider-build/app-blueprint/pull/43) set packageManager in package.json and rely on that in CI ([@mansona](https://github.com/mansona))\n * [#38](https://github.com/embroider-build/app-blueprint/pull/38) add a test that verifies that the esbuild step was successful ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"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"
}
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-03)

@embroider/app-blueprint 0.5.2 (patch)

#### :bug: Bug Fix
* `@embroider/app-blueprint`
* [#47](https://github.com/embroider-build/app-blueprint/pull/47) Update to use explicit resolve.extensions ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2024-07-25)

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