From b5418a9761bd606a66eea5a7f01cf4a3ebbf75ce Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:48:03 +0000 Subject: [PATCH] Prepare Release v3.0.1 using 'release-plan' --- .release-plan.json | 16 ++++------------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 9032222c..d5f7308d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,19 +1,11 @@ { "solution": { "ember-cli-update": { - "impact": "major", - "oldVersion": "2.0.1", - "newVersion": "3.0.0", + "impact": "patch", + "oldVersion": "3.0.0", + "newVersion": "3.0.1", "tagName": "latest", "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -22,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-10-07)\n\n* ember-cli-update 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-update`\n * [#1268](https://github.com/ember-cli/ember-cli-update/pull/1268) Drop support for Node < 20 ([@pichfl](https://github.com/pichfl))\n\n#### :rocket: Enhancement\n* `ember-cli-update`\n * [#1280](https://github.com/ember-cli/ember-cli-update/pull/1280) Warn users trying to upgrade past 6.7.0 - i.e. don't auto upgrade them to Vite ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `ember-cli-update`\n * [#1278](https://github.com/ember-cli/ember-cli-update/pull/1278) Purge Node 8 related code ([@pichfl](https://github.com/pichfl))\n * [#1270](https://github.com/ember-cli/ember-cli-update/pull/1270) swap to release-plan ([@mansona](https://github.com/mansona))\n * [#1274](https://github.com/ember-cli/ember-cli-update/pull/1274) update eslint and remove some strange plugins ([@mansona](https://github.com/mansona))\n * [#1271](https://github.com/ember-cli/ember-cli-update/pull/1271) Use Prettier ([@pichfl](https://github.com/pichfl))\n * [#1269](https://github.com/ember-cli/ember-cli-update/pull/1269) Move to pnpm ([@pichfl](https://github.com/pichfl))\n * [#1266](https://github.com/ember-cli/ember-cli-update/pull/1266) Disable scheduled CI runs ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n" + "description": "## Release (2025-10-07)\n\n* ember-cli-update 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-update`\n * [#1281](https://github.com/ember-cli/ember-cli-update/pull/1281) prepare for using oidc for deployment ([@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 7922453f..196b8b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-10-07) +* ember-cli-update 3.0.1 (patch) + +#### :house: Internal +* `ember-cli-update` + * [#1281](https://github.com/ember-cli/ember-cli-update/pull/1281) prepare for using oidc for deployment ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2025-10-07) + * ember-cli-update 3.0.0 (major) #### :boom: Breaking Change diff --git a/package.json b/package.json index 78d6ff4d..339c86a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-update", - "version": "3.0.0", + "version": "3.0.1", "description": "Update Ember CLI projects", "keywords": [ "ember.js",