Skip to content

Commit 899b96a

Browse files
authored
Merge pull request #96 from ember-cli/release-preview
Prepare Beta Release v6.8.0-beta.6
2 parents 6c36b80 + 191a655 commit 899b96a

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

.release-plan.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
"solution": {
33
"@ember/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "6.8.0-beta.4",
6-
"newVersion": "6.8.0-beta.5",
5+
"oldVersion": "6.8.0-beta.5",
6+
"newVersion": "6.8.0-beta.6",
77
"tagName": "beta",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :memo: Documentation"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
1220
}
1321
],
1422
"pkgJSONPath": "./package.json"
1523
}
1624
},
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"
25+
"description": "## Release (2025-10-10)\n\n* @ember/app-blueprint 6.8.0-beta.6 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#95](https://github.com/ember-cli/ember-app-blueprint/pull/95) [Beta] add services directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#97](https://github.com/ember-cli/ember-app-blueprint/pull/97) [documentation beta] update readme for Vite ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#93](https://github.com/ember-cli/ember-app-blueprint/pull/93) Add Windows tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1826
}

CHANGELOG.md

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

3+
## Release (2025-10-10)
4+
5+
* @ember/app-blueprint 6.8.0-beta.6 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#95](https://github.com/ember-cli/ember-app-blueprint/pull/95) [Beta] add services directory ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* `@ember/app-blueprint`
13+
* [#97](https://github.com/ember-cli/ember-app-blueprint/pull/97) [documentation beta] update readme for Vite ([@mansona](https://github.com/mansona))
14+
15+
#### :house: Internal
16+
* `@ember/app-blueprint`
17+
* [#93](https://github.com/ember-cli/ember-app-blueprint/pull/93) Add Windows tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
19+
#### Committers: 2
20+
- Chris Manson ([@mansona](https://github.com/mansona))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
323
## Release (2025-10-06)
424

525
* @ember/app-blueprint 6.8.0-beta.5 (minor)

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

0 commit comments

Comments
 (0)