ember-cli 7.0.0-alpha.1 → 7.0.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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,27 @@
1
1
  # ember-cli Changelog
2
2
 
3
- ## Release (2026-04-20)
3
+ ## Release (2026-04-21)
4
4
 
5
- * ember-cli 7.0.0-alpha.1 (minor)
6
- * @ember-tooling/classic-build-addon-blueprint 7.0.0-alpha.1 (minor)
7
- * @ember-tooling/classic-build-app-blueprint 7.0.0-alpha.1 (minor)
5
+ * ember-cli 7.0.0-beta.1 (minor)
6
+ * @ember-tooling/classic-build-addon-blueprint 7.0.0-beta.1 (minor)
7
+ * @ember-tooling/classic-build-app-blueprint 7.0.0-beta.1 (minor)
8
8
 
9
9
  #### :rocket: Enhancement
10
10
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11
- * [#10996](https://github.com/ember-cli/ember-cli/pull/10996) Prepare 7.0 Alpha ([@mansona](https://github.com/mansona))
11
+ * [#10997](https://github.com/ember-cli/ember-cli/pull/10997) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))
12
+
13
+ #### Committers: 1
14
+ - Chris Manson ([@mansona](https://github.com/mansona))
15
+
16
+ ## Release (2026-04-09)
17
+
18
+ * ember-cli 6.12.0 (minor)
19
+ * @ember-tooling/classic-build-addon-blueprint 6.12.0 (minor)
20
+ * @ember-tooling/classic-build-app-blueprint 6.12.0 (minor)
21
+
22
+ #### :rocket: Enhancement
23
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
24
+ * [#10993](https://github.com/ember-cli/ember-cli/pull/10993) Promote Beta and update all dependencies for 6.12 release ([@mansona](https://github.com/mansona))
12
25
  * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
13
26
  * [#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
27
  * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
@@ -16,14 +29,11 @@
16
29
 
17
30
  #### :bug: Bug Fix
18
31
  * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
19
- * [#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))
20
32
  * [#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))
21
- * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
22
- * [#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))
23
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
24
- * [#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))
25
33
  * `ember-cli`
26
- * [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
34
+ * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
35
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
36
+ * [#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))
27
37
 
28
38
  #### :house: Internal
29
39
  * `ember-cli`
@@ -31,195 +41,213 @@
31
41
  * [#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))
32
42
  * [#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))
33
43
  * [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))
44
+ * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
45
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
46
+ * [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
34
47
 
35
- #### Committers: 5
36
- - @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
48
+ #### Committers: 4
37
49
  - Chris Manson ([@mansona](https://github.com/mansona))
38
50
  - Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
39
51
  - Katie Gengler ([@kategengler](https://github.com/kategengler))
40
52
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
41
53
 
42
- ## Release (2026-02-09)
54
+ ## Release (2026-03-29)
43
55
 
44
- * ember-cli 6.12.0-alpha.5 (patch)
56
+ * ember-cli 6.11.2 (patch)
57
+ * @ember-tooling/classic-build-addon-blueprint 6.11.2 (patch)
58
+ * @ember-tooling/classic-build-app-blueprint 6.11.2 (patch)
45
59
 
46
60
  #### :bug: Bug Fix
47
- * `ember-cli`
48
- * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
49
- * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
50
-
51
- #### :house: Internal
52
- * `ember-cli`
53
- * [#10955](https://github.com/ember-cli/ember-cli/pull/10955) Merge beta into master ([@mansona](https://github.com/mansona))
54
- * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
55
- * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
56
- * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
61
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
62
+ * [#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))
57
63
 
58
64
  #### Committers: 1
59
- - Chris Manson ([@mansona](https://github.com/mansona))
65
+ - NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
60
66
 
61
- ## Release (2026-02-07)
67
+ ## Release (2026-03-29)
62
68
 
63
- * ember-cli 6.12.0-alpha.4 (patch)
64
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.3 (patch)
65
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.3 (patch)
66
- * @ember-tooling/blueprint-model 0.6.2 (patch)
69
+ * ember-cli 6.11.1 (patch)
70
+ * @ember-tooling/classic-build-addon-blueprint 6.11.1 (patch)
71
+ * @ember-tooling/classic-build-app-blueprint 6.11.1 (patch)
67
72
 
68
- #### :house: Internal
69
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`, `ember-cli`
70
- * [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
73
+ #### :bug: Bug Fix
74
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
75
+ * [#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))
76
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
77
+ * [#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))
78
+ * `ember-cli`
79
+ * [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
71
80
 
72
- #### Committers: 1
73
- - Chris Manson ([@mansona](https://github.com/mansona))
81
+ #### Committers: 2
82
+ - NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
83
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
74
84
 
75
- ## Release (2026-02-07)
85
+ ## Release (2026-02-17)
76
86
 
77
- * ember-cli 6.12.0-alpha.3 (patch)
87
+ * ember-cli 6.11.0 (minor)
88
+ * @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)
89
+ * @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)
78
90
 
79
- #### :house: Internal
80
- * `ember-cli`
81
- * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
91
+ #### :rocket: Enhancement
92
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
93
+ * [#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))
94
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
95
+ * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
96
+ * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
82
97
 
83
98
  #### Committers: 1
84
99
  - Chris Manson ([@mansona](https://github.com/mansona))
85
100
 
86
- ## Release (2026-02-05)
101
+ ## Release (2026-02-09)
87
102
 
88
- * ember-cli 6.12.0-alpha.2 (patch)
89
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.2 (patch)
90
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.2 (patch)
91
- * @ember-tooling/blueprint-model 0.6.1 (patch)
103
+ * ember-cli 6.10.2 (patch)
92
104
 
93
105
  #### :bug: Bug Fix
94
- * `ember-cli`, `@ember-tooling/blueprint-model`
95
- * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
96
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
97
- * [#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))
106
+ * `ember-cli`
107
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
108
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
98
109
 
99
- #### Committers: 2
110
+ #### :house: Internal
111
+ * `ember-cli`
112
+ * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
113
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
114
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
115
+
116
+ #### Committers: 1
100
117
  - Chris Manson ([@mansona](https://github.com/mansona))
101
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
102
118
 
103
- ## Release (2026-01-26)
119
+ ## Release (2026-02-08)
104
120
 
105
- * ember-cli 6.12.0-alpha.1 (minor)
106
- * @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.1 (minor)
107
- * @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.1 (minor)
121
+ * ember-cli 6.10.1 (patch)
108
122
 
109
- #### :rocket: Enhancement
110
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
111
- * [#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))
123
+ #### :bug: Bug Fix
124
+ * `ember-cli`
125
+ * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
126
+ * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
112
127
 
113
128
  #### :house: Internal
114
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
115
- * [#10930](https://github.com/ember-cli/ember-cli/pull/10930) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
116
- * [#10926](https://github.com/ember-cli/ember-cli/pull/10926) Prepare Beta Release ([@mansona](https://github.com/mansona))
117
- * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
118
- * [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))
129
+ * `ember-cli`
130
+ * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
131
+ * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
119
132
 
120
133
  #### Committers: 1
121
134
  - Chris Manson ([@mansona](https://github.com/mansona))
122
135
 
123
- ## Release (2026-01-08)
136
+ ## Release (2026-01-23)
124
137
 
125
- * ember-cli 6.11.0-alpha.1 (minor)
126
- * @ember-tooling/classic-build-addon-blueprint 6.11.0-alpha.1 (minor)
127
- * @ember-tooling/classic-build-app-blueprint 6.11.0-alpha.1 (minor)
128
- * @ember-tooling/blueprint-model 0.6.0 (minor)
138
+ * ember-cli 6.10.0 (minor)
139
+ * @ember-tooling/classic-build-addon-blueprint 6.10.0 (minor)
140
+ * @ember-tooling/classic-build-app-blueprint 6.10.0 (minor)
129
141
 
130
142
  #### :rocket: Enhancement
131
143
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
132
- * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
133
- * [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
144
+ * [#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))
145
+ * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
134
146
  * `ember-cli`
135
147
  * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
136
148
  * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
137
- * `ember-cli`, `@ember-tooling/blueprint-model`
138
149
  * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
139
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`
140
- * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
150
+ * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
141
151
 
142
152
  #### :bug: Bug Fix
143
153
  * `ember-cli`
144
- * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
145
154
  * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
146
- * [#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))
155
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
156
+ * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
147
157
 
148
158
  #### :memo: Documentation
149
159
  * `ember-cli`
150
160
  * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
151
161
 
152
162
  #### :house: Internal
153
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
154
- * [#10883](https://github.com/ember-cli/ember-cli/pull/10883) Prepare Beta Release ([@mansona](https://github.com/mansona))
155
163
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
156
164
  * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
165
+ * `ember-cli`
166
+ * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
167
+ * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
168
+ * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
169
+ * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
157
170
 
158
- #### Committers: 4
171
+ #### Committers: 3
159
172
  - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
160
173
  - Chris Manson ([@mansona](https://github.com/mansona))
161
174
  - Katie Gengler ([@kategengler](https://github.com/kategengler))
162
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
163
175
 
164
- ## Release (2025-12-10)
176
+ ## Release (2025-12-11)
165
177
 
166
- * ember-cli 6.10.0-alpha.1 (minor)
167
- * @ember-tooling/classic-build-addon-blueprint 6.10.0-alpha.1 (minor)
168
- * @ember-tooling/classic-build-app-blueprint 6.10.0-alpha.1 (minor)
169
- * @ember-tooling/blueprint-blueprint 0.3.0 (minor)
170
- * @ember-tooling/blueprint-model 0.5.0 (minor)
178
+ * ember-cli 6.9.1 (patch)
171
179
 
172
- #### :rocket: Enhancement
173
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
174
- * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
175
- * [#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))
180
+ #### :bug: Bug Fix
176
181
  * `ember-cli`
177
- * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
178
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
179
- * [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
182
+ * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
180
183
 
181
- #### :bug: Bug Fix
182
- * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
183
- * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
184
+ #### Committers: 1
185
+ - Katie Gengler ([@kategengler](https://github.com/kategengler))
184
186
 
185
- #### :memo: Documentation
186
- * `ember-cli`
187
- * [#10857](https://github.com/ember-cli/ember-cli/pull/10857) Update RELEASE.md with more notes ([@mansona](https://github.com/mansona))
187
+ ## Release (2025-12-10)
188
188
 
189
- #### :house: Internal
190
- * `ember-cli`
191
- * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
192
- * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
193
- * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
194
- * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
189
+ * ember-cli 6.9.0 (minor)
190
+ * @ember-tooling/classic-build-addon-blueprint 6.9.0 (minor)
191
+ * @ember-tooling/classic-build-app-blueprint 6.9.0 (minor)
192
+
193
+ #### :rocket: Enhancement
194
+ * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
195
+ * [#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))
195
196
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
196
197
  * [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
197
198
 
199
+ #### :house: Internal
200
+ * `ember-cli`
201
+ * [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
202
+ * [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
203
+
198
204
  #### Committers: 2
199
205
  - Chris Manson ([@mansona](https://github.com/mansona))
200
- - Katie Gengler ([@kategengler](https://github.com/kategengler))
206
+ - Edward Faulkner ([@ef4](https://github.com/ef4))
207
+
208
+ ## Release (2025-11-29)
209
+
210
+ * ember-cli 6.8.1 (patch)
211
+
212
+ #### :bug: Bug Fix
213
+ * `ember-cli`
214
+ * [#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))
215
+
216
+ #### Committers: 1
217
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
201
218
 
202
219
  ## Release (2025-10-14)
203
220
 
204
- * ember-cli 6.9.0-alpha.2 (minor)
205
- * @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.2 (minor)
206
- * @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.2 (minor)
207
- * @ember-tooling/blueprint-blueprint 0.2.1 (patch)
208
- * @ember-tooling/blueprint-model 0.4.1 (patch)
221
+ * ember-cli 6.8.0 (minor)
222
+ * @ember-tooling/classic-build-addon-blueprint 6.8.0 (minor)
223
+ * @ember-tooling/classic-build-app-blueprint 6.8.0 (minor)
209
224
 
210
225
  #### :rocket: Enhancement
211
- * `ember-cli`
212
- * [#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))
213
226
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
227
+ * [#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))
214
228
  * [#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))
229
+ * [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
230
+ * `ember-cli`
231
+ * [#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))
232
+ * [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
233
+ * [#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))
234
+ * [#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))
235
+ * [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
236
+ * [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
237
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
238
+ * [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
215
239
 
216
240
  #### :bug: Bug Fix
217
241
  * `ember-cli`
218
242
  * [#10846](https://github.com/ember-cli/ember-cli/pull/10846) [beta bugfix] allow build --watch only in EMBROIDER_PREBUILD ([@mansona](https://github.com/mansona))
219
- * [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
220
243
  * [#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))
221
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
222
- * [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
244
+ * [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
245
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
246
+ * [#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))
247
+ * `@ember-tooling/classic-build-app-blueprint`
248
+ * [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
249
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
250
+ * [#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))
223
251
 
224
252
  #### :memo: Documentation
225
253
  * `ember-cli`
@@ -228,233 +256,75 @@
228
256
  * [#10835](https://github.com/ember-cli/ember-cli/pull/10835) Update deprecation message for --embroider option ([@kategengler](https://github.com/kategengler))
229
257
 
230
258
  #### :house: Internal
231
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
232
- * [#10851](https://github.com/ember-cli/ember-cli/pull/10851) Merge beta into master ([@mansona](https://github.com/mansona))
233
- * [#10848](https://github.com/ember-cli/ember-cli/pull/10848) merge origin/release into beta ([@mansona](https://github.com/mansona))
234
259
  * `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
235
260
  * [#10847](https://github.com/ember-cli/ember-cli/pull/10847) Prepare Beta Release ([@mansona](https://github.com/mansona))
236
261
  * [#10825](https://github.com/ember-cli/ember-cli/pull/10825) Prepare Beta Release ([@mansona](https://github.com/mansona))
237
262
  * [#10820](https://github.com/ember-cli/ember-cli/pull/10820) Prepare Beta Release ([@mansona](https://github.com/mansona))
238
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
239
- * [#10836](https://github.com/ember-cli/ember-cli/pull/10836) Prepare Beta Release ([@mansona](https://github.com/mansona))
240
263
  * `ember-cli`
241
264
  * [#10845](https://github.com/ember-cli/ember-cli/pull/10845) [beta] update @ember/app-blueprint to latest beta ([@mansona](https://github.com/mansona))
242
265
  * [#10833](https://github.com/ember-cli/ember-cli/pull/10833) [bugfix beta] bump the @ember/app-blueprint version ([@mansona](https://github.com/mansona))
243
266
  * [#10823](https://github.com/ember-cli/ember-cli/pull/10823) fix incorrect ember-cli-update version in tests ([@mansona](https://github.com/mansona))
244
267
  * [#10819](https://github.com/ember-cli/ember-cli/pull/10819) update @ember/app-blueprint beta version ([@mansona](https://github.com/mansona))
245
- * [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))
246
-
247
- #### Committers: 3
248
- - Chris Manson ([@mansona](https://github.com/mansona))
249
- - David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
250
- - Katie Gengler ([@kategengler](https://github.com/kategengler))
251
-
252
- ## Release (2025-09-17)
253
-
254
- * ember-cli 6.9.0-alpha.1 (minor)
255
- * @ember-tooling/classic-build-addon-blueprint 6.9.0-alpha.1 (minor)
256
- * @ember-tooling/classic-build-app-blueprint 6.9.0-alpha.1 (minor)
257
- * @ember-tooling/blueprint-blueprint 0.2.0 (minor)
258
- * @ember-tooling/blueprint-model 0.4.0 (minor)
259
-
260
- #### :rocket: Enhancement
261
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
262
- * [#10808](https://github.com/ember-cli/ember-cli/pull/10808) Prepare 6.8 Beta ([@mansona](https://github.com/mansona))
263
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
264
- * [#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))
265
-
266
- #### :bug: Bug Fix
267
- * `ember-cli`
268
- * [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
269
-
270
- #### :house: Internal
271
- * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
272
- * [#10815](https://github.com/ember-cli/ember-cli/pull/10815) Merge beta into master and start 6.9 alpha ([@mansona](https://github.com/mansona))
273
- * [#10810](https://github.com/ember-cli/ember-cli/pull/10810) Prepare Beta Release ([@mansona](https://github.com/mansona))
274
- * `@ember-tooling/blueprint-model`
275
- * [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))
268
+ * [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
269
+ * [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
270
+ * [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
271
+ * [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
272
+ * [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
276
273
  * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
277
- * [#10797](https://github.com/ember-cli/ember-cli/pull/10797) Prepare Stable Release ([@mansona](https://github.com/mansona))
278
- * [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
279
- * `ember-cli`
280
- * [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
281
-
282
- #### Committers: 3
283
- - Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
284
- - Chris Manson ([@mansona](https://github.com/mansona))
285
- - Edward Faulkner ([@ef4](https://github.com/ef4))
286
-
287
- ## Release (2025-09-10)
288
-
289
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.5 (patch)
290
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.5 (patch)
291
- * @ember-tooling/blueprint-model 0.2.0 (minor)
292
- * ember-cli 6.8.0-alpha.5 (patch)
293
-
294
- #### :rocket: Enhancement
295
- * `@ember-tooling/blueprint-model`
296
- * [#10802](https://github.com/ember-cli/ember-cli/pull/10802) enable Vite by default ([@mansona](https://github.com/mansona))
297
- * Other
298
- * [#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))
299
-
300
- #### :house: Internal
301
- * [#10806](https://github.com/ember-cli/ember-cli/pull/10806) skip build watch tests when vite is enabled ([@mansona](https://github.com/mansona))
274
+ * [#10799](https://github.com/ember-cli/ember-cli/pull/10799) Prepare Alpha Release ([@mansona](https://github.com/mansona))
275
+ * [#10778](https://github.com/ember-cli/ember-cli/pull/10778) Prepare Alpha Release ([@mansona](https://github.com/mansona))
276
+ * [#10756](https://github.com/ember-cli/ember-cli/pull/10756) Prepare Alpha Release ([@mansona](https://github.com/mansona))
277
+ * [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
302
278
 
303
- #### Committers: 2
279
+ #### Committers: 6
304
280
  - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
305
281
  - Chris Manson ([@mansona](https://github.com/mansona))
306
-
307
- ## Release (2025-09-09)
308
-
309
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.4 (patch)
310
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.4 (patch)
311
- * @ember-tooling/blueprint-blueprint 0.0.3 (patch)
312
- * ember-cli 6.8.0-alpha.4 (patch)
313
-
314
- #### :bug: Bug Fix
315
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`
316
- * [#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))
317
- * `@ember-tooling/classic-build-app-blueprint`
318
- * [#10798](https://github.com/ember-cli/ember-cli/pull/10798) Add import from ember-data breakage/deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
319
-
320
- #### Committers: 2
321
282
  - Florian Pichler ([@pichfl](https://github.com/pichfl))
283
+ - Isaac Lee ([@ijlee2](https://github.com/ijlee2))
284
+ - Katie Gengler ([@kategengler](https://github.com/kategengler))
322
285
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
323
286
 
324
- ## Release (2025-09-05)
287
+ ## Release (2025-10-08)
325
288
 
326
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.3 (patch)
327
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.3 (patch)
328
- * @ember-tooling/blueprint-model 0.1.0 (minor)
329
- * ember-cli 6.8.0-alpha.3 (patch)
289
+ * ember-cli 6.7.2 (patch)
290
+ * @ember-tooling/classic-build-addon-blueprint 6.7.1 (patch)
291
+ * @ember-tooling/classic-build-app-blueprint 6.7.2 (patch)
330
292
 
331
- #### :rocket: Enhancement
332
- * `@ember-tooling/blueprint-model`
333
- * [#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))
293
+ #### :bug: Bug Fix
294
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
295
+ * [#10838](https://github.com/ember-cli/ember-cli/pull/10838) Add package license metadata to match repository ([@davidtaylorhq](https://github.com/davidtaylorhq))
334
296
 
335
297
  #### Committers: 1
336
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
298
+ - David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
337
299
 
338
- ## Release (2025-09-01)
300
+ ## Release (2025-10-06)
339
301
 
340
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.2 (minor)
341
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.2 (minor)
342
- * ember-cli 6.8.0-alpha.2 (patch)
343
-
344
- #### :rocket: Enhancement
345
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
346
- * [#10791](https://github.com/ember-cli/ember-cli/pull/10791) update the format of the ember-cli-update.json ([@mansona](https://github.com/mansona))
347
- * Other
348
- * [#10785](https://github.com/ember-cli/ember-cli/pull/10785) Depracate passing filenames and globs to `init` ([@pichfl](https://github.com/pichfl))
349
- * [#10776](https://github.com/ember-cli/ember-cli/pull/10776) Add deprecation warning for the `--embroider` argument ([@pichfl](https://github.com/pichfl))
302
+ * ember-cli 6.7.1 (patch)
303
+ * @ember-tooling/classic-build-app-blueprint 6.7.1 (patch)
350
304
 
351
305
  #### :bug: Bug Fix
352
- * Other
353
- * [#10782](https://github.com/ember-cli/ember-cli/pull/10782) update heimdall-fs-monitor ([@mansona](https://github.com/mansona))
306
+ * `ember-cli`
307
+ * [#10834](https://github.com/ember-cli/ember-cli/pull/10834) [bugfix release] Fix tests using wrong versions ([@mansona](https://github.com/mansona))
354
308
  * `@ember-tooling/classic-build-app-blueprint`
355
- * [#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))
356
-
357
- #### :house: Internal
358
- * [#10790](https://github.com/ember-cli/ember-cli/pull/10790) Reorganize tests for `new` and `addon` commands ([@pichfl](https://github.com/pichfl))
359
- * [#10783](https://github.com/ember-cli/ember-cli/pull/10783) remove unused changelog script ([@mansona](https://github.com/mansona))
360
- * [#10764](https://github.com/ember-cli/ember-cli/pull/10764) fix double CI run on release-plan PR ([@mansona](https://github.com/mansona))
361
- * [#10750](https://github.com/ember-cli/ember-cli/pull/10750) Add more notes to the Release.md ([@mansona](https://github.com/mansona))
309
+ * [#10824](https://github.com/ember-cli/ember-cli/pull/10824) [bugfix release] fix app-blueprint being considered a blueprint ([@mansona](https://github.com/mansona))
362
310
 
363
- #### Committers: 3
364
- - Chris Manson ([@mansona](https://github.com/mansona))
365
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
366
- - Isaac Lee ([@ijlee2](https://github.com/ijlee2))
367
-
368
- ## Release (2025-08-02)
369
-
370
- * @ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 (minor)
371
- * @ember-tooling/classic-build-app-blueprint 6.8.0-alpha.1 (minor)
372
- * ember-cli 6.8.0-alpha.1 (patch)
373
-
374
- #### :rocket: Enhancement
375
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
376
- * [#10755](https://github.com/ember-cli/ember-cli/pull/10755) Prepare 6.7-beta ([@mansona](https://github.com/mansona))
377
- * Other
378
- * [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
379
-
380
- #### :house: Internal
381
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
382
- * [#10763](https://github.com/ember-cli/ember-cli/pull/10763) Prepare 6.8-alpha ([@mansona](https://github.com/mansona))
383
- * [#10754](https://github.com/ember-cli/ember-cli/pull/10754) Prepare Beta Release ([@github-actions[bot]](https://github.com/apps/github-actions))
384
- * Other
385
- * [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
386
-
387
- #### Committers: 2
311
+ #### Committers: 1
388
312
  - Chris Manson ([@mansona](https://github.com/mansona))
389
- - [@github-actions[bot]](https://github.com/apps/github-actions)
390
313
 
391
- ## Release (2025-07-26)
314
+ ## Release (2025-09-06)
392
315
 
393
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.4 (minor)
394
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
395
- * ember-cli 6.7.0-alpha.4 (patch)
316
+ * ember-cli 6.7.0 (minor)
317
+ * @ember-tooling/classic-build-addon-blueprint 6.7.0 (minor)
318
+ * @ember-tooling/classic-build-app-blueprint 6.7.0 (minor)
396
319
 
397
320
  #### :rocket: Enhancement
398
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
321
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
322
+ * [#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))
399
323
  * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
400
324
 
401
325
  #### :bug: Bug Fix
402
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
403
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
404
-
405
- #### :memo: Documentation
406
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
407
- * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
408
-
409
- #### :house: Internal
410
- * [#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))
411
- * [#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))
412
- * [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
413
-
414
- #### Committers: 2
415
- - Chris Manson ([@mansona](https://github.com/mansona))
416
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
417
-
418
- ## Release (2025-06-30)
419
-
420
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
421
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
422
- * @ember-tooling/blueprint-blueprint 0.0.2 (patch)
423
- * @ember-tooling/blueprint-model 0.0.2 (patch)
424
- * ember-cli 6.7.0-alpha.3 (patch)
425
-
426
- #### :house: Internal
427
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
428
- * [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
429
-
430
- #### Committers: 1
431
- - Chris Manson ([@mansona](https://github.com/mansona))
432
-
433
- ## Release (2025-06-30)
434
-
435
- * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
436
- * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.2 (patch)
437
- * @ember-tooling/blueprint-blueprint 0.0.1 (patch)
438
- * @ember-tooling/blueprint-model 0.0.1 (patch)
439
- * ember-cli 6.7.0-alpha.2 (patch)
440
-
441
- #### :house: Internal
442
- * Other
443
- * [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
444
- * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
445
- * [#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))
446
- * [#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))
447
-
448
- #### Committers: 1
449
- - Chris Manson ([@mansona](https://github.com/mansona))
450
-
451
- ## Release (2025-06-16)
452
-
453
- * ember-cli 6.7.0-alpha.1 (minor)
454
-
455
- #### :rocket: Enhancement
456
326
  * `ember-cli`
457
- * [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
327
+ * [#10794](https://github.com/ember-cli/ember-cli/pull/10794) Fix potential NPE ([@boris-petrov](https://github.com/boris-petrov))
458
328
 
459
329
  #### :memo: Documentation
460
330
  * `ember-cli`
@@ -462,20 +332,32 @@
462
332
 
463
333
  #### :house: Internal
464
334
  * `ember-cli`
465
- * [#10731](https://github.com/ember-cli/ember-cli/pull/10731) Prepare Alpha 6.7.0 ([@mansona](https://github.com/mansona))
466
- * [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
467
- * [#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))
468
- * [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
335
+ * [#10801](https://github.com/ember-cli/ember-cli/pull/10801) update github-changelog ([@mansona](https://github.com/mansona))
336
+ * [#10761](https://github.com/ember-cli/ember-cli/pull/10761) update release-plan ([@mansona](https://github.com/mansona))
337
+ * [#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))
338
+ * [#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))
339
+ * [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
340
+ * [#10735](https://github.com/ember-cli/ember-cli/pull/10735) remove unnecessary project override ([@mansona](https://github.com/mansona))
341
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
342
+ * [#10800](https://github.com/ember-cli/ember-cli/pull/10800) fix release-plan for stable release ([@mansona](https://github.com/mansona))
343
+ * [#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))
344
+ * [#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))
345
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
346
+ * [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
469
347
 
470
- #### Committers: 1
348
+ #### Committers: 3
349
+ - Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
471
350
  - Chris Manson ([@mansona](https://github.com/mansona))
351
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
472
352
 
473
- ## Release (2025-06-16)
353
+ ## Release (2025-07-29)
474
354
 
475
- * ember-cli 6.6.0-beta.1 (minor)
355
+ * ember-cli 6.6.0 (minor)
476
356
 
477
357
  #### :rocket: Enhancement
478
358
  * `ember-cli`
359
+ * [#10749](https://github.com/ember-cli/ember-cli/pull/10749) Update all dependencies for 6.6 release ([@mansona](https://github.com/mansona))
360
+ * [#10751](https://github.com/ember-cli/ember-cli/pull/10751) [BETA BACKPORT] Backport drop node 18 ([@mansona](https://github.com/mansona))
479
361
  * [#10701](https://github.com/ember-cli/ember-cli/pull/10701) [ENHANCEMENT] Support Bun ([@hexadecy](https://github.com/hexadecy))
480
362
  * [#10664](https://github.com/ember-cli/ember-cli/pull/10664) [ENHANCEMENT] Remove ember-fetch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
481
363
 
@@ -486,8 +368,6 @@
486
368
 
487
369
  #### :house: Internal
488
370
  * `ember-cli`
489
- * [#10728](https://github.com/ember-cli/ember-cli/pull/10728) Prepare Beta 6.6.0 ([@mansona](https://github.com/mansona))
490
- * [#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))
491
371
  * [#10699](https://github.com/ember-cli/ember-cli/pull/10699) Start using release-plan for releasing ember-cli ([@mansona](https://github.com/mansona))
492
372
  * [#10670](https://github.com/ember-cli/ember-cli/pull/10670) testing: don't generate temp directories in the repo ([@mansona](https://github.com/mansona))
493
373