diff --git a/.release-plan.json b/.release-plan.json index f7f2a2d7..cde84947 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,8 @@ { "solution": { "ember-auto-import": { - "impact": "patch", - "oldVersion": "2.13.0", - "newVersion": "2.13.1", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./packages/ember-auto-import/package.json" + "oldVersion": "2.13.1" } }, - "description": "## Release (2026-03-29)\n\n* ember-auto-import 2.13.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`\n * [#708](https://github.com/embroider-build/ember-auto-import/pull/708) Handle missing absolutePaths for ember-source v7+ ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 1\n- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n" + "description": "## Release (2026-05-06)\n\n\n\n#### :house: Internal\n* [#713](https://github.com/embroider-build/ember-auto-import/pull/713) Fix CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/packages/ember-auto-import/CHANGELOG.md b/packages/ember-auto-import/CHANGELOG.md index 92bca095..e7e9f0ab 100644 --- a/packages/ember-auto-import/CHANGELOG.md +++ b/packages/ember-auto-import/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Release (2026-05-06) + + + +#### :house: Internal +* [#713](https://github.com/embroider-build/ember-auto-import/pull/713) Fix CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-03-29) * ember-auto-import 2.13.1 (patch)