Skip to content

Commit

Permalink
fix(divider): release the divider component
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Mar 6, 2024
1 parent cac5801 commit d8740a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/divider",
"version": "0.1.0",
"version": "1.0.0-0",
"description": "A separator between two elements, usually consisting of a horizontal line.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/divider/src/Divider.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Divider } from './index'
type DividerProps = ComponentProps<typeof Divider>

const meta: Meta<typeof Divider> = {
title: 'Experimental/Divider',
title: 'Components/Divider',
component: Divider,
}

Expand Down

0 comments on commit d8740a7

Please sign in to comment.