diff --git a/.changeset/calm-repos-select.md b/.changeset/calm-repos-select.md deleted file mode 100644 index cd57569..0000000 --- a/.changeset/calm-repos-select.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@karnstack/dowel": patch ---- - -Add Checkbox, CheckboxGroup, Radio, RadioGroup, and Switch controls with native form behavior, keyboard interaction, light and dark themes, and documentation. - -Add SearchField, NativeSelect, and Select for repository filtering, resilient settings forms, and grouped single-choice popups. - -Add Callout and AlertDialog for persistent context and consequential confirmations. diff --git a/packages/dowel/CHANGELOG.md b/packages/dowel/CHANGELOG.md index 2ce6c98..c1c1865 100644 --- a/packages/dowel/CHANGELOG.md +++ b/packages/dowel/CHANGELOG.md @@ -1,5 +1,15 @@ # @karnstack/dowel +## 0.0.2 + +### Patch Changes + +- [`1572a68`](https://github.com/karnstack/dowel/commit/1572a6879080efb88f9838a0f44756b5d317e05b) - Add Checkbox, CheckboxGroup, Radio, RadioGroup, and Switch controls with native form behavior, keyboard interaction, light and dark themes, and documentation. + + Add SearchField, NativeSelect, and Select for repository filtering, resilient settings forms, and grouped single-choice popups. + + Add Callout and AlertDialog for persistent context and consequential confirmations. + ## 0.0.1 ### Patch Changes diff --git a/packages/dowel/package.json b/packages/dowel/package.json index e980e6f..d9734ab 100644 --- a/packages/dowel/package.json +++ b/packages/dowel/package.json @@ -1,6 +1,6 @@ { "name": "@karnstack/dowel", - "version": "0.0.1", + "version": "0.0.2", "description": "An opinionated React component library. One look, well made.", "license": "MIT", "author": "Karn Gyan",