|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release (2025-10-14) |
| 4 | + |
| 5 | +* @ember/app-blueprint 6.9.0-alpha.2 (minor) |
| 6 | + |
| 7 | +#### :rocket: Enhancement |
| 8 | +* `@ember/app-blueprint` |
| 9 | + * [#103](https://github.com/ember-cli/ember-app-blueprint/pull/103) [beta] update Vite to latest (v7) ([@mansona](https://github.com/mansona)) |
| 10 | + * [#98](https://github.com/ember-cli/ember-app-blueprint/pull/98) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 11 | + * [#95](https://github.com/ember-cli/ember-app-blueprint/pull/95) [Beta] add services directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 12 | + * [#91](https://github.com/ember-cli/ember-app-blueprint/pull/91) [bugfix beta] add legacy inspector support ([@mansona](https://github.com/mansona)) |
| 13 | + |
| 14 | +#### :bug: Bug Fix |
| 15 | +* `@ember/app-blueprint` |
| 16 | + * [#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)) |
| 17 | + * [#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)) |
| 18 | + * [#86](https://github.com/ember-cli/ember-app-blueprint/pull/86) [bugfix beta] update ember-cli to beta ([@mansona](https://github.com/mansona)) |
| 19 | + * [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl)) |
| 20 | + * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig)) |
| 21 | + |
| 22 | +#### :memo: Documentation |
| 23 | +* `@ember/app-blueprint` |
| 24 | + * [#97](https://github.com/ember-cli/ember-app-blueprint/pull/97) [documentation beta] update readme for Vite ([@mansona](https://github.com/mansona)) |
| 25 | + * [#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)) |
| 26 | + * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit)) |
| 27 | + * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock)) |
| 28 | + |
| 29 | +#### :house: Internal |
| 30 | +* `@ember/app-blueprint` |
| 31 | + * [#108](https://github.com/ember-cli/ember-app-blueprint/pull/108) update release-plan ([@mansona](https://github.com/mansona)) |
| 32 | + * [#106](https://github.com/ember-cli/ember-app-blueprint/pull/106) Merge beta into main ([@mansona](https://github.com/mansona)) |
| 33 | + * [#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)) |
| 34 | + * [#104](https://github.com/ember-cli/ember-app-blueprint/pull/104) Merge release into beta ([@mansona](https://github.com/mansona)) |
| 35 | + * [#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)) |
| 36 | + * [#101](https://github.com/ember-cli/ember-app-blueprint/pull/101) [beta] update node version used in CI ([@mansona](https://github.com/mansona)) |
| 37 | + * [#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)) |
| 38 | + * [#93](https://github.com/ember-cli/ember-app-blueprint/pull/93) Add Windows tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 39 | + * [#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)) |
| 40 | + * [#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)) |
| 41 | + * [#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)) |
| 42 | + * [#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)) |
| 43 | + * [#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)) |
| 44 | + * [#83](https://github.com/ember-cli/ember-app-blueprint/pull/83) update ember source to latest beta ([@mansona](https://github.com/mansona)) |
| 45 | + |
| 46 | +#### Committers: 7 |
| 47 | +- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) |
| 48 | +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) |
| 49 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 50 | +- Florian Pichler ([@pichfl](https://github.com/pichfl)) |
| 51 | +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) |
| 52 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 53 | +- [@github-actions[bot]](https://github.com/apps/github-actions) |
| 54 | + |
3 | 55 | ## Release (2025-09-05) |
4 | 56 |
|
5 | 57 | * @ember/app-blueprint 6.9.0-alpha.1 (minor) |
|
0 commit comments