@ember/app-blueprint
Version:
Blueprint for next generation of Ember apps
269 lines (179 loc) • 10 kB
Markdown
# Changelog
## Release (2025-11-02)
* @ember/app-blueprint 6.8.3 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
#### Committers: 1
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
## Release (2025-10-24)
* @ember/app-blueprint 6.8.2 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#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))
#### Committers: 1
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
## Release (2025-10-17)
* @ember/app-blueprint 6.8.1 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#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))
#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2025-10-14)
* @ember/app-blueprint 6.8.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))
#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2025-10-02)
* @ember/app-blueprint 6.7.2 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#82](https://github.com/ember-cli/ember-app-blueprint/pull/82) Use TypeScript way of accessing potentially undefined `podModulePrefix` ([@pichfl](https://github.com/pichfl))
#### Committers: 1
- Florian Pichler ([@pichfl](https://github.com/pichfl))
## Release (2025-09-04)
* @ember/app-blueprint 6.7.1 (patch)
#### :house: Internal
* `@ember/app-blueprint`
* [#71](https://github.com/ember-cli/ember-app-blueprint/pull/71) fix publish-branch for pnpm publish ([@mansona](https://github.com/mansona))
#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2025-09-04)
* @ember/app-blueprint 6.7.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#65](https://github.com/ember-cli/ember-app-blueprint/pull/65) Update all dependencies for 6.7 release ([@mansona](https://github.com/mansona))
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#67](https://github.com/ember-cli/ember-app-blueprint/pull/67) make sure that release-plan publishes from release branch ([@mansona](https://github.com/mansona))
#### :memo: Documentation
* `@ember/app-blueprint`
* [#70](https://github.com/ember-cli/ember-app-blueprint/pull/70) add a basic readme ([@mansona](https://github.com/mansona))
#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2025-09-04)
* @ember/app-blueprint 6.6.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#63](https://github.com/ember-cli/ember-app-blueprint/pull/63) reset blueprint to match ember-cli app blueprint (in the next release) ([@mansona](https://github.com/mansona))
* [#57](https://github.com/ember-cli/ember-app-blueprint/pull/57) run update-blueprint-deps to update to Ember 6.6 ([@mansona](https://github.com/mansona))
#### :house: Internal
* `@ember/app-blueprint`
* [#60](https://github.com/ember-cli/ember-app-blueprint/pull/60) Split test files ([@pichfl](https://github.com/pichfl))
#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Florian Pichler ([@pichfl](https://github.com/pichfl))
## Release (2025-09-03)
* @ember/app-blueprint 0.8.2 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#56](https://github.com/ember-cli/ember-app-blueprint/pull/56) Make sure that `npm run lint` doesn't fail on a newly generated app ([@pichfl](https://github.com/pichfl))
#### Committers: 1
- Florian Pichler ([@pichfl](https://github.com/pichfl))
## Release (2025-07-22)
* @ember/app-blueprint 0.8.1 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#53](https://github.com/ember-cli/ember-app-blueprint/pull/53) Use @embroider/router ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-07-01)
* @ember/app-blueprint 0.8.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#43](https://github.com/ember-cli/ember-app-blueprint/pull/43) No top-level ambiguous js ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#41](https://github.com/ember-cli/ember-app-blueprint/pull/41) Allow .env.test to be checked in to git ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#42](https://github.com/ember-cli/ember-app-blueprint/pull/42) Don't allow CI to run linting twice ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#38](https://github.com/ember-cli/ember-app-blueprint/pull/38) Change Test mode to Development mode and fix NODE_ENV in tests ([@gossi](https://github.com/gossi))
#### Committers: 2
- Thomas Gossmann ([@gossi](https://github.com/gossi))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-06-24)
* @ember/app-blueprint 0.7.1 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#33](https://github.com/ember-cli/ember-app-blueprint/pull/33) Fix NODE_ENV for tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-06-18)
* @ember/app-blueprint 0.7.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#27](https://github.com/ember-cli/ember-app-blueprint/pull/27) Remove unused dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### :house: Internal
* `@ember/app-blueprint`
* [#35](https://github.com/ember-cli/ember-app-blueprint/pull/35) Adjust the lint command / enforce prettier in CI (our code, not for the output) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-06-05)
* @ember/app-blueprint 0.6.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#28](https://github.com/ember-cli/ember-app-blueprint/pull/28) make sure we always use strict generators ([@mansona](https://github.com/mansona))
#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2025-05-22)
* @ember/app-blueprint 0.5.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#24](https://github.com/ember-cli/ember-app-blueprint/pull/24) run update-blueprint-deps --latest ([@mansona](https://github.com/mansona))
#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2025-05-22)
* @ember/app-blueprint 0.4.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#23](https://github.com/ember-cli/ember-app-blueprint/pull/23) run update-blueprint-deps ([@mansona](https://github.com/mansona))
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#21](https://github.com/ember-cli/ember-app-blueprint/pull/21) Remove @ember-data/tracking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-05-20)
* @ember/app-blueprint 0.3.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#20](https://github.com/ember-cli/ember-app-blueprint/pull/20) Upgrade embroider dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#18](https://github.com/ember-cli/ember-app-blueprint/pull/18) Add missing dependency: chalk ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-05-20)
* @ember/app-blueprint 0.2.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#13](https://github.com/ember-cli/ember-app-blueprint/pull/13) Bump ember-cli and ember-source to 6.5 (beta) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#14](https://github.com/ember-cli/ember-app-blueprint/pull/14) Use *.cjs for the testem config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#12](https://github.com/ember-cli/ember-app-blueprint/pull/12) Upgrade ember-data/warp-drive ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#11](https://github.com/ember-cli/ember-app-blueprint/pull/11) Don't emit application.hbs, use application.gjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#15](https://github.com/ember-cli/ember-app-blueprint/pull/15) Add imported module that is not declared ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-05-08)
* @ember/app-blueprint 0.1.1 (patch)
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#10](https://github.com/ember-cli/ember-app-blueprint/pull/10) Add @ember/test-waiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#7](https://github.com/ember-cli/ember-app-blueprint/pull/7) Remove @glimmer/tracking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2025-04-25)
* @ember/app-blueprint 0.1.0 (minor)
#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#3](https://github.com/ember-cli/ember-app-blueprint/pull/3) Import the app blueprint from ember-cli and @embroider/app-blueprint ([@mansona](https://github.com/mansona))
#### :house: Internal
* `@ember/app-blueprint`
* [#6](https://github.com/ember-cli/ember-app-blueprint/pull/6) fix repo url ([@mansona](https://github.com/mansona))
* [#4](https://github.com/ember-cli/ember-app-blueprint/pull/4) set up release plan ([@mansona](https://github.com/mansona))
#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))