diff --git a/.release-plan.json b/.release-plan.json index 1957ed7..2fb490a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@ember/addon-blueprint": { "impact": "minor", - "oldVersion": "0.5.3", - "newVersion": "0.6.0", + "oldVersion": "0.6.0", + "newVersion": "0.7.0", "tagName": "latest", "constraints": [ { @@ -18,5 +18,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8144a03..7b75e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2025-06-19) + +* @ember/addon-blueprint 0.7.0 (minor) + +#### :rocket: Enhancement +* `@ember/addon-blueprint` + * [#55](https://github.com/ember-cli/ember-addon-blueprint/pull/55) Fix TS support, allowing type-checking in tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#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)) + +#### :bug: Bug Fix +* `@ember/addon-blueprint` + * [#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)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-06-05) * @ember/addon-blueprint 0.6.0 (minor) diff --git a/package.json b/package.json index e4e6e40..aeb55c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/addon-blueprint", - "version": "0.6.0", + "version": "0.7.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"