From e7fc484fca35ee8a83e7d910b85f153d6fc116a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:36:39 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 38 +++----------------------------------- CHANGELOG.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 35 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 58449db2..605c167d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,46 +1,14 @@ { "solution": { "ember-primitives": { - "impact": "minor", - "oldVersion": "0.61.1", - "newVersion": "0.62.0", - "tagName": "latest", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./ember-primitives/package.json" + "oldVersion": "0.62.0" }, "@universal-ember/docs-support": { - "impact": "patch", - "oldVersion": "0.9.12", - "newVersion": "0.9.13", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:^` on ember-primitives" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./packages/docs-support/package.json" + "oldVersion": "0.9.13" }, "which-heading-do-i-need": { "oldVersion": "0.4.1" } }, - "description": "## Release (2026-08-19)\n\n* ember-primitives 0.62.0 (minor)\n* @universal-ember/docs-support 0.9.13 (patch)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#799](https://github.com/universal-ember/ember-primitives/pull/799) Add ``, Add `` -- [Breaking]: `` was previously aliased to `` and is now _just_ `` ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :bug: Bug Fix\n* `@universal-ember/docs-support`\n * [#790](https://github.com/universal-ember/ember-primitives/pull/790) docs-support: side-nav highlight for extension-suffixed URLs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#797](https://github.com/universal-ember/ember-primitives/pull/797) fix(docs-support): stop double-prefixing SideNav links with rootURL ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-primitives`\n * [#802](https://github.com/universal-ember/ember-primitives/pull/802) Fix ci ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#800](https://github.com/universal-ember/ember-primitives/pull/800) Fix CI: stop running `pnpm install` next to builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#798](https://github.com/universal-ember/ember-primitives/pull/798) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n* `@universal-ember/docs-support`\n * [#794](https://github.com/universal-ember/ember-primitives/pull/794) docs-app: preview the unreleased kolay (docs() + apiDocs() plugin split) ([@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- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-08-19)\n\n\n\n#### :house: Internal\n* [#803](https://github.com/universal-ember/ember-primitives/pull/803) Fix contributor section comment in README ([@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 6ea086b1..c771368e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Release (2026-08-19) + + +#### :house: Internal +* [#803](https://github.com/universal-ember/ember-primitives/pull/803) Fix contributor section comment in README ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2026-08-19) + * ember-primitives 0.62.0 (minor) * @universal-ember/docs-support 0.9.13 (patch)