From d82c7a3ce6f8dfacdaf5597da18940bba4f742ec Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:03:37 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 14 +++++++------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index daf344ab..f22f123a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,21 @@ { "solution": { "@embroider/addon-blueprint": { - "impact": "patch", - "oldVersion": "2.13.0", - "newVersion": "2.13.1", + "impact": "minor", + "oldVersion": "2.13.1", + "newVersion": "2.14.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" }, { "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-27)\n\n@embroider/addon-blueprint 2.13.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#265](https://github.com/embroider-build/addon-blueprint/pull/265) Add @glint/core to root package.json ([@miguelcobain](https://github.com/miguelcobain))\n\n#### :memo: Documentation\n* `@embroider/addon-blueprint`\n * [#263](https://github.com/embroider-build/addon-blueprint/pull/263) Document typescript option ([@miguelcobain](https://github.com/miguelcobain))\n\n#### Committers: 1\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n" + "description": "## Release (2024-03-04)\n\n@embroider/addon-blueprint 2.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#266](https://github.com/embroider-build/addon-blueprint/pull/266) add a timeout minutes to the CI jobs ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#268](https://github.com/embroider-build/addon-blueprint/pull/268) use our own version of ember-cli so the test app is always generated with the latest 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 c790757e..2d4e6b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @embroider/addon-blueprint Changelog +## Release (2024-03-04) + +@embroider/addon-blueprint 2.14.0 (minor) + +#### :rocket: Enhancement +* `@embroider/addon-blueprint` + * [#266](https://github.com/embroider-build/addon-blueprint/pull/266) add a timeout minutes to the CI jobs ([@mansona](https://github.com/mansona)) + +#### :bug: Bug Fix +* `@embroider/addon-blueprint` + * [#268](https://github.com/embroider-build/addon-blueprint/pull/268) use our own version of ember-cli so the test app is always generated with the latest blueprint ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-02-27) @embroider/addon-blueprint 2.13.1 (patch) diff --git a/package.json b/package.json index 90e113cb..1a4aabf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.13.1", + "version": "2.14.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"