Skip to content

Commit c8dae98

Browse files
Prepare Release v4.0.1 using 'release-plan'
1 parent 3c6b1f3 commit c8dae98

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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": [
99
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :memo: Documentation"
1212
},
1313
{
1414
"impact": "patch",
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
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"
21+
"description": "## Release (2026-02-27)\n\n* ember-cli-deprecation-workflow 4.0.1 (patch)\n\n#### :memo: Documentation\n* `ember-cli-deprecation-workflow`\n * [#233](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/233) README: Fix typo in `app.js` snippet ([@Turbo87](https://github.com/Turbo87))\n * [#226](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/226) Docs updates for 4.x ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#227](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/227) Adjust changelog wording ([@kategengler](https://github.com/kategengler))\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: 3\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2222
}

CHANGELOG.md

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

3+
## Release (2026-02-27)
4+
5+
* ember-cli-deprecation-workflow 4.0.1 (patch)
6+
7+
#### :memo: Documentation
8+
* `ember-cli-deprecation-workflow`
9+
* [#233](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/233) README: Fix typo in `app.js` snippet ([@Turbo87](https://github.com/Turbo87))
10+
* [#226](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/226) Docs updates for 4.x ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
* [#227](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/227) Adjust changelog wording ([@kategengler](https://github.com/kategengler))
12+
13+
#### :house: Internal
14+
* `ember-cli-deprecation-workflow`
15+
* [#224](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/224) Remove unneeded files and deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
17+
#### Committers: 3
18+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
19+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
20+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
21+
322
## Release (2025-12-18)
423

524
* ember-cli-deprecation-workflow 4.0.0 (major)

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)