Skip to content

Commit

Permalink
Merge pull request #301 from omnifed/300-feature-v060
Browse files Browse the repository at this point in the history
chore: v0.6.0
  • Loading branch information
caseybaggz committed Jul 24, 2024
2 parents 6749b70 + e4eeb8a commit 9dc8f7b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configs/src/versions.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '0.5.2'
export const version = '0.6.0'
export const nextTag = 'next'

export const packages = ['panda-preset', 'icons', 'react', 'styled-system']
2 changes: 1 addition & 1 deletion docs/app/preset/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"id": "2:b",
"label": "Colors",
"route": "/preset/colors",
"tag": "new",
"tag": "",
"type": "route"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/app/react/radio/dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function DisabledRadioPreview() {
## Sizes

<CodePreview preview={<OverviewRadioSizes />}>
```tsx title="radio-sizes.tsx" {14,20,26}
```tsx title="radio-sizes.tsx" {13,17,24}
import { Field, Label, Radio } from '@cerberus-design/react'
import { hstack } from '@cerberus/styled-system/patterns'

Expand Down
12 changes: 6 additions & 6 deletions docs/app/react/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"id": "2:c",
"label": "Label",
"route": "/react/label",
"tag": "next",
"tag": "new",
"type": "route"
},
{
"id": "2:d",
"label": "Input",
"route": "/react/input",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand All @@ -62,7 +62,7 @@
"id": "2:g",
"label": "Radio",
"route": "/react/radio",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand All @@ -76,7 +76,7 @@
"id": "2:i",
"label": "Tag",
"route": "/react/tags",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand All @@ -90,7 +90,7 @@
"id": "2:k",
"label": "Toggle",
"route": "/react/toggle",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand Down Expand Up @@ -130,7 +130,7 @@
"id": "3:c",
"label": "useToggle",
"route": "/react/use-toggle",
"tag": "next",
"tag": "new",
"type": "route"
}
]

0 comments on commit 9dc8f7b

Please sign in to comment.