From 37e17c2f0ba6ce5acad51f9790d86841a6c21ef7 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:59:49 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 14 +++++--------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 688b095..4fdd6a3 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "@embroider/app-blueprint": { - "impact": "minor", - "oldVersion": "0.15.0", - "newVersion": "0.16.0", + "impact": "patch", + "oldVersion": "0.16.0", + "newVersion": "0.16.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-23)\n\n@embroider/app-blueprint 0.16.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#116](https://github.com/embroider-build/app-blueprint/pull/116) bump @ember/test-helpers and stop ember-qunit from using requirejs ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#74](https://github.com/embroider-build/app-blueprint/pull/74) add a test to verify generators are still working ([@mansona](https://github.com/mansona))\n * [#112](https://github.com/embroider-build/app-blueprint/pull/112) delete TS file in JS fixture ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-11-27)\n\n@embroider/app-blueprint 0.16.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#117](https://github.com/embroider-build/app-blueprint/pull/117) Stick to vite v5 for now ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0f45e..c848f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-11-27) + +@embroider/app-blueprint 0.16.1 (patch) + +#### :bug: Bug Fix +* `@embroider/app-blueprint` + * [#117](https://github.com/embroider-build/app-blueprint/pull/117) Stick to vite v5 for now ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 1 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + ## Release (2024-11-23) @embroider/app-blueprint 0.16.0 (minor) diff --git a/package.json b/package.json index 256f77d..58174f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.16.0", + "version": "0.16.1", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"