Skip to content

Commit 6b0023b

Browse files
authored
Merge pull request #10953 from ember-cli/release-preview-stable
Prepare Stable Release
2 parents 3d88db6 + c065f13 commit 6b0023b

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-cli": {
44
"impact": "patch",
5-
"oldVersion": "6.10.0",
6-
"newVersion": "6.10.1",
5+
"oldVersion": "6.10.1",
6+
"newVersion": "6.10.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -24,5 +24,5 @@
2424
"oldVersion": "6.10.0"
2525
}
2626
},
27-
"description": "## Release (2026-02-08)\n\n* ember-cli 6.10.1 (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 * [#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"
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"
2828
}

CHANGELOG.md

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

3+
## Release (2026-02-09)
4+
5+
* ember-cli 6.10.2 (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+
* [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))
15+
* [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))
16+
* [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))
17+
18+
#### Committers: 1
19+
- Chris Manson ([@mansona](https://github.com/mansona))
20+
321
## Release (2026-02-08)
422

523
* ember-cli 6.10.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.1",
3+
"version": "6.10.2",
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.10.1",
63+
"ember-cli": "~6.10.2",
6464
"ember-cli-app-version": "^7.0.0",
6565
"ember-cli-babel": "^8.2.0",
6666
"ember-cli-clean-css": "^3.0.0",

0 commit comments

Comments
 (0)