@ember/app-blueprint 6.10.0-alpha.9 → 6.10.0-beta.2

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.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "minor",
5
- "oldVersion": "6.10.0-alpha.8",
6
- "newVersion": "6.10.0-alpha.9",
7
- "tagName": "alpha",
4
+ "impact": "patch",
5
+ "oldVersion": "6.10.0-beta.1",
6
+ "newVersion": "6.10.0-beta.2",
7
+ "tagName": "beta",
8
8
  "constraints": [
9
9
  {
10
- "impact": "minor",
11
- "reason": "Appears in changelog section :rocket: Enhancement"
10
+ "impact": "patch",
11
+ "reason": "Appears in changelog section :bug: Bug Fix"
12
12
  }
13
13
  ],
14
14
  "pkgJSONPath": "./package.json"
15
15
  }
16
16
  },
17
- "description": "## Release (2025-12-24)\n\n* @ember/app-blueprint 6.10.0-alpha.9 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins (it's built in (ish)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17
+ "description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.10.0-beta.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
18
18
  }
package/CHANGELOG.md CHANGED
@@ -1,228 +1,158 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2025-12-24)
3
+ ## Release (2026-01-12)
4
4
 
5
- * @ember/app-blueprint 6.10.0-alpha.9 (minor)
5
+ * @ember/app-blueprint 6.10.0-beta.2 (patch)
6
6
 
7
- #### :rocket: Enhancement
7
+ #### :bug: Bug Fix
8
8
  * `@ember/app-blueprint`
9
- * [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins (it's built in (ish)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10
- * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9
+ * [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))
11
10
 
12
11
  #### Committers: 1
13
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
12
+ - Chris Manson ([@mansona](https://github.com/mansona))
14
13
 
15
- ## Release (2025-12-24)
14
+ ## Release (2026-01-06)
16
15
 
17
- * @ember/app-blueprint 6.10.0-alpha.8 (minor)
16
+ * @ember/app-blueprint 6.10.0-beta.1 (minor)
18
17
 
19
18
  #### :rocket: Enhancement
20
19
  * `@ember/app-blueprint`
20
+ * [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins (it's built in (ish)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21
+ * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21
22
  * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22
-
23
- #### Committers: 1
24
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
25
-
26
- ## Release (2025-12-09)
27
-
28
- * @ember/app-blueprint 6.10.0-alpha.7 (patch)
23
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
24
+ * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
25
+ * [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
26
+ * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
27
+ * [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
28
+ * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
29
+ * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30
+ * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
31
+ * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
29
32
 
30
33
  #### :bug: Bug Fix
31
34
  * `@ember/app-blueprint`
35
+ * [#161](https://github.com/ember-cli/ember-app-blueprint/pull/161) Bump ember-cli to 6.9 in the 6.9 release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
32
36
  * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))
37
+ * [#154](https://github.com/ember-cli/ember-app-blueprint/pull/154) [bugfix beta] remove project: true from eslint config in TS projects ([@mansona](https://github.com/mansona))
38
+ * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
39
+ * [#146](https://github.com/ember-cli/ember-app-blueprint/pull/146) Test against our supported node versions (and fix the babel config for the maintenance-node version (20)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
40
+ * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
41
+ * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
42
+ * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
43
+ * [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134) Restore correct version of babel-plugin-ember-template-compilation ([@ef4](https://github.com/ef4))
44
+
45
+ #### :memo: Documentation
46
+ * `@ember/app-blueprint`
47
+ * [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))
48
+ * [#114](https://github.com/ember-cli/ember-app-blueprint/pull/114) update RELEASE.md with notes for after ember-cli release ([@mansona](https://github.com/mansona))
33
49
 
34
50
  #### :house: Internal
35
51
  * `@ember/app-blueprint`
52
+ * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
36
53
  * [#159](https://github.com/ember-cli/ember-app-blueprint/pull/159) don't run CI when you only change markdown files ([@mansona](https://github.com/mansona))
54
+ * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
55
+ * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
37
56
 
38
- #### Committers: 2
57
+ #### Committers: 6
58
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
39
59
  - Chris Manson ([@mansona](https://github.com/mansona))
60
+ - Chris Thoburn ([@runspired](https://github.com/runspired))
61
+ - Edward Faulkner ([@ef4](https://github.com/ef4))
40
62
  - Liam Potter ([@evoactivity](https://github.com/evoactivity))
63
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
41
64
 
42
- ## Release (2025-11-26)
65
+ ## Release (2025-12-23)
43
66
 
44
- * @ember/app-blueprint 6.10.0-alpha.6 (minor)
45
-
46
- #### :rocket: Enhancement
47
- * `@ember/app-blueprint`
48
- * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
67
+ * @ember/app-blueprint 6.9.1 (patch)
49
68
 
50
69
  #### :bug: Bug Fix
51
70
  * `@ember/app-blueprint`
52
- * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
53
- * [#146](https://github.com/ember-cli/ember-app-blueprint/pull/146) Test against our supported node versions (and fix the babel config for the maintenance-node version (20)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
54
- * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
71
+ * [#161](https://github.com/ember-cli/ember-app-blueprint/pull/161) Bump ember-cli to 6.9 in the 6.9 release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
55
72
 
56
73
  #### Committers: 1
57
74
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
58
75
 
59
- ## Release (2025-11-21)
76
+ ## Release (2025-12-05)
60
77
 
61
- * @ember/app-blueprint 6.10.0-alpha.5 (minor)
78
+ * @ember/app-blueprint 6.9.0 (minor)
62
79
 
63
80
  #### :rocket: Enhancement
64
81
  * `@ember/app-blueprint`
65
- * [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
66
- * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
67
- * [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
68
- * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
82
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
83
+ * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
69
84
 
70
85
  #### :bug: Bug Fix
71
86
  * `@ember/app-blueprint`
72
- * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
87
+ * [#154](https://github.com/ember-cli/ember-app-blueprint/pull/154) [bugfix beta] remove project: true from eslint config in TS projects ([@mansona](https://github.com/mansona))
88
+ * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
73
89
 
74
90
  #### :memo: Documentation
75
91
  * `@ember/app-blueprint`
76
- * [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))
92
+ * [#64](https://github.com/ember-cli/ember-app-blueprint/pull/64) Update the release document to match the ember-cli process ([@mansona](https://github.com/mansona))
93
+ * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
94
+ * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
77
95
 
78
- #### Committers: 2
96
+ #### Committers: 4
97
+ - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
79
98
  - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
80
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
81
-
82
- ## Release (2025-11-12)
83
-
84
- * @ember/app-blueprint 6.10.0-alpha.4 (patch)
85
-
86
- #### :bug: Bug Fix
87
- * `@ember/app-blueprint`
88
- * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
89
-
90
- #### Committers: 1
91
99
  - Chris Manson ([@mansona](https://github.com/mansona))
100
+ - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
92
101
 
93
- ## Release (2025-11-12)
102
+ ## Release (2025-11-02)
94
103
 
95
- * @ember/app-blueprint 6.10.0-alpha.3 (patch)
104
+ * @ember/app-blueprint 6.8.3 (patch)
96
105
 
97
106
  #### :bug: Bug Fix
98
107
  * `@ember/app-blueprint`
99
- * [#134](https://github.com/ember-cli/ember-app-blueprint/pull/134) Restore correct version of babel-plugin-ember-template-compilation ([@ef4](https://github.com/ef4))
108
+ * [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
100
109
 
101
110
  #### Committers: 1
102
- - Edward Faulkner ([@ef4](https://github.com/ef4))
111
+ - Markus Sanin ([@mkszepp](https://github.com/mkszepp))
103
112
 
104
- ## Release (2025-11-07)
113
+ ## Release (2025-10-24)
105
114
 
106
- * @ember/app-blueprint 6.10.0-alpha.2 (patch)
115
+ * @ember/app-blueprint 6.8.2 (patch)
107
116
 
108
117
  #### :bug: Bug Fix
109
118
  * `@ember/app-blueprint`
110
- * [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
111
119
  * [#120](https://github.com/ember-cli/ember-app-blueprint/pull/120) [bugfix release] set node version in engines to >= 20 ([@aklkv](https://github.com/aklkv))
112
- * [#116](https://github.com/ember-cli/ember-app-blueprint/pull/116) [bugfix release] update ember-cli version to latest stable ([@mansona](https://github.com/mansona))
113
-
114
- #### :house: Internal
115
- * `@ember/app-blueprint`
116
- * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
117
- * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
118
- * [#129](https://github.com/ember-cli/ember-app-blueprint/pull/129) Prepare Beta Release v6.9.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
119
- * [#122](https://github.com/ember-cli/ember-app-blueprint/pull/122) Merge release into beta ([@mansona](https://github.com/mansona))
120
- * [#127](https://github.com/ember-cli/ember-app-blueprint/pull/127) Prepare Stable Release v6.8.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
121
- * [#121](https://github.com/ember-cli/ember-app-blueprint/pull/121) Prepare Stable Release v6.8.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
122
- * [#117](https://github.com/ember-cli/ember-app-blueprint/pull/117) Prepare Stable Release v6.8.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
123
120
 
124
- #### Committers: 4
121
+ #### Committers: 1
125
122
  - Alexey Kulakov ([@aklkv](https://github.com/aklkv))
126
- - Chris Manson ([@mansona](https://github.com/mansona))
127
- - Markus Sanin ([@mkszepp](https://github.com/mkszepp))
128
- - [@github-actions[bot]](https://github.com/apps/github-actions)
129
-
130
- ## Release (2025-10-31)
131
-
132
- * @ember/app-blueprint 6.10.0-alpha.1 (minor)
133
-
134
- #### :rocket: Enhancement
135
- * `@ember/app-blueprint`
136
- * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
137
- * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
138
- * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
139
-
140
- #### :memo: Documentation
141
- * `@ember/app-blueprint`
142
- * [#114](https://github.com/ember-cli/ember-app-blueprint/pull/114) update RELEASE.md with notes for after ember-cli release ([@mansona](https://github.com/mansona))
143
-
144
- #### Committers: 3
145
- - Chris Manson ([@mansona](https://github.com/mansona))
146
- - Chris Thoburn ([@runspired](https://github.com/runspired))
147
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
148
123
 
149
- ## Release (2025-10-14)
124
+ ## Release (2025-10-17)
150
125
 
151
- * @ember/app-blueprint 6.9.0-alpha.2 (minor)
152
-
153
- #### :rocket: Enhancement
154
- * `@ember/app-blueprint`
155
- * [#103](https://github.com/ember-cli/ember-app-blueprint/pull/103) [beta] update Vite to latest (v7) ([@mansona](https://github.com/mansona))
156
- * [#98](https://github.com/ember-cli/ember-app-blueprint/pull/98) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
157
- * [#95](https://github.com/ember-cli/ember-app-blueprint/pull/95) [Beta] add services directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
158
- * [#91](https://github.com/ember-cli/ember-app-blueprint/pull/91) [bugfix beta] add legacy inspector support ([@mansona](https://github.com/mansona))
126
+ * @ember/app-blueprint 6.8.1 (patch)
159
127
 
160
128
  #### :bug: Bug Fix
161
129
  * `@ember/app-blueprint`
162
- * [#100](https://github.com/ember-cli/ember-app-blueprint/pull/100) [beta] swap to the Vitest beta to fix CI ([@mansona](https://github.com/mansona))
163
- * [#88](https://github.com/ember-cli/ember-app-blueprint/pull/88) [bugfix beta] fix the use of ember test in the new blueprint ([@mansona](https://github.com/mansona))
164
- * [#86](https://github.com/ember-cli/ember-app-blueprint/pull/86) [bugfix beta] update ember-cli to beta ([@mansona](https://github.com/mansona))
165
- * [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl))
166
- * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
167
-
168
- #### :memo: Documentation
169
- * `@ember/app-blueprint`
170
- * [#97](https://github.com/ember-cli/ember-app-blueprint/pull/97) [documentation beta] update readme for Vite ([@mansona](https://github.com/mansona))
171
- * [#64](https://github.com/ember-cli/ember-app-blueprint/pull/64) Update the release document to match the ember-cli process ([@mansona](https://github.com/mansona))
172
- * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
173
- * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
130
+ * [#116](https://github.com/ember-cli/ember-app-blueprint/pull/116) [bugfix release] update ember-cli version to latest stable ([@mansona](https://github.com/mansona))
174
131
 
175
- #### :house: Internal
176
- * `@ember/app-blueprint`
177
- * [#108](https://github.com/ember-cli/ember-app-blueprint/pull/108) update release-plan ([@mansona](https://github.com/mansona))
178
- * [#106](https://github.com/ember-cli/ember-app-blueprint/pull/106) Merge beta into main ([@mansona](https://github.com/mansona))
179
- * [#105](https://github.com/ember-cli/ember-app-blueprint/pull/105) Prepare Beta Release v6.8.0-beta.8 ([@github-actions[bot]](https://github.com/apps/github-actions))
180
- * [#104](https://github.com/ember-cli/ember-app-blueprint/pull/104) Merge release into beta ([@mansona](https://github.com/mansona))
181
- * [#102](https://github.com/ember-cli/ember-app-blueprint/pull/102) Prepare Beta Release v6.8.0-beta.7 ([@github-actions[bot]](https://github.com/apps/github-actions))
182
- * [#101](https://github.com/ember-cli/ember-app-blueprint/pull/101) [beta] update node version used in CI ([@mansona](https://github.com/mansona))
183
- * [#96](https://github.com/ember-cli/ember-app-blueprint/pull/96) Prepare Beta Release v6.8.0-beta.6 ([@github-actions[bot]](https://github.com/apps/github-actions))
184
- * [#93](https://github.com/ember-cli/ember-app-blueprint/pull/93) Add Windows tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
185
- * [#92](https://github.com/ember-cli/ember-app-blueprint/pull/92) Prepare Beta Release v6.8.0-beta.5 ([@github-actions[bot]](https://github.com/apps/github-actions))
186
- * [#89](https://github.com/ember-cli/ember-app-blueprint/pull/89) Prepare Beta Release v6.8.0-beta.4 ([@github-actions[bot]](https://github.com/apps/github-actions))
187
- * [#87](https://github.com/ember-cli/ember-app-blueprint/pull/87) Prepare Beta Release v6.8.0-beta.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
188
- * [#85](https://github.com/ember-cli/ember-app-blueprint/pull/85) Prepare Stable Release v6.7.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
189
- * [#84](https://github.com/ember-cli/ember-app-blueprint/pull/84) Prepare Beta Release v6.8.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
190
- * [#83](https://github.com/ember-cli/ember-app-blueprint/pull/83) update ember source to latest beta ([@mansona](https://github.com/mansona))
191
-
192
- #### Committers: 7
193
- - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
194
- - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
132
+ #### Committers: 1
195
133
  - Chris Manson ([@mansona](https://github.com/mansona))
196
- - Florian Pichler ([@pichfl](https://github.com/pichfl))
197
- - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
198
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
199
- - [@github-actions[bot]](https://github.com/apps/github-actions)
200
134
 
201
- ## Release (2025-09-05)
135
+ ## Release (2025-10-14)
202
136
 
203
- * @ember/app-blueprint 6.9.0-alpha.1 (minor)
137
+ * @ember/app-blueprint 6.8.0 (minor)
204
138
 
205
139
  #### :rocket: Enhancement
206
140
  * `@ember/app-blueprint`
207
- * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
141
+ * [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))
208
142
 
209
143
  #### Committers: 1
210
144
  - Chris Manson ([@mansona](https://github.com/mansona))
211
145
 
212
- ## Release (2025-09-05)
146
+ ## Release (2025-10-02)
213
147
 
214
- * @ember/app-blueprint 6.8.0-beta.1 (minor)
148
+ * @ember/app-blueprint 6.7.2 (patch)
215
149
 
216
- #### :rocket: Enhancement
217
- * `@ember/app-blueprint`
218
- * [#73](https://github.com/ember-cli/ember-app-blueprint/pull/73) Prepare 6.8 beta ([@mansona](https://github.com/mansona))
219
-
220
- #### :house: Internal
150
+ #### :bug: Bug Fix
221
151
  * `@ember/app-blueprint`
222
- * [#75](https://github.com/ember-cli/ember-app-blueprint/pull/75) update the beta version ([@mansona](https://github.com/mansona))
152
+ * [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl))
223
153
 
224
154
  #### Committers: 1
225
- - Chris Manson ([@mansona](https://github.com/mansona))
155
+ - Florian Pichler ([@pichfl](https://github.com/pichfl))
226
156
 
227
157
  ## Release (2025-09-04)
228
158
 
@@ -56,11 +56,11 @@
56
56
  "@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
57
57
  "@types/qunit": "^2.19.13",
58
58
  "@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
59
- "@warp-drive/core": "5.8.0",
60
- "@warp-drive/ember": "5.8.0",
61
- "@warp-drive/json-api": "5.8.0",
62
- "@warp-drive/legacy": "5.8.0",
63
- "@warp-drive/utilities": "5.8.0<% } %>",
59
+ "@warp-drive/core": "~5.8.0",
60
+ "@warp-drive/ember": "~5.8.0",
61
+ "@warp-drive/json-api": "~5.8.0",
62
+ "@warp-drive/legacy": "~5.8.0",
63
+ "@warp-drive/utilities": "~5.8.0<% } %>",
64
64
  "babel-plugin-ember-template-compilation": "^3.0.1",
65
65
  "concurrently": "^9.2.1",
66
66
  "decorator-transforms": "^2.3.0",
@@ -80,7 +80,7 @@
80
80
  "eslint-plugin-ember": "^12.7.5",
81
81
  "eslint-plugin-n": "^17.23.1",
82
82
  "eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
83
- "eslint-plugin-warp-drive": "5.8.0<% } %>",
83
+ "eslint-plugin-warp-drive": "^5.8.0<% } %>",
84
84
  "globals": "^16.5.0",
85
85
  "prettier": "^3.7.4",
86
86
  "prettier-plugin-ember-template-tag": "^2.1.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.10.0-alpha.9",
3
+ "version": "6.10.0-beta.2",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -17,8 +17,8 @@
17
17
  "minor": "prerelease",
18
18
  "patch": "prerelease"
19
19
  },
20
- "semverIncrementTag": "alpha",
21
- "publishTag": "alpha"
20
+ "semverIncrementTag": "beta",
21
+ "publishTag": "beta"
22
22
  },
23
23
  "dependencies": {
24
24
  "chalk": "^4.1.2",