Skip to content

Commit b4ca661

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v0.7.0 using 'release-plan'
1 parent 2ad20e8 commit b4ca661

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-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-18)\n\n* @ember/addon-blueprint 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2025-06-18)
4+
5+
* @ember/addon-blueprint 0.7.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/addon-blueprint`
9+
* [#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))
10+
11+
#### :bug: Bug Fix
12+
* `@ember/addon-blueprint`
13+
* [#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))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2025-06-05)
419

520
* @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)