Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0954aa3
Fix an issue with the `--no-warp-drive` option
Windvis Apr 28, 2026
ea01b72
Merge pull request #274 from Windvis/backport-release/no-warp-drive-f…
mansona May 5, 2026
740b1b1
[backport release] update vite to v8 and @rollup/plugin-bable to v7
mansona May 5, 2026
4bb364b
Prepare Release v6.12.2 using 'release-plan'
github-actions[bot] May 5, 2026
4b38dbb
Merge pull request #275 from ember-cli/release-preview-stable
mansona May 5, 2026
7e54c3f
Merge pull request #276 from ember-cli/update-vite
mansona May 5, 2026
4232866
Prepare Release v6.12.3 using 'release-plan'
github-actions[bot] May 5, 2026
6fc0772
Merge pull request #277 from ember-cli/release-preview-stable
mansona May 5, 2026
b59f6d1
Merge branch 'origin/beta' into release
mansona May 13, 2026
c7d9672
update blueprint dependencies to latest
mansona May 15, 2026
3dba77c
Merge pull request #279 from ember-cli/release-plan-7-0
mansona May 15, 2026
2acb84d
Prepare Release v7.0.0 using 'release-plan'
github-actions[bot] May 15, 2026
278b1d9
Merge pull request #280 from ember-cli/release-preview-stable
mansona May 15, 2026
c042277
update ember-cli dependency to latest
mansona May 19, 2026
c3646c4
Merge pull request #284 from ember-cli/update-ember-cli
mansona May 20, 2026
14bace4
Prepare Release v7.0.1 using 'release-plan'
github-actions[bot] May 20, 2026
67cd0bb
Merge pull request #285 from ember-cli/release-preview-stable
mansona May 20, 2026
8f4e770
Merge branch 'origin/release' into beta
mansona May 20, 2026
237db3a
Merge branch 'origin/main' into beta
mansona May 20, 2026
813a78d
update blueprint dependencies to beta
mansona May 20, 2026
892fd5b
Merge pull request #286 from ember-cli/merge-release
mansona May 20, 2026
d9a28e2
Prepare Release v7.1.0-beta.1 using 'release-plan'
github-actions[bot] May 20, 2026
23294df
Merge pull request #287 from ember-cli/release-preview-beta
mansona May 20, 2026
d47f5a8
update to the next alpha version
mansona May 20, 2026
ced02dc
update blueprint dependencies to alpha
mansona May 20, 2026
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
71 changes: 35 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

## Release (2026-04-28)
## Release (2026-05-20)

* @ember/app-blueprint 7.1.0-alpha.4 (patch)
* @ember/app-blueprint 7.1.0-beta.1 (minor)

#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#286](https://github.com/ember-cli/ember-app-blueprint/pull/286) Prepare Beta Release ([@mansona](https://github.com/mansona))
* [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))
* [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
* [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
* [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
* [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
* [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
* [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
* [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `@ember/app-blueprint`
Expand All @@ -16,66 +28,53 @@
- Chris Manson ([@mansona](https://github.com/mansona))
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))

## Release (2026-04-26)
## Release (2026-05-20)

* @ember/app-blueprint 7.1.0-alpha.3 (minor)
* @ember/app-blueprint 7.0.1 (patch)

#### :rocket: Enhancement
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))
* [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
* [#284](https://github.com/ember-cli/ember-app-blueprint/pull/284) update ember-cli dependency to 7.0 ([@mansona](https://github.com/mansona))

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

## Release (2026-04-20)
## Release (2026-05-15)

* @ember/app-blueprint 7.1.0-alpha.2 (minor)
* @ember/app-blueprint 7.0.0 (major)

#### :rocket: Enhancement
#### :boom: Breaking Change
* `@ember/app-blueprint`
* [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
* [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
* [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
* [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
* [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
* [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
* [#279](https://github.com/ember-cli/ember-app-blueprint/pull/279) Promote Beta and update all dependencies for 7.0 release ([@mansona](https://github.com/mansona))

#### :house: Internal
* `@ember/app-blueprint`
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))

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

## Release (2026-04-20)
## Release (2026-05-05)

* @ember/app-blueprint 7.1.0-alpha.1 (minor)
* @ember/app-blueprint 6.12.3 (patch)

#### :rocket: Enhancement
* `@ember/app-blueprint`
* [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))

#### :house: Internal
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#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))
* [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
* [#276](https://github.com/ember-cli/ember-app-blueprint/pull/276) [backport release] update vite to v8 and @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))

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

## Release (2026-04-18)
## Release (2026-05-05)

* @ember/app-blueprint 7.0.0-beta.1 (minor)
* @ember/app-blueprint 6.12.2 (patch)

#### :rocket: Enhancement
#### :bug: Bug Fix
* `@ember/app-blueprint`
* [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))

#### :house: Internal
* `@ember/app-blueprint`
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
* [#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))
* [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
* [#274](https://github.com/ember-cli/ember-app-blueprint/pull/274) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))

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

## Release (2026-04-18)

Expand Down
20 changes: 10 additions & 10 deletions files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@ember/app-tsconfig": "^2.0.0<% } %>",
"@ember/optional-features": "^3.0.0",
"@ember/string": "^4.0.1",
"@ember/test-helpers": "^5.4.1",
"@ember/test-helpers": "^5.4.2",
"@ember/test-waiters": "^4.1.1",
"@embroider/macros": "^1.20.2",
"@embroider/core": "^4.4.7",
"@embroider/vite": "^1.7.2",
"@embroider/compat": "^4.1.17",
"@embroider/compat": "^4.1.18",
"@embroider/router": "^3.0.6",
"@embroider/config-meta-loader": "^1.0.0",
"@embroider/legacy-inspector-support": "^0.1.3",
Expand All @@ -54,7 +54,7 @@
"@glint/template": "^1.7.7",
"@glint/tsserver-plugin": "^2.4.0<% } %>",
"@rollup/plugin-babel": "^7.0.0<% if (typescript) { %>",
"@types/qunit": "^2.19.13",
"@types/qunit": "^2.19.14",
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
"@warp-drive/core": "~5.8.2",
"@warp-drive/ember": "~5.8.2",
Expand All @@ -63,16 +63,16 @@
"@warp-drive/utilities": "~5.8.2<% } %>",
"babel-plugin-ember-template-compilation": "^4.0.0",
"concurrently": "^9.2.1",
"decorator-transforms": "^2.3.1",
"ember-cli": "~6.12.0",
"decorator-transforms": "^2.3.2",
"ember-cli": "~7.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wonder why this wouldn't be 7.1? is it minAge related?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, it's part of the process and as a result of them not being in the same repo 😞 we can discuss in a call to give you more context if you like 👍 (I think I documented it at the bottom of the RELEASE.md 🤔 )

"ember-cli-babel": "^8.3.1",
"ember-cli-deprecation-workflow": "^4.0.1",
"ember-load-initializers": "^3.0.1",
"ember-modifier": "^4.3.0",
"ember-page-title": "^9.0.3",
"ember-qunit": "^9.0.4",
"ember-resolver": "^13.2.0",
"ember-source": "~7.1.0-alpha.2",
"ember-source": "~7.2.0-alpha.1",
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
"ember-welcome-page": "^8.0.5<% } %>",
"eslint": "^9.39.4",
Expand All @@ -83,15 +83,15 @@
"eslint-plugin-warp-drive": "^5.8.2<% } %>",
"globals": "^16.5.0",
"prettier": "^3.8.3",
"prettier-plugin-ember-template-tag": "^2.1.5",
"prettier-plugin-ember-template-tag": "^2.1.6",
"qunit": "^2.25.0",
"qunit-dom": "^3.5.1",
"stylelint": "^17.8.0",
"stylelint": "^17.11.0",
"stylelint-config-standard": "^40.0.0",
"testem": "^3.20.0<% if (typescript) { %>",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2<% } %>",
"vite": "^8.0.9"
"typescript-eslint": "^8.59.3<% } %>",
"vite": "^8.0.12"
},
"engines": {
"node": ">= 20.19.0"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/app-blueprint",
"version": "7.1.0-alpha.4",
"version": "7.2.0-alpha.0",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down Expand Up @@ -32,26 +32,26 @@
"dependencies": {
"ejs": "^3.1.10",
"ember-cli-string-utils": "^1.1.0",
"lodash": "^4.17.21",
"sort-package-json": "^3.6.0",
"lodash": "^4.18.1",
"sort-package-json": "^3.6.1",
"walk-sync": "^4.0.1"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"concurrently": "^9.1.2",
"ember-cli": "^6.3.1",
"@eslint/js": "^9.39.4",
"concurrently": "^9.2.1",
"ember-cli": "^7.0.0",
"eslint": "9.x",
"eslint-config-prettier": "^9.1.0",
"execa": "^9.1.0",
"eslint-config-prettier": "^9.1.2",
"execa": "^9.6.1",
"fixturify": "^3.0.0",
"globals": "^15.3.0",
"globals": "^15.15.0",
"jsonc-parser": "^3.3.1",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-plan": "^0.17.2",
"strip-ansi": "^7.1.0",
"prettier": "^3.8.3",
"prettier-plugin-ember-template-tag": "^2.1.6",
"release-plan": "^0.17.4",
"strip-ansi": "^7.2.0",
"tmp-promise": "^3.0.3",
"vitest": "^4.0.0-beta.17",
"vitest": "^4.1.6",
"vitest-matrix": "^0.2.0"
},
"packageManager": "pnpm@10.20.0"
Expand Down
Loading
Loading