From b026443e0c56691cddefe6df09698487ecf6573e Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:26:22 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 14 +++++++++----- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 487af4e..baa3014 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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", @@ -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 `