From f8d552dfc92148d6abf2d87ce65b39e08b9f2b9c Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:29:21 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c2a2c9e..ee32a23 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@embroider/app-blueprint": { "impact": "minor", - "oldVersion": "0.3.0", - "newVersion": "0.4.0", + "oldVersion": "0.4.0", + "newVersion": "0.5.0", "constraints": [ { "impact": "minor", @@ -12,10 +12,14 @@ { "impact": "patch", "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-06-13)\n\n@embroider/app-blueprint 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#31](https://github.com/embroider-build/app-blueprint/pull/31) fix the location of the rewritten app ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#30](https://github.com/embroider-build/app-blueprint/pull/30) docs: document update command ([@IgnaceMaes](https://github.com/IgnaceMaes))\n * [#21](https://github.com/embroider-build/app-blueprint/pull/21) add docs for updating an existing app ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n" + "description": "## Release (2024-06-27)\n\n@embroider/app-blueprint 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#37](https://github.com/embroider-build/app-blueprint/pull/37) add new app.js structure ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#33](https://github.com/embroider-build/app-blueprint/pull/33) Add a bigger warning for this repo ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#28](https://github.com/embroider-build/app-blueprint/pull/28) add regression tests for initialisers ([@mansona](https://github.com/mansona))\n * [#35](https://github.com/embroider-build/app-blueprint/pull/35) add notification for failed github action ([@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 2494c2a..1b2b4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## Release (2024-06-27) + +@embroider/app-blueprint 0.5.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#37](https://github.com/embroider-build/app-blueprint/pull/37) add new app.js structure ([@mansona](https://github.com/mansona)) + +#### :memo: Documentation +* `@embroider/app-blueprint` + * [#33](https://github.com/embroider-build/app-blueprint/pull/33) Add a bigger warning for this repo ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `@embroider/app-blueprint` + * [#28](https://github.com/embroider-build/app-blueprint/pull/28) add regression tests for initialisers ([@mansona](https://github.com/mansona)) + * [#35](https://github.com/embroider-build/app-blueprint/pull/35) add notification for failed github action ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-06-13) @embroider/app-blueprint 0.4.0 (minor) diff --git a/package.json b/package.json index 7dd8bde..0c4a4cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.4.0", + "version": "0.5.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"