Skip to content

Commit 27d18d2

Browse files
Merge pull request #65 from ember-cli/release-preview
Prepare Release v0.8.2
2 parents b28cc21 + eac2f9a commit 27d18d2

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@ember/addon-blueprint": {
44
"impact": "patch",
5-
"oldVersion": "0.8.0",
6-
"newVersion": "0.8.1",
5+
"oldVersion": "0.8.1",
6+
"newVersion": "0.8.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
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"
1818
}

CHANGELOG.md

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

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))
14+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
15+
316
## Release (2025-06-25)
417

518
* @ember/addon-blueprint 0.8.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/addon-blueprint",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)