Skip to content

Commit d3fc2f5

Browse files
authored
Merge pull request #102 from ember-cli/release-preview
Prepare Beta Release v6.8.0-beta.7
2 parents 224dedf + 2fbe9d4 commit d3fc2f5

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@ember/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "6.8.0-beta.5",
6-
"newVersion": "6.8.0-beta.6",
5+
"oldVersion": "6.8.0-beta.6",
6+
"newVersion": "6.8.0-beta.7",
77
"tagName": "beta",
88
"constraints": [
99
{
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"impact": "patch",
15-
"reason": "Appears in changelog section :memo: Documentation"
15+
"reason": "Appears in changelog section :bug: Bug Fix"
1616
},
1717
{
1818
"impact": "patch",
@@ -22,5 +22,5 @@
2222
"pkgJSONPath": "./package.json"
2323
}
2424
},
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"
25+
"description": "## Release (2025-10-13)\n\n* @ember/app-blueprint 6.8.0-beta.7 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#103](https://github.com/ember-cli/ember-app-blueprint/pull/103) [beta] update Vite to latest (v7) ([@mansona](https://github.com/mansona))\n * [#98](https://github.com/ember-cli/ember-app-blueprint/pull/98) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#100](https://github.com/ember-cli/ember-app-blueprint/pull/100) [beta] swap to the Vitest beta to fix CI ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#101](https://github.com/ember-cli/ember-app-blueprint/pull/101) [beta] update node version used in CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2626
}

CHANGELOG.md

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

3+
## Release (2025-10-13)
4+
5+
* @ember/app-blueprint 6.8.0-beta.7 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#103](https://github.com/ember-cli/ember-app-blueprint/pull/103) [beta] update Vite to latest (v7) ([@mansona](https://github.com/mansona))
10+
* [#98](https://github.com/ember-cli/ember-app-blueprint/pull/98) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :bug: Bug Fix
13+
* `@ember/app-blueprint`
14+
* [#100](https://github.com/ember-cli/ember-app-blueprint/pull/100) [beta] swap to the Vitest beta to fix CI ([@mansona](https://github.com/mansona))
15+
16+
#### :house: Internal
17+
* `@ember/app-blueprint`
18+
* [#101](https://github.com/ember-cli/ember-app-blueprint/pull/101) [beta] update node version used in CI ([@mansona](https://github.com/mansona))
19+
20+
#### Committers: 2
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
23+
324
## Release (2025-10-10)
425

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

0 commit comments

Comments
 (0)