From 6a14d8a943a4949dbd8aee9e34337d8044f322e7 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:14:21 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 4fdd6a3..61ebf6a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "@embroider/app-blueprint": { - "impact": "patch", - "oldVersion": "0.16.0", - "newVersion": "0.16.1", + "impact": "minor", + "oldVersion": "0.16.1", + "newVersion": "0.17.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2024-11-27)\n\n@embroider/app-blueprint 0.17.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#119](https://github.com/embroider-build/app-blueprint/pull/119) Remove webpack from dependencies ([@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 c848f3b..3954df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-11-27) +@embroider/app-blueprint 0.17.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#119](https://github.com/embroider-build/app-blueprint/pull/119) Remove webpack from dependencies ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 1 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + +## Release (2024-11-27) + @embroider/app-blueprint 0.16.1 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 58174f2..77605da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.16.1", + "version": "0.17.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"