Skip to content

Commit e61cf08

Browse files
authored
Merge pull request #221 from ember-cli/release-preview-beta
Prepare Beta Release v6.11.0-beta.3
2 parents d563f8e + a9a8423 commit e61cf08

3 files changed

Lines changed: 23 additions & 4 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/app-blueprint": {
44
"impact": "patch",
5-
"oldVersion": "6.11.0-beta.1",
6-
"newVersion": "6.11.0-beta.2",
5+
"oldVersion": "6.11.0-beta.2",
6+
"newVersion": "6.11.0-beta.3",
77
"tagName": "beta",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2026-01-24)\n\n* @ember/app-blueprint 6.11.0-beta.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#206](https://github.com/ember-cli/ember-app-blueprint/pull/206) Merge release into beta ([@mansona](https://github.com/mansona))\n * [#201](https://github.com/ember-cli/ember-app-blueprint/pull/201) Prepare Stable Release v6.10.3 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
21+
"description": "## Release (2026-02-11)\n\n* @ember/app-blueprint 6.11.0-beta.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#209](https://github.com/ember-cli/ember-app-blueprint/pull/209) Remove unnecessary empty lines when `--no-warp-drive` was passed ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#219](https://github.com/ember-cli/ember-app-blueprint/pull/219) Merge release into beta ([@mansona](https://github.com/mansona))\n * [#218](https://github.com/ember-cli/ember-app-blueprint/pull/218) Prepare Stable Release v6.10.4 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
2222
}

CHANGELOG.md

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

3+
## Release (2026-02-11)
4+
5+
* @ember/app-blueprint 6.11.0-beta.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/app-blueprint`
9+
* [#209](https://github.com/ember-cli/ember-app-blueprint/pull/209) Remove unnecessary empty lines when `--no-warp-drive` was passed ([@mkszepp](https://github.com/mkszepp))
10+
11+
#### :house: Internal
12+
* `@ember/app-blueprint`
13+
* [#219](https://github.com/ember-cli/ember-app-blueprint/pull/219) Merge release into beta ([@mansona](https://github.com/mansona))
14+
* [#218](https://github.com/ember-cli/ember-app-blueprint/pull/218) Prepare Stable Release v6.10.4 ([@github-actions[bot]](https://github.com/apps/github-actions))
15+
* [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona))
16+
17+
#### Committers: 3
18+
- Chris Manson ([@mansona](https://github.com/mansona))
19+
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
20+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
21+
322
## Release (2026-01-24)
423

524
* @ember/app-blueprint 6.11.0-beta.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/app-blueprint",
3-
"version": "6.11.0-beta.2",
3+
"version": "6.11.0-beta.3",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)