From 9219df92e57e159eaec6f555c50d0942acde669f Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:21:14 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 8 ++++---- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 103b255..688b095 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@embroider/app-blueprint": { "impact": "minor", - "oldVersion": "0.14.0", - "newVersion": "0.15.0", + "oldVersion": "0.15.0", + "newVersion": "0.16.0", "constraints": [ { "impact": "minor", @@ -11,11 +11,11 @@ }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-18)\n\n@embroider/app-blueprint 0.15.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#107](https://github.com/embroider-build/app-blueprint/pull/107) Update ember cli to 6.0 ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#110](https://github.com/embroider-build/app-blueprint/pull/110) fix upstream issue with typescript-eslint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 574afb7..fd0f45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-11-23) + +@embroider/app-blueprint 0.16.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#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)) + +#### :house: Internal +* `@embroider/app-blueprint` + * [#74](https://github.com/embroider-build/app-blueprint/pull/74) add a test to verify generators are still working ([@mansona](https://github.com/mansona)) + * [#112](https://github.com/embroider-build/app-blueprint/pull/112) delete TS file in JS fixture ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-11-18) @embroider/app-blueprint 0.15.0 (minor) diff --git a/package.json b/package.json index 7cef5d9..256f77d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.15.0", + "version": "0.16.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"