Skip to content

Commit 56d1273

Browse files
authored
Merge pull request #10992 from ember-cli/release-preview-beta
Prepare Beta Release
2 parents 1a5d3b6 + 131b127 commit 56d1273

6 files changed

Lines changed: 104 additions & 10 deletions

File tree

.release-plan.json

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
22
"solution": {
33
"ember-cli": {
4-
"impact": "patch",
5-
"oldVersion": "6.11.0-beta.1",
6-
"newVersion": "6.11.0-beta.2",
4+
"impact": "minor",
5+
"oldVersion": "6.12.0-beta.0",
6+
"newVersion": "6.12.0-beta.1",
77
"tagName": "beta",
88
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-addon-blueprint"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint"
20+
},
921
{
1022
"impact": "patch",
1123
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -18,11 +30,47 @@
1830
"pkgJSONPath": "./package.json"
1931
},
2032
"@ember-tooling/classic-build-addon-blueprint": {
21-
"oldVersion": "6.11.0-beta.1"
33+
"impact": "minor",
34+
"oldVersion": "6.12.0-beta.0",
35+
"newVersion": "6.12.0-beta.1",
36+
"tagName": "beta",
37+
"constraints": [
38+
{
39+
"impact": "minor",
40+
"reason": "Appears in changelog section :rocket: Enhancement"
41+
},
42+
{
43+
"impact": "patch",
44+
"reason": "Appears in changelog section :bug: Bug Fix"
45+
},
46+
{
47+
"impact": "patch",
48+
"reason": "Appears in changelog section :house: Internal"
49+
}
50+
],
51+
"pkgJSONPath": "./packages/addon-blueprint/package.json"
2252
},
2353
"@ember-tooling/classic-build-app-blueprint": {
24-
"oldVersion": "6.11.0-beta.1"
54+
"impact": "minor",
55+
"oldVersion": "6.12.0-beta.0",
56+
"newVersion": "6.12.0-beta.1",
57+
"tagName": "beta",
58+
"constraints": [
59+
{
60+
"impact": "minor",
61+
"reason": "Appears in changelog section :rocket: Enhancement"
62+
},
63+
{
64+
"impact": "patch",
65+
"reason": "Appears in changelog section :bug: Bug Fix"
66+
},
67+
{
68+
"impact": "patch",
69+
"reason": "Appears in changelog section :house: Internal"
70+
}
71+
],
72+
"pkgJSONPath": "./packages/app-blueprint/package.json"
2573
}
2674
},
27-
"description": "## Release (2026-02-09)\n\n* ember-cli 6.11.0-beta.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli`\n * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))\n * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`\n * [#10954](https://github.com/ember-cli/ember-cli/pull/10954) Merge release into beta ([@mansona](https://github.com/mansona))\n * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))\n * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))\n * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
75+
"description": "## Release (2026-04-04)\n\n* ember-cli 6.12.0-beta.1 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.12.0-beta.1 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.12.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10991](https://github.com/ember-cli/ember-cli/pull/10991) Prepare 6.12-beta ([@mansona](https://github.com/mansona))\n* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10939](https://github.com/ember-cli/ember-cli/pull/10939) Add warpDrive support to app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`\n * [#10969](https://github.com/ember-cli/ember-cli/pull/10969) Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`\n * [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#10976](https://github.com/ember-cli/ember-cli/pull/10976) Enable `use-ember-modules` in blueprint optional-features.json ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`\n * [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`\n * [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-cli`\n * [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`\n * [#10990](https://github.com/ember-cli/ember-cli/pull/10990) bump node on publish.yml and stop updating npm ([@mansona](https://github.com/mansona))\n * [#10982](https://github.com/ember-cli/ember-cli/pull/10982) Update publish.yml to use PAT so that output repos workflow will run ([@kategengler](https://github.com/kategengler))\n * [#10967](https://github.com/ember-cli/ember-cli/pull/10967) Replace `temp` package with Node.js built-in `fs.mkdtemp` ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))\n * [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))\n* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`\n * [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))\n\n#### Committers: 5\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2876
}

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# ember-cli Changelog
22

3+
## Release (2026-04-04)
4+
5+
* ember-cli 6.12.0-beta.1 (minor)
6+
* @ember-tooling/classic-build-addon-blueprint 6.12.0-beta.1 (minor)
7+
* @ember-tooling/classic-build-app-blueprint 6.12.0-beta.1 (minor)
8+
9+
#### :rocket: Enhancement
10+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11+
* [#10991](https://github.com/ember-cli/ember-cli/pull/10991) Prepare 6.12-beta ([@mansona](https://github.com/mansona))
12+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
13+
* [#10939](https://github.com/ember-cli/ember-cli/pull/10939) Add warpDrive support to app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
14+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
15+
* [#10969](https://github.com/ember-cli/ember-cli/pull/10969) Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@Copilot](https://github.com/apps/copilot-swe-agent))
16+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
17+
* [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
18+
19+
#### :bug: Bug Fix
20+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
21+
* [#10977](https://github.com/ember-cli/ember-cli/pull/10977) Backport: Enable use-ember-modules in blueprint optional-features.json ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
22+
* [#10976](https://github.com/ember-cli/ember-cli/pull/10976) Enable `use-ember-modules` in blueprint optional-features.json ([@Copilot](https://github.com/apps/copilot-swe-agent))
23+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
24+
* [#10975](https://github.com/ember-cli/ember-cli/pull/10975) Backport: Update ember-cli-htmlbars to ^7.0.0 in app-blueprint ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
25+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
26+
* [#10974](https://github.com/ember-cli/ember-cli/pull/10974) Backport: Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
27+
* [#10932](https://github.com/ember-cli/ember-cli/pull/10932) Remove tracked-built-ins (it comes built in with ember-source 6.8+) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28+
* `ember-cli`
29+
* [#10972](https://github.com/ember-cli/ember-cli/pull/10972) Support ember-source (ESM) -- without addon vendor paths ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30+
* [#10941](https://github.com/ember-cli/ember-cli/pull/10941) Downgrade isbinaryfile ([@mansona](https://github.com/mansona))
31+
32+
#### :house: Internal
33+
* `ember-cli`
34+
* [#10990](https://github.com/ember-cli/ember-cli/pull/10990) bump node on publish.yml and stop updating npm ([@mansona](https://github.com/mansona))
35+
* [#10982](https://github.com/ember-cli/ember-cli/pull/10982) Update publish.yml to use PAT so that output repos workflow will run ([@kategengler](https://github.com/kategengler))
36+
* [#10967](https://github.com/ember-cli/ember-cli/pull/10967) Replace `temp` package with Node.js built-in `fs.mkdtemp` ([@Copilot](https://github.com/apps/copilot-swe-agent))
37+
* [#10931](https://github.com/ember-cli/ember-cli/pull/10931) update Release.md ([@mansona](https://github.com/mansona))
38+
* [#10945](https://github.com/ember-cli/ember-cli/pull/10945) update release-plan for OIDC ([@mansona](https://github.com/mansona))
39+
* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
40+
* [#10947](https://github.com/ember-cli/ember-cli/pull/10947) bump in-range versions ([@mansona](https://github.com/mansona))
41+
42+
#### Committers: 5
43+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
44+
- Chris Manson ([@mansona](https://github.com/mansona))
45+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
46+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
47+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
48+
349
## Release (2026-03-29)
450

551
* ember-cli 6.11.2 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli",
3-
"version": "6.12.0-beta.0",
3+
"version": "6.12.0-beta.1",
44
"description": "Command line tool for developing ambitious ember.js apps",
55
"keywords": [
66
"app",

packages/addon-blueprint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-tooling/classic-build-addon-blueprint",
3-
"version": "6.12.0-beta.0",
3+
"version": "6.12.0-beta.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ember-cli/ember-cli.git",

packages/app-blueprint/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"broccoli-asset-rev": "^3.0.0",
6464
"concurrently": "^9.2.1",
6565
"ember-auto-import": "^2.13.1",
66-
"ember-cli": "~6.12.0-beta.0",
66+
"ember-cli": "~6.12.0-beta.1",
6767
"ember-cli-app-version": "^7.0.0",
6868
"ember-cli-babel": "^8.3.1",
6969
"ember-cli-clean-css": "^3.0.0",

packages/app-blueprint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-tooling/classic-build-app-blueprint",
3-
"version": "6.12.0-beta.0",
3+
"version": "6.12.0-beta.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ember-cli/ember-cli.git",

0 commit comments

Comments
 (0)