Skip to content

Commit

Permalink
fix(text-link): release stable text-link
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerplex committed Oct 6, 2023
1 parent 6cc86f6 commit f75e460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/text-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/text-link",
"version": "0.5.0",
"version": "1.0.0",
"description": "TextLink is an accessible element for navigation.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/text-link/src/TextLink.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Meta, StoryFn } from '@storybook/react'
import { TextLink, type TextLinkProps } from '.'

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

Expand Down

0 comments on commit f75e460

Please sign in to comment.