Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 3 additions & 35 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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 `<CommandPalette>`, Add `<Dialog>` -- [Breaking]: `<Modal>` was previously aliased to `<Dialog>` and is now _just_ `<Modal>` ([@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"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down