Skip to content

Commit f1021bd

Browse files
Merge pull request #221 from ember-cli/release-preview
Prepare Release v4.0.0
2 parents cbbb223 + 0b462d1 commit f1021bd

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

.release-plan.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"solution": {
33
"ember-cli-deprecation-workflow": {
4-
"impact": "minor",
5-
"oldVersion": "3.3.0",
6-
"newVersion": "3.4.0",
4+
"impact": "major",
5+
"oldVersion": "3.4.0",
6+
"newVersion": "4.0.0",
7+
"tagName": "latest",
78
"constraints": [
89
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
1512
},
1613
{
1714
"impact": "patch",
@@ -21,5 +18,5 @@
2118
"pkgJSONPath": "./package.json"
2219
}
2320
},
24-
"description": "## Release (2025-07-03)\n\nember-cli-deprecation-workflow 3.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-deprecation-workflow`\n * [#217](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/217) Throw Deprecation ID ([@jrjohnson](https://github.com/jrjohnson))\n\n#### :bug: Bug Fix\n* `ember-cli-deprecation-workflow`\n * [#215](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/215) Relax ember-source peerDependency for 3.28 support ([@apellerano-pw](https://github.com/apellerano-pw))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#219](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/219) fix CI for Ember 6.x ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Andrew Pellerano ([@apellerano-pw](https://github.com/apellerano-pw))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))\n"
21+
"description": "## Release (2025-12-18)\n\n* ember-cli-deprecation-workflow 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-deprecation-workflow`\n * [#222](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/222) Convert to v2 Addon - classic apps (using ember-cli for build) will want to remain on v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#223](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/223) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#220](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/220) chore: Test latest LTS versions ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 2\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2522
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2025-12-18)
4+
5+
* ember-cli-deprecation-workflow 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-cli-deprecation-workflow`
9+
* [#222](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/222) Convert to v2 Addon - classic apps (using ember-cli for build) will want to remain on v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `ember-cli-deprecation-workflow`
13+
* [#223](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/223) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#220](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/220) chore: Test latest LTS versions ([@TSenter](https://github.com/TSenter))
15+
16+
#### Committers: 2
17+
- Tyler Senter ([@TSenter](https://github.com/TSenter))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
320
## Release (2025-07-03)
421

522
ember-cli-deprecation-workflow 3.4.0 (minor)

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-deprecation-workflow",
3-
"version": "3.4.0",
3+
"version": "4.0.0",
44
"description": "Provides a much needed workflow to managing deprecations.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)