|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release (2026-04-09) |
| 4 | + |
| 5 | +* @ember/app-blueprint 6.12.0 (minor) |
| 6 | + |
| 7 | +#### :rocket: Enhancement |
| 8 | +* `@ember/app-blueprint` |
| 9 | + * [#243](https://github.com/ember-cli/ember-app-blueprint/pull/243) Promote Beta and update all dependencies for 6.12 release ([@mansona](https://github.com/mansona)) |
| 10 | + * [#144](https://github.com/ember-cli/ember-app-blueprint/pull/144) feat: move ember-cli-build to `mjs` ([@aklkv](https://github.com/aklkv)) |
| 11 | + |
| 12 | +#### :bug: Bug Fix |
| 13 | +* `@ember/app-blueprint` |
| 14 | + * [#215](https://github.com/ember-cli/ember-app-blueprint/pull/215) upgrade ember/optional-features to clear install deprecation warnings ([@void-mAlex](https://github.com/void-mAlex)) |
| 15 | + * [#119](https://github.com/ember-cli/ember-app-blueprint/pull/119) fix: align linters with recent changes in classic app blueprint ([@aklkv](https://github.com/aklkv)) |
| 16 | + * [#208](https://github.com/ember-cli/ember-app-blueprint/pull/208) [Bugfix release] Add `globals.browser` to eslint config for TS files ([@mkszepp](https://github.com/mkszepp)) |
| 17 | + |
| 18 | +#### :memo: Documentation |
| 19 | +* `@ember/app-blueprint` |
| 20 | + * [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona)) |
| 21 | + |
| 22 | +#### :house: Internal |
| 23 | +* `@ember/app-blueprint` |
| 24 | + * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona)) |
| 25 | + * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona)) |
| 26 | + * [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona)) |
| 27 | + * [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona)) |
| 28 | + |
| 29 | +#### Committers: 4 |
| 30 | +- Alex ([@void-mAlex](https://github.com/void-mAlex)) |
| 31 | +- Alexey Kulakov ([@aklkv](https://github.com/aklkv)) |
| 32 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 33 | +- Markus Sanin ([@mkszepp](https://github.com/mkszepp)) |
| 34 | + |
3 | 35 | ## Release (2026-03-03) |
4 | 36 |
|
5 | 37 | * @ember/app-blueprint 6.11.2 (patch) |
|
0 commit comments