@ember/app-blueprint 6.10.0-alpha.9 → 6.10.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.
@@ -2,17 +2,29 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "minor",
5
- "oldVersion": "6.10.0-alpha.8",
6
- "newVersion": "6.10.0-alpha.9",
7
- "tagName": "alpha",
5
+ "oldVersion": "6.10.0-beta.0",
6
+ "newVersion": "6.10.0-beta.1",
7
+ "tagName": "beta",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "minor",
11
11
  "reason": "Appears in changelog section :rocket: Enhancement"
12
+ },
13
+ {
14
+ "impact": "patch",
15
+ "reason": "Appears in changelog section :bug: Bug Fix"
16
+ },
17
+ {
18
+ "impact": "patch",
19
+ "reason": "Appears in changelog section :memo: Documentation"
20
+ },
21
+ {
22
+ "impact": "patch",
23
+ "reason": "Appears in changelog section :house: Internal"
12
24
  }
13
25
  ],
14
26
  "pkgJSONPath": "./package.json"
15
27
  }
16
28
  },
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"
29
+ "description": "## Release (2026-01-06)\n\n* @ember/app-blueprint 6.10.0-beta.1 (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 * [#49](https://github.com/ember-cli/ember-app-blueprint/pull/49) Add `--minimal` and `--no-compat` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))\n * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))\n * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))\n * [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))\n * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))\n * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#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))\n * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))\n * [#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))\n * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#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))\n * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))\n * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))\n * [#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))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))\n * [#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))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\n * [#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))\n * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))\n * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 6\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Chris Thoburn ([@runspired](https://github.com/runspired))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
18
30
  }
package/CHANGELOG.md CHANGED
@@ -1,228 +1,147 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2025-12-24)
3
+ ## Release (2026-01-06)
4
4
 
5
- * @ember/app-blueprint 6.10.0-alpha.9 (minor)
5
+ * @ember/app-blueprint 6.10.0-beta.1 (minor)
6
6
 
7
7
  #### :rocket: Enhancement
8
8
  * `@ember/app-blueprint`
9
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
10
  * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11
-
12
- #### Committers: 1
13
- - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
14
-
15
- ## Release (2025-12-24)
16
-
17
- * @ember/app-blueprint 6.10.0-alpha.8 (minor)
18
-
19
- #### :rocket: Enhancement
20
- * `@ember/app-blueprint`
21
11
  * [#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)
12
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
13
+ * [#145](https://github.com/ember-cli/ember-app-blueprint/pull/145) Update generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14
+ * [#140](https://github.com/ember-cli/ember-app-blueprint/pull/140) Use an `.mjs` file for configuring Stylelint ([@bertdeblock](https://github.com/bertdeblock))
15
+ * [#142](https://github.com/ember-cli/ember-app-blueprint/pull/142) Use pnpm v10 ([@bertdeblock](https://github.com/bertdeblock))
16
+ * [#138](https://github.com/ember-cli/ember-app-blueprint/pull/138) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))
17
+ * [#44](https://github.com/ember-cli/ember-app-blueprint/pull/44) Use ESM for the babel config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18
+ * [#125](https://github.com/ember-cli/ember-app-blueprint/pull/125) Glint 2 (for `--typescript` projects) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19
+ * [#124](https://github.com/ember-cli/ember-app-blueprint/pull/124) Use modern EmberData/WarpDrive ([@runspired](https://github.com/runspired))
20
+ * [#113](https://github.com/ember-cli/ember-app-blueprint/pull/113) Prepare 6.10 alpha ([@mansona](https://github.com/mansona))
29
21
 
30
22
  #### :bug: Bug Fix
31
23
  * `@ember/app-blueprint`
24
+ * [#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
25
  * [#153](https://github.com/ember-cli/ember-app-blueprint/pull/153) Pass extension to WelcomePage component ([@evoactivity](https://github.com/evoactivity))
26
+ * [#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))
27
+ * [#149](https://github.com/ember-cli/ember-app-blueprint/pull/149) Fix the full path display during project generation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28
+ * [#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))
29
+ * [#148](https://github.com/ember-cli/ember-app-blueprint/pull/148) Sort the package.json, using the replacers strategy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30
+ * [#139](https://github.com/ember-cli/ember-app-blueprint/pull/139) Remove `/declarations/` entry in `.gitignore` file ([@bertdeblock](https://github.com/bertdeblock))
31
+ * [#133](https://github.com/ember-cli/ember-app-blueprint/pull/133) remove ember-auto-import from newly generated app ([@mansona](https://github.com/mansona))
32
+ * [#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))
33
+
34
+ #### :memo: Documentation
35
+ * `@ember/app-blueprint`
36
+ * [#141](https://github.com/ember-cli/ember-app-blueprint/pull/141) Update some links to use https ([@bertdeblock](https://github.com/bertdeblock))
37
+ * [#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
38
 
34
39
  #### :house: Internal
35
40
  * `@ember/app-blueprint`
41
+ * [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
36
42
  * [#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))
43
+ * [#130](https://github.com/ember-cli/ember-app-blueprint/pull/130) Merge beta into main ([@mansona](https://github.com/mansona))
44
+ * [#131](https://github.com/ember-cli/ember-app-blueprint/pull/131) fix warpdrive lint tests ([@mansona](https://github.com/mansona))
37
45
 
38
- #### Committers: 2
46
+ #### Committers: 6
47
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
39
48
  - Chris Manson ([@mansona](https://github.com/mansona))
49
+ - Chris Thoburn ([@runspired](https://github.com/runspired))
50
+ - Edward Faulkner ([@ef4](https://github.com/ef4))
40
51
  - Liam Potter ([@evoactivity](https://github.com/evoactivity))
52
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
41
53
 
42
- ## Release (2025-11-26)
54
+ ## Release (2025-12-23)
43
55
 
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))
56
+ * @ember/app-blueprint 6.9.1 (patch)
49
57
 
50
58
  #### :bug: Bug Fix
51
59
  * `@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))
60
+ * [#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
61
 
56
62
  #### Committers: 1
57
63
  - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
58
64
 
59
- ## Release (2025-11-21)
65
+ ## Release (2025-12-05)
60
66
 
61
- * @ember/app-blueprint 6.10.0-alpha.5 (minor)
67
+ * @ember/app-blueprint 6.9.0 (minor)
62
68
 
63
69
  #### :rocket: Enhancement
64
70
  * `@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))
71
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
72
+ * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
69
73
 
70
74
  #### :bug: Bug Fix
71
75
  * `@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))
76
+ * [#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))
77
+ * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
73
78
 
74
79
  #### :memo: Documentation
75
80
  * `@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))
81
+ * [#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))
82
+ * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
83
+ * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
77
84
 
78
- #### Committers: 2
85
+ #### Committers: 4
86
+ - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
79
87
  - 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
88
  - Chris Manson ([@mansona](https://github.com/mansona))
89
+ - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
92
90
 
93
- ## Release (2025-11-12)
91
+ ## Release (2025-11-02)
94
92
 
95
- * @ember/app-blueprint 6.10.0-alpha.3 (patch)
93
+ * @ember/app-blueprint 6.8.3 (patch)
96
94
 
97
95
  #### :bug: Bug Fix
98
96
  * `@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))
97
+ * [#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
98
 
101
99
  #### Committers: 1
102
- - Edward Faulkner ([@ef4](https://github.com/ef4))
100
+ - Markus Sanin ([@mkszepp](https://github.com/mkszepp))
103
101
 
104
- ## Release (2025-11-07)
102
+ ## Release (2025-10-24)
105
103
 
106
- * @ember/app-blueprint 6.10.0-alpha.2 (patch)
104
+ * @ember/app-blueprint 6.8.2 (patch)
107
105
 
108
106
  #### :bug: Bug Fix
109
107
  * `@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
108
  * [#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
109
 
124
- #### Committers: 4
110
+ #### Committers: 1
125
111
  - 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
112
 
149
- ## Release (2025-10-14)
113
+ ## Release (2025-10-17)
150
114
 
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))
115
+ * @ember/app-blueprint 6.8.1 (patch)
159
116
 
160
117
  #### :bug: Bug Fix
161
118
  * `@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))
119
+ * [#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
120
 
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))
121
+ #### Committers: 1
195
122
  - 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
123
 
201
- ## Release (2025-09-05)
124
+ ## Release (2025-10-14)
202
125
 
203
- * @ember/app-blueprint 6.9.0-alpha.1 (minor)
126
+ * @ember/app-blueprint 6.8.0 (minor)
204
127
 
205
128
  #### :rocket: Enhancement
206
129
  * `@ember/app-blueprint`
207
- * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
130
+ * [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))
208
131
 
209
132
  #### Committers: 1
210
133
  - Chris Manson ([@mansona](https://github.com/mansona))
211
134
 
212
- ## Release (2025-09-05)
135
+ ## Release (2025-10-02)
213
136
 
214
- * @ember/app-blueprint 6.8.0-beta.1 (minor)
137
+ * @ember/app-blueprint 6.7.2 (patch)
215
138
 
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
139
+ #### :bug: Bug Fix
221
140
  * `@ember/app-blueprint`
222
- * [#75](https://github.com/ember-cli/ember-app-blueprint/pull/75) update the beta version ([@mansona](https://github.com/mansona))
141
+ * [#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
142
 
224
143
  #### Committers: 1
225
- - Chris Manson ([@mansona](https://github.com/mansona))
144
+ - Florian Pichler ([@pichfl](https://github.com/pichfl))
226
145
 
227
146
  ## Release (2025-09-04)
228
147
 
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.1",
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",