Skip to content

Commit 33d5cee

Browse files
Prepare Release v4.0.1 using 'release-plan'
1 parent b384fc7 commit 33d5cee

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"solution": {
33
"ember-cli-deprecation-workflow": {
4-
"impact": "major",
5-
"oldVersion": "3.4.0",
6-
"newVersion": "4.0.0",
4+
"impact": "patch",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
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"
17+
"description": "## Release (2025-12-18)\n\n* ember-cli-deprecation-workflow 4.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#224](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/224) Remove unneeded files and deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2218
}

CHANGELOG.md

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

33
## Release (2025-12-18)
44

5+
* ember-cli-deprecation-workflow 4.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-cli-deprecation-workflow`
9+
* [#224](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/224) Remove unneeded files and deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2025-12-18)
15+
516
* ember-cli-deprecation-workflow 4.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-deprecation-workflow",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Provides a much needed workflow to managing deprecations.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)