Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"solution": {
"ember-cli-update": {
"impact": "major",
"oldVersion": "2.0.1",
"newVersion": "3.0.0",
"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"
}
],
"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"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2025-10-07)

* ember-cli-update 3.0.0 (major)

#### :boom: Breaking Change
* `ember-cli-update`
* [#1268](https://github.com/ember-cli/ember-cli-update/pull/1268) Drop support for Node < 20 ([@pichfl](https://github.com/pichfl))

#### :rocket: Enhancement
* `ember-cli-update`
* [#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))

#### :house: Internal
* `ember-cli-update`
* [#1278](https://github.com/ember-cli/ember-cli-update/pull/1278) Purge Node 8 related code ([@pichfl](https://github.com/pichfl))
* [#1270](https://github.com/ember-cli/ember-cli-update/pull/1270) swap to release-plan ([@mansona](https://github.com/mansona))
* [#1274](https://github.com/ember-cli/ember-cli-update/pull/1274) update eslint and remove some strange plugins ([@mansona](https://github.com/mansona))
* [#1271](https://github.com/ember-cli/ember-cli-update/pull/1271) Use Prettier ([@pichfl](https://github.com/pichfl))
* [#1269](https://github.com/ember-cli/ember-cli-update/pull/1269) Move to pnpm ([@pichfl](https://github.com/pichfl))
* [#1266](https://github.com/ember-cli/ember-cli-update/pull/1266) Disable scheduled CI runs ([@pichfl](https://github.com/pichfl))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Florian Pichler ([@pichfl](https://github.com/pichfl))



## v2.0.1 (2023-09-28)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-update",
"version": "2.0.1",
"version": "3.0.0",
"description": "Update Ember CLI projects",
"keywords": [
"ember.js",
Expand Down