Skip to content

Commit

Permalink
chore(rating): publish component
Browse files Browse the repository at this point in the history
  • Loading branch information
soykje committed Nov 17, 2023
1 parent 51afc3b commit 114a856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/rating",
"version": "0.4.0",
"version": "1.0.0",
"description": "Ratings let users see and/or set a star rating for a product or other item",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/rating/src/Rating.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Meta, StoryFn } from '@storybook/react'
import { Rating, type RatingProps } from '.'

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

Expand Down

0 comments on commit 114a856

Please sign in to comment.