File tree Expand file tree Collapse file tree 3 files changed +26
-7
lines changed
Expand file tree Collapse file tree 3 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments