Skip to content

Commit a12efcc

Browse files
authored
Merge pull request #92 from ember-cli/release-preview
Prepare Beta Release v6.8.0-beta.5
2 parents a2cfcff + 29c40e4 commit a12efcc

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"@ember/app-blueprint": {
4-
"impact": "patch",
5-
"oldVersion": "6.8.0-beta.3",
6-
"newVersion": "6.8.0-beta.4",
4+
"impact": "minor",
5+
"oldVersion": "6.8.0-beta.4",
6+
"newVersion": "6.8.0-beta.5",
77
"tagName": "beta",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-10-06)\n\n* @ember/app-blueprint 6.8.0-beta.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#88](https://github.com/ember-cli/ember-app-blueprint/pull/88) [bugfix beta] fix the use of ember test in the new blueprint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17+
"description": "## Release (2025-10-06)\n\n* @ember/app-blueprint 6.8.0-beta.5 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#91](https://github.com/ember-cli/ember-app-blueprint/pull/91) [bugfix beta] add legacy inspector support ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-10-06)
44

5+
* @ember/app-blueprint 6.8.0-beta.5 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#91](https://github.com/ember-cli/ember-app-blueprint/pull/91) [bugfix beta] add legacy inspector support ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-10-06)
15+
516
* @ember/app-blueprint 6.8.0-beta.4 (patch)
617

718
#### :bug: Bug Fix

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.8.0-beta.4",
3+
"version": "6.8.0-beta.5",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)