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/addon-blueprint": {
4
4
"impact": "patch",
5
-
"oldVersion": "0.8.0",
6
-
"newVersion": "0.8.1",
5
+
"oldVersion": "0.8.1",
6
+
"newVersion": "0.8.2",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
@@ -14,5 +14,5 @@
14
14
"pkgJSONPath": "./package.json"
15
15
}
16
16
},
17
-
"description": "## Release (2025-06-25)\n\n* @ember/addon-blueprint 0.8.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#62](https://github.com/ember-cli/ember-addon-blueprint/pull/62) Add vite test mode ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
17
+
"description": "## Release (2025-07-02)\n\n* @ember/addon-blueprint 0.8.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#67](https://github.com/ember-cli/ember-addon-blueprint/pull/67) Update test-helper.__ext__ to have the imports at the top ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#64](https://github.com/ember-cli/ember-addon-blueprint/pull/64) Change test mode to development mode ([@gossi](https://github.com/gossi))\n\n#### Committers: 2\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## Release (2025-07-02)
4
+
5
+
*@ember/addon-blueprint 0.8.2 (patch)
6
+
7
+
#### :bug: Bug Fix
8
+
*`@ember/addon-blueprint`
9
+
*[#67](https://github.com/ember-cli/ember-addon-blueprint/pull/67) Update test-helper.__ext__ to have the imports at the top ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10
+
*[#64](https://github.com/ember-cli/ember-addon-blueprint/pull/64) Change test mode to development mode ([@gossi](https://github.com/gossi))
11
+
12
+
#### Committers: 2
13
+
- Thomas Gossmann ([@gossi](https://github.com/gossi))
0 commit comments