Skip to content

Commit 31ee61f

Browse files
authored
Merge pull request #1282 from ember-cli/release-preview
Prepare Release v3.0.1
2 parents c49ec04 + b5418a9 commit 31ee61f

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
{
22
"solution": {
33
"ember-cli-update": {
4-
"impact": "major",
5-
"oldVersion": "2.0.1",
6-
"newVersion": "3.0.0",
4+
"impact": "patch",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "3.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
13-
{
14-
"impact": "minor",
15-
"reason": "Appears in changelog section :rocket: Enhancement"
16-
},
179
{
1810
"impact": "patch",
1911
"reason": "Appears in changelog section :house: Internal"
@@ -22,5 +14,5 @@
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"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"
17+
"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"
2618
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-10-07)
44

5+
* ember-cli-update 3.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-cli-update`
9+
* [#1281](https://github.com/ember-cli/ember-cli-update/pull/1281) prepare for using oidc for deployment ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-10-07)
15+
516
* ember-cli-update 3.0.0 (major)
617

718
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-update",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Update Ember CLI projects",
55
"keywords": [
66
"ember.js",

0 commit comments

Comments
 (0)