Skip to content

Commit ce9c4d7

Browse files
authored
Merge pull request #10961 from ember-cli/release-preview-stable
Prepare Stable Release
2 parents 8c8a7a6 + c9bfeaf commit ce9c4d7

File tree

6 files changed

+52
-12
lines changed

6 files changed

+52
-12
lines changed

.release-plan.json

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,52 @@
11
{
22
"solution": {
33
"ember-cli": {
4-
"impact": "patch",
5-
"oldVersion": "6.10.1",
6-
"newVersion": "6.10.2",
4+
"impact": "minor",
5+
"oldVersion": "6.10.2",
6+
"newVersion": "6.11.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
913
{
1014
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
15+
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint"
1216
},
1317
{
1418
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
19+
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-addon-blueprint"
1620
}
1721
],
1822
"pkgJSONPath": "./package.json"
1923
},
2024
"@ember-tooling/classic-build-addon-blueprint": {
21-
"oldVersion": "6.10.0"
25+
"impact": "minor",
26+
"oldVersion": "6.10.0",
27+
"newVersion": "6.11.0",
28+
"tagName": "latest",
29+
"constraints": [
30+
{
31+
"impact": "minor",
32+
"reason": "Appears in changelog section :rocket: Enhancement"
33+
}
34+
],
35+
"pkgJSONPath": "./packages/addon-blueprint/package.json"
2236
},
2337
"@ember-tooling/classic-build-app-blueprint": {
24-
"oldVersion": "6.10.0"
38+
"impact": "minor",
39+
"oldVersion": "6.10.0",
40+
"newVersion": "6.11.0",
41+
"tagName": "latest",
42+
"constraints": [
43+
{
44+
"impact": "minor",
45+
"reason": "Appears in changelog section :rocket: Enhancement"
46+
}
47+
],
48+
"pkgJSONPath": "./packages/app-blueprint/package.json"
2549
}
2650
},
27-
"description": "## Release (2026-02-09)\n\n* ember-cli 6.10.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 * [#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"
51+
"description": "## Release (2026-02-17)\n\n* ember-cli 6.11.0 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)\n\n#### :rocket: Enhancement\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* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))\n * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2852
}

CHANGELOG.md

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

3+
## Release (2026-02-17)
4+
5+
* ember-cli 6.11.0 (minor)
6+
* @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)
7+
* @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)
8+
9+
#### :rocket: Enhancement
10+
* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`
11+
* [#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))
12+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
13+
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
14+
* [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 1
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
319
## Release (2026-02-09)
420

521
* ember-cli 6.10.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.10.2",
3+
"version": "6.11.0",
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",
3+
"version": "6.11.0",
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.2",
63+
"ember-cli": "~6.11.0",
6464
"ember-cli-app-version": "^7.0.0",
6565
"ember-cli-babel": "^8.3.1",
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",
3+
"version": "6.11.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ember-cli/ember-cli.git",

0 commit comments

Comments
 (0)