Prepare Alpha Release by mansona · Pull Request #11002 · 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
30 changes: 7 additions & 23 deletions .release-plan.json
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ember-cli Changelog

## Release (2026-04-24)

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

#### :rocket: Enhancement
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
* [#11001](https://github.com/ember-cli/ember-cli/pull/11001) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))

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

## Release (2026-04-21)

* ember-cli 7.0.0-beta.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.0",
"version": "7.1.0-alpha.1",
"description": "Command line tool for developing ambitious ember.js apps",
"keywords": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-blueprint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-tooling/classic-build-addon-blueprint",
"version": "7.1.0-alpha.0",
"version": "7.1.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/ember-cli.git",
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.0",
"ember-cli": "~7.1.0-alpha.1",
"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