From 4a6b96fcfc6920b2fab41ae2db8d8f17f485c74d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 21:55:29 +0000 Subject: [PATCH] chore: version packages --- .changeset/radio-checkbox-textarea.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/radio-checkbox-textarea.md diff --git a/.changeset/radio-checkbox-textarea.md b/.changeset/radio-checkbox-textarea.md deleted file mode 100644 index d4ac66b..0000000 --- a/.changeset/radio-checkbox-textarea.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@code-for-canada/ui": minor ---- - -Add `Radio`, `Checkbox`, and `Textarea` form components - -- `RadioGroup` + `RadioGroupItem` — Radix-based single-choice list with full-width boxed-row options. -- `Checkbox` + `CheckboxGroup` — Radix-based multi-select with the same boxed-row treatment; `CheckboxGroup` stacks items tightly and triggers `FieldSet`'s existing checkbox-group spacing. -- `Textarea` — mirrors `Input`'s styling for multiline answers. New `withDictation` prop adds a microphone button that streams finalized speech into the field via the Web Speech API; the button is hidden on browsers without support and respects `prefers-reduced-motion`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1080ee4..604b96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @code-for-canada/ui +## 0.3.0 + +### Minor Changes + +- 445c582: Add `Radio`, `Checkbox`, and `Textarea` form components + + - `RadioGroup` + `RadioGroupItem` — Radix-based single-choice list with full-width boxed-row options. + - `Checkbox` + `CheckboxGroup` — Radix-based multi-select with the same boxed-row treatment; `CheckboxGroup` stacks items tightly and triggers `FieldSet`'s existing checkbox-group spacing. + - `Textarea` — mirrors `Input`'s styling for multiline answers. New `withDictation` prop adds a microphone button that streams finalized speech into the field via the Web Speech API; the button is hidden on browsers without support and respects `prefers-reduced-motion`. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index e4eb72c..f0714c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@code-for-canada/ui", - "version": "0.2.0", + "version": "0.3.0", "description": "Code for Canada design system — React components, Tailwind v4 theme, and brand tokens.", "license": "MIT", "repository": {