Skip to content

Commit 14ad698

Browse files
authored
Merge pull request #10957 from ember-cli/releaseplan-preview
Prepare Alpha Release
2 parents 3baa6c6 + be46501 commit 14ad698

4 files changed

Lines changed: 28 additions & 55 deletions

File tree

.release-plan.json

Lines changed: 7 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@
22
"solution": {
33
"ember-cli": {
44
"impact": "patch",
5-
"oldVersion": "6.12.0-alpha.3",
6-
"newVersion": "6.12.0-alpha.4",
5+
"oldVersion": "6.12.0-alpha.4",
6+
"newVersion": "6.12.0-alpha.5",
77
"tagName": "alpha",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-addon-blueprint"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Has dependency `workspace:*` on @ember-tooling/blueprint-model"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
2012
},
2113
{
2214
"impact": "patch",
@@ -26,55 +18,17 @@
2618
"pkgJSONPath": "./package.json"
2719
},
2820
"@ember-tooling/classic-build-addon-blueprint": {
29-
"impact": "patch",
30-
"oldVersion": "6.12.0-alpha.2",
31-
"newVersion": "6.12.0-alpha.3",
32-
"tagName": "alpha",
33-
"constraints": [
34-
{
35-
"impact": "patch",
36-
"reason": "Appears in changelog section :house: Internal"
37-
},
38-
{
39-
"impact": "patch",
40-
"reason": "Has dependency `workspace:*` on @ember-tooling/blueprint-model"
41-
}
42-
],
43-
"pkgJSONPath": "./packages/addon-blueprint/package.json"
21+
"oldVersion": "6.12.0-alpha.3"
4422
},
4523
"@ember-tooling/classic-build-app-blueprint": {
46-
"impact": "patch",
47-
"oldVersion": "6.12.0-alpha.2",
48-
"newVersion": "6.12.0-alpha.3",
49-
"tagName": "alpha",
50-
"constraints": [
51-
{
52-
"impact": "patch",
53-
"reason": "Appears in changelog section :house: Internal"
54-
},
55-
{
56-
"impact": "patch",
57-
"reason": "Has dependency `workspace:*` on @ember-tooling/blueprint-model"
58-
}
59-
],
60-
"pkgJSONPath": "./packages/app-blueprint/package.json"
24+
"oldVersion": "6.12.0-alpha.3"
6125
},
6226
"@ember-tooling/blueprint-blueprint": {
6327
"oldVersion": "0.3.0"
6428
},
6529
"@ember-tooling/blueprint-model": {
66-
"impact": "patch",
67-
"oldVersion": "0.6.1",
68-
"newVersion": "0.6.2",
69-
"tagName": "latest",
70-
"constraints": [
71-
{
72-
"impact": "patch",
73-
"reason": "Appears in changelog section :house: Internal"
74-
}
75-
],
76-
"pkgJSONPath": "./packages/blueprint-model/package.json"
30+
"oldVersion": "0.6.2"
7731
}
7832
},
79-
"description": "## Release (2026-02-07)\n\n* ember-cli 6.12.0-alpha.4 (patch)\n* @ember-tooling/classic-build-addon-blueprint 6.12.0-alpha.3 (patch)\n* @ember-tooling/classic-build-app-blueprint 6.12.0-alpha.3 (patch)\n* @ember-tooling/blueprint-model 0.6.2 (patch)\n\n#### :house: Internal\n* `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-model`, `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: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
33+
"description": "## Release (2026-02-09)\n\n* ember-cli 6.12.0-alpha.5 (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 * [#10955](https://github.com/ember-cli/ember-cli/pull/10955) Merge beta into master ([@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"
8034
}

CHANGELOG.md

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

3+
## Release (2026-02-09)
4+
5+
* ember-cli 6.12.0-alpha.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli`
9+
* [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))
10+
* [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))
11+
12+
#### :house: Internal
13+
* `ember-cli`
14+
* [#10955](https://github.com/ember-cli/ember-cli/pull/10955) Merge beta into master ([@mansona](https://github.com/mansona))
15+
* [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
16+
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
17+
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
18+
19+
#### Committers: 1
20+
- Chris Manson ([@mansona](https://github.com/mansona))
21+
322
## Release (2026-02-07)
423

524
* ember-cli 6.12.0-alpha.4 (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-alpha.4",
3+
"version": "6.12.0-alpha.5",
44
"description": "Command line tool for developing ambitious ember.js apps",
55
"keywords": [
66
"app",

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.12.0-alpha.4",
63+
"ember-cli": "~6.12.0-alpha.5",
6464
"ember-cli-app-version": "^7.0.0",
6565
"ember-cli-babel": "^8.3.1",
6666
"ember-cli-clean-css": "^3.0.0",

0 commit comments

Comments
 (0)