Prepare Alpha Release by mansona · Pull Request #11004 · ember-cli/ember-cli · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 9 additions & 23 deletions .release-plan.json
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ember-cli Changelog

## Release (2026-04-26)

* ember-cli 7.1.0-alpha.2 (minor)
* @ember-tooling/classic-build-app-blueprint 7.1.0-alpha.2 (minor)

#### :rocket: Enhancement
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
* [#11006](https://github.com/ember-cli/ember-cli/pull/11006) update ember-welcome-page to v8 in app blueprint ([@mansona](https://github.com/mansona))
* [#11005](https://github.com/ember-cli/ember-cli/pull/11005) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
* [#11003](https://github.com/ember-cli/ember-cli/pull/11003) update @ember/optional-features to v3 ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2026-04-24)

* ember-cli 7.1.0-alpha.1 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli",
"version": "7.1.0-alpha.1",
"version": "7.1.0-alpha.2",
"description": "Command line tool for developing ambitious ember.js apps",
"keywords": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-blueprint/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^9.2.1",
"ember-auto-import": "^2.13.1",
"ember-cli": "~7.1.0-alpha.1",
"ember-cli": "~7.1.0-alpha.2",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.3.1",
"ember-cli-clean-css": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-blueprint/package.json
Loading