From bc41ae873ec414ea0c716adef3b0818e36ddd5bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:16:16 +0000 Subject: [PATCH] chore: version packages --- .changeset/radio-group-atom.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ examples/saas-demo/CHANGELOG.md | 7 +++++++ examples/saas-demo/package.json | 2 +- package.json | 2 +- 5 files changed, 23 insertions(+), 15 deletions(-) delete mode 100644 .changeset/radio-group-atom.md diff --git a/.changeset/radio-group-atom.md b/.changeset/radio-group-atom.md deleted file mode 100644 index b48fa2f..0000000 --- a/.changeset/radio-group-atom.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@code-sherpas/pharos-react': minor ---- - -Add `RadioGroup` + `RadioGroupItem`, a set of mutually exclusive options (the -shadcn RadioGroup contract) over Base UI's `RadioGroup` + `Radio` — -`role="radiogroup"` / `role="radio"`, arrow-key navigation, single selection, -and the shared Button / Input / Checkbox / Switch focus ring. Completes the -boolean/choice form-control family (Checkbox → Switch → Radio). Compound -(group + item) because the selection semantics live on the group. Label-less by -design (D11): pair the group with a `