Skip to content

Commit 5a6bb9e

Browse files
authored
Merge pull request #58 from ember-cli/release-preview
Prepare Release v0.7.0
2 parents 3866a6a + 99db03c commit 5a6bb9e

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.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": "minor",
5-
"oldVersion": "0.5.3",
6-
"newVersion": "0.6.0",
5+
"oldVersion": "0.6.0",
6+
"newVersion": "0.7.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2025-06-05)\n\n* @ember/addon-blueprint 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#41](https://github.com/ember-cli/ember-addon-blueprint/pull/41) Support scenario testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#47](https://github.com/ember-cli/ember-addon-blueprint/pull/47) Add package.json#imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#48](https://github.com/ember-cli/ember-addon-blueprint/pull/48) Split build and test tests & fix self-imports (which splitting the tests proved the existence of a bug) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
2222
}

CHANGELOG.md

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

3+
## Release (2025-06-19)
4+
5+
* @ember/addon-blueprint 0.7.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/addon-blueprint`
9+
* [#55](https://github.com/ember-cli/ember-addon-blueprint/pull/55) Fix TS support, allowing type-checking in tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#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))
11+
12+
#### :bug: Bug Fix
13+
* `@ember/addon-blueprint`
14+
* [#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))
15+
16+
#### Committers: 1
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-06-05)
420

521
* @ember/addon-blueprint 0.6.0 (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/addon-blueprint",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)