From 0a0a4f60c374935f153e378eeddbfba0d14f7f5b Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:43:13 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 8 ++++---- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- stderr.log | 0 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 stderr.log diff --git a/.release-plan.json b/.release-plan.json index 739e0ca7..a486e530 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@embroider/addon-blueprint": { "impact": "minor", - "oldVersion": "2.11.0", - "newVersion": "2.12.0", + "oldVersion": "2.12.0", + "newVersion": "2.13.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-02-15)\n\n@embroider/addon-blueprint 2.12.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#253](https://github.com/embroider-build/addon-blueprint/pull/253) Update LTS scenarios ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#247](https://github.com/embroider-build/addon-blueprint/pull/247) fix indentation in GitHub CI workflow ([@jelhan](https://github.com/jelhan))\n * [#256](https://github.com/embroider-build/addon-blueprint/pull/256) Add missing .gitignores to better support --addon-only scenarios (no test app) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-02-18)\n\n@embroider/addon-blueprint 2.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#259](https://github.com/embroider-build/addon-blueprint/pull/259) remove wyvox/action-setup-pnpm to realign with ember-cli ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/addon-blueprint`\n * [#262](https://github.com/embroider-build/addon-blueprint/pull/262) fix workspace definition ([@mansona](https://github.com/mansona))\n * [#260](https://github.com/embroider-build/addon-blueprint/pull/260) update release-plan ([@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 befc07ce..3a620c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # @embroider/addon-blueprint Changelog + +## Release (2024-02-18) + +@embroider/addon-blueprint 2.13.0 (minor) + +#### :rocket: Enhancement +* `@embroider/addon-blueprint` + * [#259](https://github.com/embroider-build/addon-blueprint/pull/259) remove wyvox/action-setup-pnpm to realign with ember-cli ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `@embroider/addon-blueprint` + * [#262](https://github.com/embroider-build/addon-blueprint/pull/262) fix workspace definition ([@mansona](https://github.com/mansona)) + * [#260](https://github.com/embroider-build/addon-blueprint/pull/260) update release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) ## Release (2024-02-15) @embroider/addon-blueprint 2.12.0 (minor) diff --git a/package.json b/package.json index 886abd1b..3015c87a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.12.0", + "version": "2.13.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint" diff --git a/stderr.log b/stderr.log new file mode 100644 index 00000000..e69de29b