Skip to content
Merged
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
9 changes: 0 additions & 9 deletions .changeset/calm-repos-select.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/dowel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/dowel/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading