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 #77

Merged
merged 1 commit into from
Sep 26, 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
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"solution": {
"@embroider/app-blueprint": {
"impact": "patch",
"oldVersion": "0.10.0",
"newVersion": "0.10.1",
"impact": "minor",
"oldVersion": "0.10.1",
"newVersion": "0.11.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
Expand All @@ -17,5 +21,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-09-18)\n\n@embroider/app-blueprint 0.10.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#70](https://github.com/embroider-build/app-blueprint/pull/70) fix: Uninstall task fails gracefully when given packages are not found ([@MichalBryxi](https://github.com/MichalBryxi))\n * [#73](https://github.com/embroider-build/app-blueprint/pull/73) recreate issue with decorator transforms in tests and fix it ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#71](https://github.com/embroider-build/app-blueprint/pull/71) add a test for dev mode tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n"
"description": "## Release (2024-09-26)\n\n@embroider/app-blueprint 0.11.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#86](https://github.com/embroider-build/app-blueprint/pull/86) use the new load initializers and resolver ([@mansona](https://github.com/mansona))\n * [#83](https://github.com/embroider-build/app-blueprint/pull/83) Add prettier config (with `<template>` support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#76](https://github.com/embroider-build/app-blueprint/pull/76) pnpx => pnpm dlx ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#84](https://github.com/embroider-build/app-blueprint/pull/84) Run linting on the generated project in CI // add a working eslintconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#82](https://github.com/embroider-build/app-blueprint/pull/82) Split the lint and test jobs so we can see tests running during draft work ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#81](https://github.com/embroider-build/app-blueprint/pull/81) Prepare for typescript support by moving all the js files into a js folder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## Release (2024-09-26)

@embroider/app-blueprint 0.11.0 (minor)

#### :rocket: Enhancement
* `@embroider/app-blueprint`
* [#86](https://github.com/embroider-build/app-blueprint/pull/86) use the new load initializers and resolver ([@mansona](https://github.com/mansona))
* [#83](https://github.com/embroider-build/app-blueprint/pull/83) Add prettier config (with `<template>` support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* `@embroider/app-blueprint`
* [#76](https://github.com/embroider-build/app-blueprint/pull/76) pnpx => pnpm dlx ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@embroider/app-blueprint`
* [#84](https://github.com/embroider-build/app-blueprint/pull/84) Run linting on the generated project in CI // add a working eslintconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#82](https://github.com/embroider-build/app-blueprint/pull/82) Split the lint and test jobs so we can see tests running during draft work ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#81](https://github.com/embroider-build/app-blueprint/pull/81) Prepare for typescript support by moving all the js files into a js folder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-09-18)

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