From 6765f90376fe51d8eb372215e8e4533868d3e29d Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:23:06 +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 a486e530..daf344ab 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,21 @@ { "solution": { "@embroider/addon-blueprint": { - "impact": "minor", - "oldVersion": "2.12.0", - "newVersion": "2.13.0", + "impact": "patch", + "oldVersion": "2.13.0", + "newVersion": "2.13.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./package.json" } }, - "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" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a620c79..c790757e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @embroider/addon-blueprint Changelog +## Release (2024-02-27) + +@embroider/addon-blueprint 2.13.1 (patch) + +#### :bug: Bug Fix +* `@embroider/addon-blueprint` + * [#265](https://github.com/embroider-build/addon-blueprint/pull/265) Add @glint/core to root package.json ([@miguelcobain](https://github.com/miguelcobain)) + +#### :memo: Documentation +* `@embroider/addon-blueprint` + * [#263](https://github.com/embroider-build/addon-blueprint/pull/263) Document typescript option ([@miguelcobain](https://github.com/miguelcobain)) + +#### Committers: 1 +- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain)) + ## Release (2024-02-18) @embroider/addon-blueprint 2.13.0 (minor) diff --git a/package.json b/package.json index 3015c87a..efc0b632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.13.0", + "version": "2.13.1", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"