From 12cfc8c19c08b46015c82f605ed4d1322c30c7a2 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 22 Jan 2026 23:05:27 +0000 Subject: [PATCH] Prepare Release v0.17.0 using 'release-plan' --- .release-plan.json | 12 ++++++++---- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 209beca..13b1401 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,11 +1,15 @@ { "solution": { "@ember/addon-blueprint": { - "impact": "patch", - "oldVersion": "0.16.0", - "newVersion": "0.16.1", + "impact": "minor", + "oldVersion": "0.16.1", + "newVersion": "0.17.0", "tagName": "latest", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" @@ -14,5 +18,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-12-06)\n\n* @ember/addon-blueprint 0.16.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#120](https://github.com/ember-cli/ember-addon-blueprint/pull/120) Apply `typescript-eslint`'s recommended config to gts files ([@bendemboski](https://github.com/bendemboski))\n * [#121](https://github.com/ember-cli/ember-addon-blueprint/pull/121) Update ember-page-title dependency to version 9.0.3 ([@evoactivity](https://github.com/evoactivity))\n * [#123](https://github.com/ember-cli/ember-addon-blueprint/pull/123) Include src in published files ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 2\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ba050..5ccb1cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2026-01-22) + +* @ember/addon-blueprint 0.17.0 (minor) + +#### :rocket: Enhancement +* `@ember/addon-blueprint` + * [#127](https://github.com/ember-cli/ember-addon-blueprint/pull/127) Add publint ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :bug: Bug Fix +* `@ember/addon-blueprint` + * [#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)) + +#### Committers: 2 +- Alex ([@void-mAlex](https://github.com/void-mAlex)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-12-06) * @ember/addon-blueprint 0.16.1 (patch) diff --git a/package.json b/package.json index 7cb7de9..c15f288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/addon-blueprint", - "version": "0.16.1", + "version": "0.17.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"