ember-cli 6.12.0-alpha.4 → 6.12.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/CHANGELOG.md +215 -282
  2. package/RELEASE.md +24 -6
  3. package/docs/build/data.json +23 -23
  4. package/lib/broccoli/ember-app.js +9 -7
  5. package/lib/commands/test.js +2 -4
  6. package/lib/tasks/install-blueprint.js +2 -8
  7. package/package.json +9 -10
  8. package/packages/addon-blueprint/files/config/optional-features.json +2 -1
  9. package/packages/addon-blueprint/index.js +1 -0
  10. package/packages/addon-blueprint/package.json +4 -4
  11. package/packages/app-blueprint/files/_js_eslint.config.mjs +4 -2
  12. package/packages/app-blueprint/files/_ts_eslint.config.mjs +4 -2
  13. package/packages/app-blueprint/files/app/app.ts +1 -1
  14. package/packages/app-blueprint/files/app/services/store.ts +17 -0
  15. package/packages/app-blueprint/files/config/optional-features.json +2 -1
  16. package/packages/app-blueprint/files/ember-cli-build.js +14 -11
  17. package/packages/app-blueprint/files/package.json +31 -27
  18. package/packages/app-blueprint/files/tests/test-helper.ts +2 -1
  19. package/packages/app-blueprint/index.js +5 -0
  20. package/packages/app-blueprint/package.json +4 -4
  21. package/tests/helpers/fixturify-project.js +2 -0
  22. package/packages/blueprint-blueprint/files/blueprints/__name__/files/.gitkeep +0 -0
  23. package/packages/blueprint-blueprint/files/blueprints/__name__/index.js +0 -16
  24. package/packages/blueprint-blueprint/index.js +0 -5
  25. package/packages/blueprint-blueprint/package.json +0 -13
  26. package/packages/blueprint-model/package.json +0 -19
  27. package/packages/blueprint-model/utilities/directory-for-package-name.js +0 -31
  28. package/packages/blueprint-model/utilities/edit-file-diff.js +0 -64
  29. package/packages/blueprint-model/utilities/experiments.js +0 -63
  30. package/packages/blueprint-model/utilities/file-info.js +0 -170
  31. package/packages/blueprint-model/utilities/open-editor.js +0 -44
  32. package/packages/blueprint-model/utilities/prepend-emoji.js +0 -12
  33. package/packages/blueprint-model/utilities/process-template.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,402 +1,325 @@
1
1
  # ember-cli Changelog
2
2
 
3
- ## Release (2026-02-07)
3
+ ## Release (2026-04-04)
4
4
 
5
- * ember-cli 6.12.0-alpha.4 (patch)
6
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.3 (patch)
7
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.3 (patch)
8
- * @ember-tooling/blueprint-model 0.6.2 (patch)
5
+ * ember-cli 6.12.0-beta.1 (minor)
6
+ * @ember-tooling/classic-build-addon-blueprint 6.12.0-beta.1 (minor)
7
+ * @ember-tooling/classic-build-app-blueprint 6.12.0-beta.1 (minor)
8
+
9
+ #### :rocket: Enhancement
10
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11
+ * [#10991](https://github.com/ember-cli/ember-cli/pull/10991) Prepare 6.12-beta ([@mansona](https://github.com/mansona))
12
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
13
+ * [#10939](https://github.com/ember-cli/ember-cli/pull/10939) Add warpDrive support to app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
14
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
15
+ * [#10969](https://github.com/ember-cli/ember-cli/pull/10969) Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
16
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
17
+ * [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
18
+
19
+ #### :bug: Bug Fix
20
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
21
+ * [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
22
+ * [#10976](https://github.com/ember-cli/ember-cli/pull/10976) Enable `use-ember-modules` in blueprint optional-features.json ([@Copilot](https://github.com/apps/copilot-swe-agent))
23
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
24
+ * [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
25
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
26
+ * [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
27
+ * [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28
+ * `ember-cli`
29
+ * [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30
+ * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
9
31
 
10
32
  #### :house: Internal
11
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`, `ember-cli`
33
+ * `ember-cli`
34
+ * [#10990](https://github.com/ember-cli/ember-cli/pull/10990) bump node on publish.yml and stop updating npm ([@mansona](https://github.com/mansona))
35
+ * [#10982](https://github.com/ember-cli/ember-cli/pull/10982) Update publish.yml to use PAT so that output repos workflow will run ([@kategengler](https://github.com/kategengler))
36
+ * [#10967](https://github.com/ember-cli/ember-cli/pull/10967) Replace `temp` package with Node.js built-in `fs.mkdtemp` ([@Copilot](https://github.com/apps/copilot-swe-agent))
37
+ * [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))
38
+ * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
39
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
12
40
  * [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
13
41
 
14
- #### Committers: 1
42
+ #### Committers: 5
43
+ - @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
15
44
  - Chris Manson ([@mansona](https://github.com/mansona))
45
+ - Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
46
+ - Katie Gengler ([@kategengler](https://github.com/kategengler))
47
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16
48
 
17
- ## Release (2026-02-07)
49
+ ## Release (2026-03-29)
18
50
 
19
- * ember-cli 6.12.0-alpha.3 (patch)
51
+ * ember-cli 6.11.2 (patch)
52
+ * @ember-tooling/classic-build-addon-blueprint 6.11.2 (patch)
53
+ * @ember-tooling/classic-build-app-blueprint 6.11.2 (patch)
20
54
 
21
- #### :house: Internal
22
- * `ember-cli`
23
- * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
55
+ #### :bug: Bug Fix
56
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
57
+ * [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
24
58
 
25
59
  #### Committers: 1
26
- - Chris Manson ([@mansona](https://github.com/mansona))
60
+ - NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
27
61
 
28
- ## Release (2026-02-05)
62
+ ## Release (2026-03-29)
29
63
 
30
- * ember-cli 6.12.0-alpha.2 (patch)
31
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.2 (patch)
32
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.2 (patch)
33
- * @ember-tooling/blueprint-model 0.6.1 (patch)
64
+ * ember-cli 6.11.1 (patch)
65
+ * @ember-tooling/classic-build-addon-blueprint 6.11.1 (patch)
66
+ * @ember-tooling/classic-build-app-blueprint 6.11.1 (patch)
34
67
 
35
68
  #### :bug: Bug Fix
36
- * `ember-cli`, `@ember-tooling/blueprint-model`
37
- * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
69
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
70
+ * [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
38
71
  * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
39
- * [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
72
+ * [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
73
+ * `ember-cli`
74
+ * [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
40
75
 
41
76
  #### Committers: 2
42
- - Chris Manson ([@mansona](https://github.com/mansona))
77
+ - NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
43
78
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
44
79
 
45
- ## Release (2026-01-26)
80
+ ## Release (2026-02-17)
46
81
 
47
- * ember-cli 6.12.0-alpha.1 (minor)
48
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.1 (minor)
49
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.1 (minor)
82
+ * ember-cli 6.11.0 (minor)
83
+ * @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)
84
+ * @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)
50
85
 
51
86
  #### :rocket: Enhancement
87
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
88
+ * [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
52
89
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
53
- * [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
54
-
55
- #### :house: Internal
56
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
57
- * [#10930](https://github.com/ember-cli/ember-cli/pull/10930) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
58
- * [#10926](https://github.com/ember-cli/ember-cli/pull/10926) Prepare Beta Release ([@mansona](https://github.com/mansona))
59
90
  * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
60
- * [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))
91
+ * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
61
92
 
62
93
  #### Committers: 1
63
94
  - Chris Manson ([@mansona](https://github.com/mansona))
64
95
 
65
- ## Release (2026-01-08)
96
+ ## Release (2026-02-09)
66
97
 
67
- * ember-cli 6.11.0-alpha.1 (minor)
68
- * @ember-tooling/classic-build-addon-blueprint 6.11.0-alpha.1 (minor)
69
- * @ember-tooling/classic-build-app-blueprint 6.11.0-alpha.1 (minor)
70
- * @ember-tooling/blueprint-model 0.6.0 (minor)
98
+ * ember-cli 6.10.2 (patch)
71
99
 
72
- #### :rocket: Enhancement
73
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
74
- * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
75
- * [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
100
+ #### :bug: Bug Fix
76
101
  * `ember-cli`
77
- * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
78
- * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
79
- * `ember-cli`, `@ember-tooling/blueprint-model`
80
- * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
81
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`
82
- * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
102
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
103
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
83
104
 
84
- #### :bug: Bug Fix
105
+ #### :house: Internal
85
106
  * `ember-cli`
86
- * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
87
- * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
88
- * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
107
+ * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
108
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
109
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
89
110
 
90
- #### :memo: Documentation
111
+ #### Committers: 1
112
+ - Chris Manson ([@mansona](https://github.com/mansona))
113
+
114
+ ## Release (2026-02-08)
115
+
116
+ * ember-cli 6.10.1 (patch)
117
+
118
+ #### :bug: Bug Fix
91
119
  * `ember-cli`
92
- * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
120
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
121
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
93
122
 
94
123
  #### :house: Internal
95
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
96
- * [#10883](https://github.com/ember-cli/ember-cli/pull/10883) Prepare Beta Release ([@mansona](https://github.com/mansona))
97
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
98
- * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
124
+ * `ember-cli`
125
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
126
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
99
127
 
100
- #### Committers: 4
101
- - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
128
+ #### Committers: 1
102
129
  - Chris Manson ([@mansona](https://github.com/mansona))
103
- - Katie Gengler ([@kategengler](https://github.com/kategengler))
104
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
105
130
 
106
- ## Release (2025-12-10)
131
+ ## Release (2026-01-23)
107
132
 
108
- * ember-cli 6.10.0-alpha.1 (minor)
109
- * @ember-tooling/classic-build-addon-blueprint 6.10.0-alpha.1 (minor)
110
- * @ember-tooling/classic-build-app-blueprint 6.10.0-alpha.1 (minor)
111
- * @ember-tooling/blueprint-blueprint 0.3.0 (minor)
112
- * @ember-tooling/blueprint-model 0.5.0 (minor)
133
+ * ember-cli 6.10.0 (minor)
134
+ * @ember-tooling/classic-build-addon-blueprint 6.10.0 (minor)
135
+ * @ember-tooling/classic-build-app-blueprint 6.10.0 (minor)
113
136
 
114
137
  #### :rocket: Enhancement
115
138
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
116
- * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
117
- * [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))
139
+ * [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
140
+ * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
118
141
  * `ember-cli`
142
+ * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
143
+ * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
144
+ * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
119
145
  * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
120
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
121
- * [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
122
146
 
123
147
  #### :bug: Bug Fix
148
+ * `ember-cli`
149
+ * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
124
150
  * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
125
151
  * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
126
152
 
127
153
  #### :memo: Documentation
128
154
  * `ember-cli`
129
- * [#10857](https://github.com/ember-cli/ember-cli/pull/10857) Update RELEASE.md with more notes ([@mansona](https://github.com/mansona))
155
+ * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
130
156
 
131
157
  #### :house: Internal
158
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
159
+ * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
132
160
  * `ember-cli`
133
161
  * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
134
162
  * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
135
163
  * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
136
164
  * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
137
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
138
- * [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
139
165
 
140
- #### Committers: 2
166
+ #### Committers: 3
167
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
141
168
  - Chris Manson ([@mansona](https://github.com/mansona))
142
169
  - Katie Gengler ([@kategengler](https://github.com/kategengler))
143
170
 
144
- ## Release (2025-10-14)
171
+ ## Release (2025-12-11)
145
172
 
146
- * ember-cli 6.9.0-alpha.2 (minor)
147
- * @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.2 (minor)
148
- * @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.2 (minor)
149
- * @ember-tooling/blueprint-blueprint 0.2.1 (patch)
150
- * @ember-tooling/blueprint-model 0.4.1 (patch)
151
-
152
- #### :rocket: Enhancement
153
- * `ember-cli`
154
- * [#10844](https://github.com/ember-cli/ember-cli/pull/10844) [beta] Error when `ember (generate|destroy) (http-proxy|http-mock|server)` is used in a Vite-based project ([@kategengler](https://github.com/kategengler))
155
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
156
- * [#10831](https://github.com/ember-cli/ember-cli/pull/10831) [bugfix beta] enable `--strict` by default to match new app blueprint ([@mansona](https://github.com/mansona))
173
+ * ember-cli 6.9.1 (patch)
157
174
 
158
175
  #### :bug: Bug Fix
159
176
  * `ember-cli`
160
- * [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
161
- * [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
162
- * [#10826](https://github.com/ember-cli/ember-cli/pull/10826) move resolution of @ember/app-blueprint to prevent loading latest ([@mansona](https://github.com/mansona))
163
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
164
- * [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
165
-
166
- #### :memo: Documentation
167
- * `ember-cli`
168
- * [#10843](https://github.com/ember-cli/ember-cli/pull/10843) Further contextualize help output and error when options and commands that are no longer supported in Vite-based projects are used ([@kategengler](https://github.com/kategengler))
169
- * [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
170
- * [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
171
-
172
- #### :house: Internal
173
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
174
- * [#10851](https://github.com/ember-cli/ember-cli/pull/10851) Merge beta into master ([@mansona](https://github.com/mansona))
175
- * [#10848](https://github.com/ember-cli/ember-cli/pull/10848) merge origin/release into beta ([@mansona](https://github.com/mansona))
176
- * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
177
- * [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
178
- * [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
179
- * [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
180
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
181
- * [#10836](https://github.com/ember-cli/ember-cli/pull/10836) Prepare Beta Release ([@mansona](https://github.com/mansona))
182
- * `ember-cli`
183
- * [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
184
- * [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
185
- * [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
186
- * [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
187
- * [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
177
+ * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
188
178
 
189
- #### Committers: 3
190
- - Chris Manson ([@mansona](https://github.com/mansona))
191
- - David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
179
+ #### Committers: 1
192
180
  - Katie Gengler ([@kategengler](https://github.com/kategengler))
193
181
 
194
- ## Release (2025-09-17)
182
+ ## Release (2025-12-10)
195
183
 
196
- * ember-cli 6.9.0-alpha.1 (minor)
197
- * @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.1 (minor)
198
- * @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.1 (minor)
199
- * @ember-tooling/blueprint-blueprint 0.2.0 (minor)
200
- * @ember-tooling/blueprint-model 0.4.0 (minor)
184
+ * ember-cli 6.9.0 (minor)
185
+ * @ember-tooling/classic-build-addon-blueprint 6.9.0 (minor)
186
+ * @ember-tooling/classic-build-app-blueprint 6.9.0 (minor)
201
187
 
202
188
  #### :rocket: Enhancement
203
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
204
- * [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
189
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
190
+ * [#10885](https://github.com/ember-cli/ember-cli/pull/10885) Promote Beta and update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
205
191
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
206
- * [#10796](https://github.com/ember-cli/ember-cli/pull/10796) Promote Beta and update all dependencies for 6.7 release ([@mansona](https://github.com/mansona))
207
-
208
- #### :bug: Bug Fix
209
- * `ember-cli`
210
- * [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
192
+ * [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
211
193
 
212
194
  #### :house: Internal
213
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
214
- * [#10815](https://github.com/ember-cli/ember-cli/pull/10815) Merge beta into master and start 6.9 alpha ([@mansona](https://github.com/mansona))
215
- * [#10810](https://github.com/ember-cli/ember-cli/pull/10810) Prepare Beta Release ([@mansona](https://github.com/mansona))
216
- * `@ember-tooling/blueprint-model`
217
- * [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
218
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
219
- * [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
220
- * [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
221
195
  * `ember-cli`
222
- * [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
223
-
224
- #### Committers: 3
225
- - Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
226
- - Chris Manson ([@mansona](https://github.com/mansona))
227
- - Edward Faulkner ([@ef4](https://github.com/ef4))
228
-
229
- ## Release (2025-09-10)
230
-
231
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.5 (patch)
232
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.5 (patch)
233
- * @ember-tooling/blueprint-model 0.2.0 (minor)
234
- * ember-cli 6.8.0-alpha.5 (patch)
235
-
236
- #### :rocket: Enhancement
237
- * `@ember-tooling/blueprint-model`
238
- * [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
239
- * Other
240
- * [#10804](https://github.com/ember-cli/ember-cli/pull/10804) Support a `--ts` alias for the `addon`, `init` and `new` commands ([@bertdeblock](https://github.com/bertdeblock))
241
-
242
- #### :house: Internal
243
- * [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
196
+ * [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
197
+ * [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
244
198
 
245
199
  #### Committers: 2
246
- - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
247
200
  - Chris Manson ([@mansona](https://github.com/mansona))
201
+ - Edward Faulkner ([@ef4](https://github.com/ef4))
248
202
 
249
- ## Release (2025-09-09)
203
+ ## Release (2025-11-29)
250
204
 
251
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.4 (patch)
252
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
253
- * @ember-tooling/blueprint-blueprint 0.0.3 (patch)
254
- * ember-cli 6.8.0-alpha.4 (patch)
205
+ * ember-cli 6.8.1 (patch)
255
206
 
256
207
  #### :bug: Bug Fix
257
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
258
- * [#10803](https://github.com/ember-cli/ember-cli/pull/10803) Add "ember-blueprint" to keywords in `package.json` for the classic blueprints ([@pichfl](https://github.com/pichfl))
259
- * `@ember-tooling/classic-build-app-blueprint`
260
- * [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
208
+ * `ember-cli`
209
+ * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
261
210
 
262
- #### Committers: 2
263
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
211
+ #### Committers: 1
264
212
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
265
213
 
266
- ## Release (2025-09-05)
214
+ ## Release (2025-10-14)
267
215
 
268
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
269
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.3 (patch)
270
- * @ember-tooling/blueprint-model 0.1.0 (minor)
271
- * ember-cli 6.8.0-alpha.3 (patch)
216
+ * ember-cli 6.8.0 (minor)
217
+ * @ember-tooling/classic-build-addon-blueprint 6.8.0 (minor)
218
+ * @ember-tooling/classic-build-app-blueprint 6.8.0 (minor)
272
219
 
273
220
  #### :rocket: Enhancement
274
- * `@ember-tooling/blueprint-model`
221
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
222
+ * [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))
223
+ * [#10831](https://github.com/ember-cli/ember-cli/pull/10831) [bugfix beta] enable `--strict` by default to match new app blueprint ([@mansona](https://github.com/mansona))
224
+ * [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
225
+ * `ember-cli`
226
+ * [#10844](https://github.com/ember-cli/ember-cli/pull/10844) [beta] Error when `ember (generate|destroy) (http-proxy|http-mock|server)` is used in a Vite-based project ([@kategengler](https://github.com/kategengler))
227
+ * [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
228
+ * [#10804](https://github.com/ember-cli/ember-cli/pull/10804) Support a `--ts` alias for the `addon`, `init` and `new` commands ([@bertdeblock](https://github.com/bertdeblock))
275
229
  * [#10781](https://github.com/ember-cli/ember-cli/pull/10781) Add new `VITE` experiment to generate app with new Vite blueprint ([@pichfl](https://github.com/pichfl))
276
-
277
- #### Committers: 1
278
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
279
-
280
- ## Release (2025-09-01)
281
-
282
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
283
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
284
- * ember-cli 6.8.0-alpha.2 (patch)
285
-
286
- #### :rocket: Enhancement
287
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
288
- * [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
289
- * Other
290
230
  * [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
291
231
  * [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
232
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
233
+ * [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
292
234
 
293
235
  #### :bug: Bug Fix
294
- * Other
236
+ * `ember-cli`
237
+ * [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
238
+ * [#10826](https://github.com/ember-cli/ember-cli/pull/10826) move resolution of @ember/app-blueprint to prevent loading latest ([@mansona](https://github.com/mansona))
295
239
  * [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
240
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
241
+ * [#10803](https://github.com/ember-cli/ember-cli/pull/10803) Add "ember-blueprint" to keywords in `package.json` for the classic blueprints ([@pichfl](https://github.com/pichfl))
296
242
  * `@ember-tooling/classic-build-app-blueprint`
243
+ * [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
244
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
297
245
  * [#10707](https://github.com/ember-cli/ember-cli/pull/10707) Enabled recommended configs from eslint-plugin-n and eslint-plugin-qunit ([@ijlee2](https://github.com/ijlee2))
298
246
 
299
- #### :house: Internal
300
- * [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
301
- * [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
302
- * [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
303
- * [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
304
-
305
- #### Committers: 3
306
- - Chris Manson ([@mansona](https://github.com/mansona))
307
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
308
- - Isaac Lee ([@ijlee2](https://github.com/ijlee2))
309
-
310
- ## Release (2025-08-02)
311
-
312
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
313
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
314
- * ember-cli 6.8.0-alpha.1 (patch)
315
-
316
- #### :rocket: Enhancement
317
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
318
- * [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
319
- * Other
320
- * [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
247
+ #### :memo: Documentation
248
+ * `ember-cli`
249
+ * [#10843](https://github.com/ember-cli/ember-cli/pull/10843) Further contextualize help output and error when options and commands that are no longer supported in Vite-based projects are used ([@kategengler](https://github.com/kategengler))
250
+ * [#10840](https://github.com/ember-cli/ember-cli/pull/10840) [beta] fix help for vite-based projects ([@kategengler](https://github.com/kategengler))
251
+ * [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
321
252
 
322
253
  #### :house: Internal
323
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
254
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
255
+ * [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
256
+ * [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
257
+ * [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
258
+ * `ember-cli`
259
+ * [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
260
+ * [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
261
+ * [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
262
+ * [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
263
+ * [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
264
+ * [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
265
+ * [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
266
+ * [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
267
+ * [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
268
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
269
+ * [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
270
+ * [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
271
+ * [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
324
272
  * [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
325
- * [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
326
- * Other
327
- * [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
328
273
 
329
- #### Committers: 2
274
+ #### Committers: 6
275
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
330
276
  - Chris Manson ([@mansona](https://github.com/mansona))
331
- - [@github-actions[bot]](https://github.com/apps/github-actions)
332
-
333
- ## Release (2025-07-26)
277
+ - Florian Pichler ([@pichfl](https://github.com/pichfl))
278
+ - Isaac Lee ([@ijlee2](https://github.com/ijlee2))
279
+ - Katie Gengler ([@kategengler](https://github.com/kategengler))
280
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
334
281
 
335
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.4 (minor)
336
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
337
- * ember-cli 6.7.0-alpha.4 (patch)
282
+ ## Release (2025-10-08)
338
283
 
339
- #### :rocket: Enhancement
340
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
341
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
284
+ * ember-cli 6.7.2 (patch)
285
+ * @ember-tooling/classic-build-addon-blueprint 6.7.1 (patch)
286
+ * @ember-tooling/classic-build-app-blueprint 6.7.2 (patch)
342
287
 
343
288
  #### :bug: Bug Fix
344
289
  * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
345
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
346
-
347
- #### :memo: Documentation
348
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
349
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
350
-
351
- #### :house: Internal
352
- * [#10748](https://github.com/ember-cli/ember-cli/pull/10748) update blueprint version of ember-cli as part of release plan ([@mansona](https://github.com/mansona))
353
- * [#10747](https://github.com/ember-cli/ember-cli/pull/10747) only use the PAT for the PR creation in release-plan ([@mansona](https://github.com/mansona))
354
- * [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
355
-
356
- #### Committers: 2
357
- - Chris Manson ([@mansona](https://github.com/mansona))
358
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
359
-
360
- ## Release (2025-06-30)
361
-
362
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
363
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
364
- * @ember-tooling/blueprint-blueprint 0.0.2 (patch)
365
- * @ember-tooling/blueprint-model 0.0.2 (patch)
366
- * ember-cli 6.7.0-alpha.3 (patch)
367
-
368
- #### :house: Internal
369
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
370
- * [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
290
+ * [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
371
291
 
372
292
  #### Committers: 1
373
- - Chris Manson ([@mansona](https://github.com/mansona))
293
+ - David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
374
294
 
375
- ## Release (2025-06-30)
295
+ ## Release (2025-10-06)
376
296
 
377
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
378
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.2 (patch)
379
- * @ember-tooling/blueprint-blueprint 0.0.1 (patch)
380
- * @ember-tooling/blueprint-model 0.0.1 (patch)
381
- * ember-cli 6.7.0-alpha.2 (patch)
297
+ * ember-cli 6.7.1 (patch)
298
+ * @ember-tooling/classic-build-app-blueprint 6.7.1 (patch)
382
299
 
383
- #### :house: Internal
384
- * Other
385
- * [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
386
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
387
- * [#10736](https://github.com/ember-cli/ember-cli/pull/10736) update all sub-packages to have the @ember-tooling prefix ([@mansona](https://github.com/mansona))
388
- * [#10671](https://github.com/ember-cli/ember-cli/pull/10671) Implement the built in app, addon, and blueprint blueprints by package lookup ([@mansona](https://github.com/mansona))
300
+ #### :bug: Bug Fix
301
+ * `ember-cli`
302
+ * [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
303
+ * `@ember-tooling/classic-build-app-blueprint`
304
+ * [#10824](https://github.com/ember-cli/ember-cli/pull/10824) [bugfix release] fix app-blueprint being considered a blueprint ([@mansona](https://github.com/mansona))
389
305
 
390
306
  #### Committers: 1
391
307
  - Chris Manson ([@mansona](https://github.com/mansona))
392
308
 
393
- ## Release (2025-06-16)
309
+ ## Release (2025-09-06)
394
310
 
395
- * ember-cli 6.7.0-alpha.1 (minor)
311
+ * ember-cli 6.7.0 (minor)
312
+ * @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
313
+ * @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
396
314
 
397
315
  #### :rocket: Enhancement
316
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
317
+ * [#10796](https://github.com/ember-cli/ember-cli/pull/10796) Promote Beta and update all dependencies for 6.7 release ([@mansona](https://github.com/mansona))
318
+ * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
319
+
320
+ #### :bug: Bug Fix
398
321
  * `ember-cli`
399
- * [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
322
+ * [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
400
323
 
401
324
  #### :memo: Documentation
402
325
  * `ember-cli`
@@ -404,20 +327,32 @@
404
327
 
405
328
  #### :house: Internal
406
329
  * `ember-cli`
407
- * [#10731](https://github.com/ember-cli/ember-cli/pull/10731) Prepare Alpha 6.7.0 ([@mansona](https://github.com/mansona))
408
- * [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
409
- * [#10726](https://github.com/ember-cli/ember-cli/pull/10726) use patched github-changelog for properly rolling up beta changelog ([@mansona](https://github.com/mansona))
410
- * [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
330
+ * [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
331
+ * [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
332
+ * [#10748](https://github.com/ember-cli/ember-cli/pull/10748) update blueprint version of ember-cli as part of release plan ([@mansona](https://github.com/mansona))
333
+ * [#10747](https://github.com/ember-cli/ember-cli/pull/10747) only use the PAT for the PR creation in release-plan ([@mansona](https://github.com/mansona))
334
+ * [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
335
+ * [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
336
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
337
+ * [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
338
+ * [#10736](https://github.com/ember-cli/ember-cli/pull/10736) update all sub-packages to have the @ember-tooling prefix ([@mansona](https://github.com/mansona))
339
+ * [#10671](https://github.com/ember-cli/ember-cli/pull/10671) Implement the built in app, addon, and blueprint blueprints by package lookup ([@mansona](https://github.com/mansona))
340
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
341
+ * [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
411
342
 
412
- #### Committers: 1
343
+ #### Committers: 3
344
+ - Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
413
345
  - Chris Manson ([@mansona](https://github.com/mansona))
346
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
414
347
 
415
- ## Release (2025-06-16)
348
+ ## Release (2025-07-29)
416
349
 
417
- * ember-cli 6.6.0-beta.1 (minor)
350
+ * ember-cli 6.6.0 (minor)
418
351
 
419
352
  #### :rocket: Enhancement
420
353
  * `ember-cli`
354
+ * [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
355
+ * [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
421
356
  * [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
422
357
  * [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
423
358
 
@@ -428,8 +363,6 @@
428
363
 
429
364
  #### :house: Internal
430
365
  * `ember-cli`
431
- * [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
432
- * [#10726](https://github.com/ember-cli/ember-cli/pull/10726) use patched github-changelog for properly rolling up beta changelog ([@mansona](https://github.com/mansona))
433
366
  * [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
434
367
  * [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
435
368