From 39448a987bae00c0d00c49fa644dc513190ed05c Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:26:39 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++++++++------ CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c485876..487af4e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,21 @@ { "solution": { "@embroider/app-blueprint": { - "impact": "minor", - "oldVersion": "0.9.0", - "newVersion": "0.10.0", + "impact": "patch", + "oldVersion": "0.10.0", + "newVersion": "0.10.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-09-11)\n\n@embroider/app-blueprint 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#68](https://github.com/embroider-build/app-blueprint/pull/68) update to user-controlled babel file ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a2e4f..6db4456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Release (2024-09-18) + +@embroider/app-blueprint 0.10.1 (patch) + +#### :bug: Bug Fix +* `@embroider/app-blueprint` + * [#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)) + * [#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)) + +#### :house: Internal +* `@embroider/app-blueprint` + * [#71](https://github.com/embroider-build/app-blueprint/pull/71) add a test for dev mode tests ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi)) + ## Release (2024-09-11) @embroider/app-blueprint 0.10.0 (minor) diff --git a/package.json b/package.json index d9c7f80..a762396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.10.0", + "version": "0.10.1", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"