Skip to content

Commit

Permalink
feat: update form field version
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Jul 21, 2023
1 parent cc6f3a6 commit 738b1b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-id": "1.0.1",
"@spark-ui/form-field": "^0.7.0",
"@spark-ui/form-field": "^1.1.0",
"@spark-ui/icon": "^1.7.7",
"@spark-ui/icons": "^1.19.2",
"@spark-ui/internal-utils": "^1.6.1",
Expand All @@ -37,4 +37,4 @@
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "vite build"
},
"dependencies": {
"@spark-ui/form-field": "^0.7.0",
"@spark-ui/form-field": "^1.1.0",
"@spark-ui/icon": "^1.7.7",
"@spark-ui/icons": "^1.19.2",
"@spark-ui/slot": "^1.6.1",
Expand All @@ -35,4 +35,4 @@
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/components/radio-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@radix-ui/react-id": "1.0.1",
"@radix-ui/react-label": "2.0.1",
"@radix-ui/react-radio-group": "1.1.2",
"@spark-ui/form-field": "^0.7.0",
"@spark-ui/form-field": "^1.1.0",
"@spark-ui/internal-utils": "^1.6.1",
"class-variance-authority": "0.5.2"
},
Expand All @@ -34,4 +34,4 @@
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/components/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@radix-ui/react-id": "1.0.1",
"@radix-ui/react-switch": "1.0.3",
"@spark-ui/form-field": "^0.7.0",
"@spark-ui/form-field": "^1.1.0",
"@spark-ui/icons": "^1.19.2",
"@spark-ui/internal-utils": "^1.6.1",
"@spark-ui/label": "^1.5.0",
Expand All @@ -37,4 +37,4 @@
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT"
}
}

0 comments on commit 738b1b3

Please sign in to comment.