From 3bab30201ffd85aa60e369a1abb24ea584de0981 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Dec 2023 19:45:27 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 25 +++++++++++++++++++++++++ CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..15c9de0d --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,25 @@ +{ + "solution": { + "@embroider/addon-blueprint": { + "impact": "patch", + "oldVersion": "2.8.0", + "newVersion": "2.8.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2023-12-06)\n\n@embroider/addon-blueprint 2.8.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#233](https://github.com/embroider-build/addon-blueprint/pull/233) Specify rootDir so that declarations can always be emitted with the correct paths. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `@embroider/addon-blueprint`\n * [#232](https://github.com/embroider-build/addon-blueprint/pull/232) Readme: minor formatting fix ([@lolmaus](https://github.com/lolmaus))\n\n#### :house: Internal\n* `@embroider/addon-blueprint`\n * [#235](https://github.com/embroider-build/addon-blueprint/pull/235) Dedupe lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#236](https://github.com/embroider-build/addon-blueprint/pull/236) remove release-it & upgrade release-plan ([@mansona](https://github.com/mansona))\n * [#234](https://github.com/embroider-build/addon-blueprint/pull/234) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 823795c7..8932ec3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # @embroider/addon-blueprint Changelog +## Release (2023-12-06) + +@embroider/addon-blueprint 2.8.1 (patch) + +#### :bug: Bug Fix +* `@embroider/addon-blueprint` + * [#233](https://github.com/embroider-build/addon-blueprint/pull/233) Specify rootDir so that declarations can always be emitted with the correct paths. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :memo: Documentation +* `@embroider/addon-blueprint` + * [#232](https://github.com/embroider-build/addon-blueprint/pull/232) Readme: minor formatting fix ([@lolmaus](https://github.com/lolmaus)) + +#### :house: Internal +* `@embroider/addon-blueprint` + * [#235](https://github.com/embroider-build/addon-blueprint/pull/235) Dedupe lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#236](https://github.com/embroider-build/addon-blueprint/pull/236) remove release-it & upgrade release-plan ([@mansona](https://github.com/mansona)) + * [#234](https://github.com/embroider-build/addon-blueprint/pull/234) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 3 +- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## v2.8.0 (2023-11-22) diff --git a/package.json b/package.json index 0b53c836..fc23b6c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.8.0", + "version": "2.8.1", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"