Skip to content

Commit

Permalink
Merge pull request #156 from omnifed/155-feature-v020
Browse files Browse the repository at this point in the history
155 feature v020
  • Loading branch information
caseybaggz committed Jun 11, 2024
2 parents 59f45d9 + a150e1f commit df7f869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.3'
export const version = '0.2.0'
export const nextTag = 'next'

export const packages = ['panda-preset', 'icons', 'react', 'styled-system']
6 changes: 3 additions & 3 deletions docs/app/react/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"id": "2:c",
"label": "Input",
"route": "/react/input",
"tag": "next",
"tag": "new",
"type": "route"
},
{
"id": "2:d",
"label": "Label",
"route": "/react/label",
"tag": "next",
"tag": "new",
"type": "route"
},
{
"id": "2:e",
"label": "Field Message",
"route": "/react/field-message",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand Down

0 comments on commit df7f869

Please sign in to comment.