Skip to content

Commit 93c2f53

Browse files
authored
Merge pull request #10883 from ember-cli/release-preview-beta
Prepare Beta Release
2 parents eb0f037 + 20790d1 commit 93c2f53

6 files changed

Lines changed: 71 additions & 11 deletions

File tree

.release-plan.json

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-cli": {
44
"impact": "minor",
5-
"oldVersion": "6.9.0-beta.0",
6-
"newVersion": "6.9.0-beta.1",
5+
"oldVersion": "6.10.0-beta.0",
6+
"newVersion": "6.10.0-beta.1",
77
"tagName": "beta",
88
"constraints": [
99
{
@@ -18,6 +18,14 @@
1818
"impact": "patch",
1919
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint"
2020
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :bug: Bug Fix"
24+
},
25+
{
26+
"impact": "patch",
27+
"reason": "Appears in changelog section :memo: Documentation"
28+
},
2129
{
2230
"impact": "patch",
2331
"reason": "Appears in changelog section :house: Internal"
@@ -27,30 +35,38 @@
2735
},
2836
"@ember-tooling/classic-build-addon-blueprint": {
2937
"impact": "minor",
30-
"oldVersion": "6.9.0-beta.0",
31-
"newVersion": "6.9.0-beta.1",
38+
"oldVersion": "6.10.0-beta.0",
39+
"newVersion": "6.10.0-beta.1",
3240
"tagName": "beta",
3341
"constraints": [
3442
{
3543
"impact": "minor",
3644
"reason": "Appears in changelog section :rocket: Enhancement"
45+
},
46+
{
47+
"impact": "patch",
48+
"reason": "Appears in changelog section :house: Internal"
3749
}
3850
],
3951
"pkgJSONPath": "./packages/addon-blueprint/package.json"
4052
},
4153
"@ember-tooling/classic-build-app-blueprint": {
4254
"impact": "minor",
43-
"oldVersion": "6.9.0-beta.0",
44-
"newVersion": "6.9.0-beta.1",
55+
"oldVersion": "6.10.0-beta.0",
56+
"newVersion": "6.10.0-beta.1",
4557
"tagName": "beta",
4658
"constraints": [
4759
{
4860
"impact": "minor",
4961
"reason": "Appears in changelog section :rocket: Enhancement"
62+
},
63+
{
64+
"impact": "patch",
65+
"reason": "Appears in changelog section :bug: Bug Fix"
5066
}
5167
],
5268
"pkgJSONPath": "./packages/app-blueprint/package.json"
5369
}
5470
},
55-
"description": "## Release (2025-10-15)\n\n* ember-cli 6.9.0-beta.1 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.9.0-beta.1 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.9.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))\n * [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`\n * [#10809](https://github.com/ember-cli/ember-cli/pull/10809) Update RELEASE ([@mansona](https://github.com/mansona))\n * [#10813](https://github.com/ember-cli/ember-cli/pull/10813) Document need for future vite experiment test cleanup ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
71+
"description": "## Release (2026-01-06)\n\n* ember-cli 6.10.0-beta.1 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.10.0-beta.1 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.10.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\n * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))\n * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))\n* `ember-cli`\n * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))\n * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))\n * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))\n * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))\n\n#### :bug: Bug Fix\n* `ember-cli`\n * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))\n * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))\n * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`\n * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `ember-cli`\n * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`\n * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))\n* `ember-cli`\n * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))\n * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))\n * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))\n * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 4\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
5672
}

CHANGELOG.md

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

3+
## Release (2026-01-06)
4+
5+
* ember-cli 6.10.0-beta.1 (minor)
6+
* @ember-tooling/classic-build-addon-blueprint 6.10.0-beta.1 (minor)
7+
* @ember-tooling/classic-build-app-blueprint 6.10.0-beta.1 (minor)
8+
9+
#### :rocket: Enhancement
10+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11+
* [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
12+
* [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))
13+
* [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
14+
* `ember-cli`
15+
* [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))
16+
* [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))
17+
* [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))
18+
* [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
19+
20+
#### :bug: Bug Fix
21+
* `ember-cli`
22+
* [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
23+
* [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))
24+
* [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
25+
* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
26+
* [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
27+
28+
#### :memo: Documentation
29+
* `ember-cli`
30+
* [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))
31+
32+
#### :house: Internal
33+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`
34+
* [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))
35+
* `ember-cli`
36+
* [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
37+
* [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
38+
* [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
39+
* [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
40+
41+
#### Committers: 4
42+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
43+
- Chris Manson ([@mansona](https://github.com/mansona))
44+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
45+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
46+
347
## Release (2025-12-11)
448

549
* ember-cli 6.9.1 (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.10.0-beta.0",
3+
"version": "6.10.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.10.0-beta.0",
3+
"version": "6.10.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
@@ -60,7 +60,7 @@
6060
"broccoli-asset-rev": "^3.0.0",
6161
"concurrently": "^9.2.1",
6262
"ember-auto-import": "^2.12.0",
63-
"ember-cli": "~6.10.0-beta.0",
63+
"ember-cli": "~6.10.0-beta.1",
6464
"ember-cli-app-version": "^7.0.0",
6565
"ember-cli-babel": "^8.2.0",
6666
"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.10.0-beta.0",
3+
"version": "6.10.0-beta.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ember-cli/ember-cli.git",

0 commit comments

Comments
 (0)