Skip to content

Commit

Permalink
Merge pull request #1934 from adevinta/release/divider-v1
Browse files Browse the repository at this point in the history
release(divider): stable v1
  • Loading branch information
andresin87 authored Mar 12, 2024
2 parents bf851e3 + d8740a7 commit b465840
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 b465840

Please sign in to comment.