From cd25ed0623d2598e7e8f770cf665ab16a9f51d12 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:48:50 +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 b886c04..aed063c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "@embroider/app-blueprint": { - "impact": "patch", - "oldVersion": "0.7.1", - "newVersion": "0.7.2", + "impact": "minor", + "oldVersion": "0.7.2", + "newVersion": "0.8.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-09-02)\n\n@embroider/app-blueprint 0.7.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#60](https://github.com/embroider-build/app-blueprint/pull/60) Add /tmp/ to files-override/.gitignore ([@kiwiupover](https://github.com/kiwiupover))\n\n#### Committers: 1\n- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))\n" + "description": "## Release (2024-09-02)\n\n@embroider/app-blueprint 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#62](https://github.com/embroider-build/app-blueprint/pull/62) move the index.html into the root of the blueprint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2365046..edcc037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-09-02) +@embroider/app-blueprint 0.8.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#62](https://github.com/embroider-build/app-blueprint/pull/62) move the index.html into the root of the blueprint ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2024-09-02) + @embroider/app-blueprint 0.7.2 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 50268e1..4af4a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.7.2", + "version": "0.8.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"