Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release refinement #441

Merged
merged 6 commits into from
Jul 20, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/primitives/overview/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metaDescription: Radix Primitives releases and their changelogs.

<Description>Radix Primitives releases and their changelogs.</Description>

## July 21st, 2022
## July 21, 2022

With this release, we start following semantic versioning strictly. All primitives are now versioned <Badge size="1" variant="blue" css={{ fontFamily: '$mono' }}>1.0.0</Badge>.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ aria: https://www.w3.org/TR/wai-aria-practices-1.2/#alert
]}
/>

<Alert>This package has been deprecated.</Alert>

## Installation

Install the component from your command line.
Expand Down
2 changes: 1 addition & 1 deletion lib/primitivesRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const primitivesRoutes = [
label: 'Utilities',
pages: [
{ title: 'Accessible Icon', slug: 'docs/primitives/utilities/accessible-icon' },
{ title: 'Announce', slug: 'docs/primitives/utilities/announce' },
{ title: 'Announce', slug: 'docs/primitives/utilities/announce', deprecated: true },
{ title: 'Direction Provider', slug: 'docs/primitives/utilities/direction-provider' },
{ title: 'Id Provider', slug: 'docs/primitives/utilities/id-provider', deprecated: true },
{ title: 'Polymorphic', slug: 'docs/primitives/utilities/polymorphic', deprecated: true },
Expand Down