You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
"solution": {
3
3
"@ember/app-blueprint": {
4
4
"impact": "patch",
5
-
"oldVersion": "6.8.0-beta.2",
6
-
"newVersion": "6.8.0-beta.3",
5
+
"oldVersion": "6.8.0-beta.3",
6
+
"newVersion": "6.8.0-beta.4",
7
7
"tagName": "beta",
8
8
"constraints": [
9
9
{
@@ -14,5 +14,5 @@
14
14
"pkgJSONPath": "./package.json"
15
15
}
16
16
},
17
-
"description": "## Release (2025-10-03)\n\n* @ember/app-blueprint 6.8.0-beta.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#86](https://github.com/ember-cli/ember-app-blueprint/pull/86) [bugfix beta] update ember-cli to beta ([@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.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"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## Release (2025-10-06)
4
+
5
+
*@ember/app-blueprint 6.8.0-beta.4 (patch)
6
+
7
+
#### :bug: Bug Fix
8
+
*`@ember/app-blueprint`
9
+
*[#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))
10
+
11
+
#### Committers: 1
12
+
- Chris Manson ([@mansona](https://github.com/mansona))
0 commit comments