diff --git a/.release-plan.json b/.release-plan.json index 4d76a83..9f3d1b8 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,22 @@ { "solution": { "@ember/addon-blueprint": { - "impact": "patch", - "oldVersion": "0.17.0", - "newVersion": "0.17.1", + "impact": "minor", + "oldVersion": "0.17.1", + "newVersion": "0.18.0", "tagName": "latest", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-03-10)\n\n* @ember/addon-blueprint 0.17.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#66](https://github.com/ember-cli/ember-addon-blueprint/pull/66) Add build mode tests (ensuring isDevelopingApp and isTesting are appropriately true when they need to be (as well as assert-stripping)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/addon-blueprint`\n * [#135](https://github.com/ember-cli/ember-addon-blueprint/pull/135) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#133](https://github.com/ember-cli/ember-addon-blueprint/pull/133) Sort snapshot files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-07-07)\n\n* @ember/addon-blueprint 0.18.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#147](https://github.com/ember-cli/ember-addon-blueprint/pull/147) Add placeholder in README for documenting exports ([@kategengler](https://github.com/kategengler))\n * [#146](https://github.com/ember-cli/ember-addon-blueprint/pull/146) Add `--no-build` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#136](https://github.com/ember-cli/ember-addon-blueprint/pull/136) Update README to remove WIP and clarify blueprint status ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#145](https://github.com/ember-cli/ember-addon-blueprint/pull/145) Fix pnpm 11 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d56cf3b..f4d878e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Release (2026-07-07) + +* @ember/addon-blueprint 0.18.0 (minor) + +#### :rocket: Enhancement +* `@ember/addon-blueprint` + * [#147](https://github.com/ember-cli/ember-addon-blueprint/pull/147) Add placeholder in README for documenting exports ([@kategengler](https://github.com/kategengler)) + * [#146](https://github.com/ember-cli/ember-addon-blueprint/pull/146) Add `--no-build` ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#136](https://github.com/ember-cli/ember-addon-blueprint/pull/136) Update README to remove WIP and clarify blueprint status ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :bug: Bug Fix +* `@ember/addon-blueprint` + * [#145](https://github.com/ember-cli/ember-addon-blueprint/pull/145) Fix pnpm 11 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Katie Gengler ([@kategengler](https://github.com/kategengler)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-03-10) * @ember/addon-blueprint 0.17.1 (patch) diff --git a/package.json b/package.json index d1e1d22..d05d257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/addon-blueprint", - "version": "0.17.1", + "version": "0.18.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"