Skip to content

Commit 87dd5a3

Browse files
Merge pull request #60 from ember-cli/release-preview
Prepare Release v0.8.0
2 parents 8165cc1 + 71c9404 commit 87dd5a3

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"@ember/addon-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "0.6.0",
6-
"newVersion": "0.7.0",
5+
"oldVersion": "0.7.0",
6+
"newVersion": "0.8.0",
77
"tagName": "latest",
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 :bug: Bug Fix"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-06-19)\n\n* @ember/addon-blueprint 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#55](https://github.com/ember-cli/ember-addon-blueprint/pull/55) Fix TS support, allowing type-checking in tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#59](https://github.com/ember-cli/ember-addon-blueprint/pull/59) Configure ember-template-lint to not check hbs literals in tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#57](https://github.com/ember-cli/ember-addon-blueprint/pull/57) Tests should use different output directory as to not troll the library author ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-06-19)\n\n* @ember/addon-blueprint 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#50](https://github.com/ember-cli/ember-addon-blueprint/pull/50) Remove functions from the try file ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2218
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-06-19)
44

5+
* @ember/addon-blueprint 0.8.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/addon-blueprint`
9+
* [#50](https://github.com/ember-cli/ember-addon-blueprint/pull/50) Remove functions from the try file ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-06-19)
15+
516
* @ember/addon-blueprint 0.7.0 (minor)
617

718
#### :rocket: Enhancement

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.7.0",
3+
"version": "0.8.0",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)