From f4f3be8c4290ed754655391924a724d3fa61892c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:04:17 +0000 Subject: [PATCH] Prepare Release v0.17.1 using 'release-plan' --- .release-plan.json | 14 +++++++------- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 13b1401..4d76a83 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,22 @@ { "solution": { "@ember/addon-blueprint": { - "impact": "minor", - "oldVersion": "0.16.1", - "newVersion": "0.17.0", + "impact": "patch", + "oldVersion": "0.17.0", + "newVersion": "0.17.1", "tagName": "latest", "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 :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-01-22)\n\n* @ember/addon-blueprint 0.17.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#127](https://github.com/ember-cli/ember-addon-blueprint/pull/127) Add publint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#130](https://github.com/ember-cli/ember-addon-blueprint/pull/130) bump babel-plugin-ember-template-compilation to version 4 in order to clear deprecation warning ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 2\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-03-10)\n\n* @ember/addon-blueprint 0.17.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#66](https://github.com/ember-cli/ember-addon-blueprint/pull/66) Add build mode tests (ensuring isDevelopingApp and isTesting are appropriately true when they need to be (as well as assert-stripping)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/addon-blueprint`\n * [#135](https://github.com/ember-cli/ember-addon-blueprint/pull/135) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#133](https://github.com/ember-cli/ember-addon-blueprint/pull/133) Sort snapshot files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccb1cc..d56cf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2026-03-10) + +* @ember/addon-blueprint 0.17.1 (patch) + +#### :bug: Bug Fix +* `@ember/addon-blueprint` + * [#66](https://github.com/ember-cli/ember-addon-blueprint/pull/66) Add build mode tests (ensuring isDevelopingApp and isTesting are appropriately true when they need to be (as well as assert-stripping)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `@ember/addon-blueprint` + * [#135](https://github.com/ember-cli/ember-addon-blueprint/pull/135) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#133](https://github.com/ember-cli/ember-addon-blueprint/pull/133) Sort snapshot files ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-01-22) * @ember/addon-blueprint 0.17.0 (minor) diff --git a/package.json b/package.json index 96c3dec..d1e1d22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/addon-blueprint", - "version": "0.17.0", + "version": "0.17.1", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"