Skip to content

Commit

Permalink
build(react): new version @openui-org/react 0.10.0 (#53)
Browse files Browse the repository at this point in the history
build(react): new version @openui-org/react 0.10.0
  • Loading branch information
sebastiandotdev committed Mar 30, 2024
2 parents 6e26535 + 0285e72 commit 3e200e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openui-org/react

## 0.10.0

### Minor Changes

- New component `checkbox`

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openui-org/react",
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"description": "",
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Card = React.forwardRef<
<div
ref={ref}
className={cn(
'rounded-xl shadow border bg-white text-black p-6',
'rounded-xl shadow border border-dark-900/80',
className,
)}
{...props}
Expand Down

0 comments on commit 3e200e8

Please sign in to comment.