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
5 changes: 0 additions & 5 deletions .changeset/bright-tools-arrive.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/dowel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @karnstack/dowel

## 0.1.0

### Minor Changes

- [#7](https://github.com/karnstack/dowel/pull/7) [`a0b57cd`](https://github.com/karnstack/dowel/commit/a0b57cd8080ae97feef3a658d36fcfa2c76f256a) - Add Popover, Separator, Avatar, Status, Spinner, Skeleton, and EmptyState with responsive documentation, light and dark themes, reduced-motion handling, and accessibility coverage. Standardize library-owned functional icons on Heroicons Micro and add tone-aware default icons to Callout.

## 0.0.2

### 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.2",
"version": "0.1.0",
"description": "An opinionated React component library. One look, well made.",
"license": "MIT",
"author": "Karn Gyan",
Expand Down
Loading