Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Sep 26, 2024
1 parent 1743eb5 commit b026443
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
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 * [#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: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## Release (2024-09-26)

@embroider/app-blueprint 0.11.0 (minor)

#### :rocket: Enhancement
* `@embroider/app-blueprint`
* [#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: 1
- [@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

0 comments on commit b026443

Please sign in to comment.