diff --git a/.release-plan.json b/.release-plan.json index 49b21ddbb..08838d163 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,23 +2,51 @@ "solution": { "ember-primitives": { "impact": "patch", - "oldVersion": "0.55.0", - "newVersion": "0.55.1", + "oldVersion": "0.55.1", + "newVersion": "0.55.2", "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on which-heading-do-i-need" } ], "pkgJSONPath": "./ember-primitives/package.json" }, "@universal-ember/docs-support": { - "oldVersion": "0.9.5" + "impact": "patch", + "oldVersion": "0.9.5", + "newVersion": "0.9.6", + "tagName": "latest", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/docs-support/package.json" }, "which-heading-do-i-need": { - "oldVersion": "0.2.6" + "impact": "patch", + "oldVersion": "0.2.6", + "newVersion": "0.2.7", + "tagName": "latest", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/which-heading-do-i-need/package.json" } }, - "description": "## Release (2026-04-04)\n\n* ember-primitives 0.55.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#695](https://github.com/universal-ember/ember-primitives/pull/695) Give glint/template peer dep semver range ([@bendemboski](https://github.com/bendemboski))\n\n#### Committers: 1\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n" + "description": "## Release (2026-04-10)\n\n* ember-primitives 0.55.2 (patch)\n* @universal-ember/docs-support 0.9.6 (patch)\n* which-heading-do-i-need 0.2.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#721](https://github.com/universal-ember/ember-primitives/pull/721) Prevent color scheme update if local preference is set ([@evoactivity](https://github.com/evoactivity))\n\n#### :memo: Documentation\n* [#698](https://github.com/universal-ember/ember-primitives/pull/698) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### :house: Internal\n* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`\n * [#719](https://github.com/universal-ember/ember-primitives/pull/719) Update devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#720](https://github.com/universal-ember/ember-primitives/pull/720) Fix Deploy: Production wrangler install failure ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#718](https://github.com/universal-ember/ember-primitives/pull/718) Fix deploy preview comments on fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#717](https://github.com/universal-ember/ember-primitives/pull/717) Upgrade all CI actions to latest versions ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#716](https://github.com/universal-ember/ember-primitives/pull/716) Fix deploy-preview concurrency group to be per-PR ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#707](https://github.com/universal-ember/ember-primitives/pull/707) Hoist ember-primitives to fix transitive dep resolution ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#706](https://github.com/universal-ember/ember-primitives/pull/706) Fix headRepository owner lookup in deploy preview ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#705](https://github.com/universal-ember/ember-primitives/pull/705) Fix deploy preview workflow_dispatch by resolving PR info upfront ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#704](https://github.com/universal-ember/ember-primitives/pull/704) Move injected deps sync to _syncPnpm (runs after builds) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#703](https://github.com/universal-ember/ember-primitives/pull/703) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#702](https://github.com/universal-ember/ember-primitives/pull/702) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#701](https://github.com/universal-ember/ember-primitives/pull/701) Fix deploy preview checkout for fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n* `ember-primitives`\n * [#713](https://github.com/universal-ember/ember-primitives/pull/713) Upgrade pnpm from 10.30.3 to 10.33.0 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 4\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- Liam ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index acbf7fb61..f43675647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## Release (2026-04-10) + +* ember-primitives 0.55.2 (patch) +* @universal-ember/docs-support 0.9.6 (patch) +* which-heading-do-i-need 0.2.7 (patch) + +#### :bug: Bug Fix +* `ember-primitives` + * [#721](https://github.com/universal-ember/ember-primitives/pull/721) Prevent color scheme update if local preference is set ([@evoactivity](https://github.com/evoactivity)) + +#### :memo: Documentation +* [#698](https://github.com/universal-ember/ember-primitives/pull/698) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### :house: Internal +* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need` + * [#719](https://github.com/universal-ember/ember-primitives/pull/719) Update devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* Other + * [#720](https://github.com/universal-ember/ember-primitives/pull/720) Fix Deploy: Production wrangler install failure ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#718](https://github.com/universal-ember/ember-primitives/pull/718) Fix deploy preview comments on fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#717](https://github.com/universal-ember/ember-primitives/pull/717) Upgrade all CI actions to latest versions ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#716](https://github.com/universal-ember/ember-primitives/pull/716) Fix deploy-preview concurrency group to be per-PR ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#707](https://github.com/universal-ember/ember-primitives/pull/707) Hoist ember-primitives to fix transitive dep resolution ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#706](https://github.com/universal-ember/ember-primitives/pull/706) Fix headRepository owner lookup in deploy preview ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#705](https://github.com/universal-ember/ember-primitives/pull/705) Fix deploy preview workflow_dispatch by resolving PR info upfront ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#704](https://github.com/universal-ember/ember-primitives/pull/704) Move injected deps sync to _syncPnpm (runs after builds) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#703](https://github.com/universal-ember/ember-primitives/pull/703) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#702](https://github.com/universal-ember/ember-primitives/pull/702) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#701](https://github.com/universal-ember/ember-primitives/pull/701) Fix deploy preview checkout for fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +* `ember-primitives` + * [#713](https://github.com/universal-ember/ember-primitives/pull/713) Upgrade pnpm from 10.30.3 to 10.33.0 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + +#### Committers: 4 +- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions)) +- Liam ([@evoactivity](https://github.com/evoactivity)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-04-04) * ember-primitives 0.55.1 (patch) diff --git a/ember-primitives/package.json b/ember-primitives/package.json index 13fcd59bb..16bc4bf96 100644 --- a/ember-primitives/package.json +++ b/ember-primitives/package.json @@ -1,6 +1,6 @@ { "name": "ember-primitives", - "version": "0.55.1", + "version": "0.55.2", "description": "Making apps easier to build", "keywords": [ "ember-addon" diff --git a/packages/docs-support/package.json b/packages/docs-support/package.json index c8b0c964d..e2837b629 100644 --- a/packages/docs-support/package.json +++ b/packages/docs-support/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/docs-support", - "version": "0.9.5", + "version": "0.9.6", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon" diff --git a/packages/which-heading-do-i-need/package.json b/packages/which-heading-do-i-need/package.json index 11eb0e390..e25b26010 100644 --- a/packages/which-heading-do-i-need/package.json +++ b/packages/which-heading-do-i-need/package.json @@ -1,6 +1,6 @@ { "name": "which-heading-do-i-need", - "version": "0.2.6", + "version": "0.2.7", "description": "The default blueprint for Embroider v2 addons.", "type": "module", "keywords": [