Skip to content

Commit

Permalink
feat(xy-ui): publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtze committed Aug 20, 2024
1 parent 11f0f1a commit b41fe80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/xy-ui/components/ui/pricing-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const PricingTable = ({
<SelectContent>
<SelectItem value="usd">$ USD</SelectItem>
<SelectItem value="eur">€ EUR</SelectItem>
<SelectItem hidden value="inr">
<SelectItem style={{ display: 'none' }} value="inr">
₹ INR
</SelectItem>
</SelectContent>
Expand Down
2 changes: 1 addition & 1 deletion packages/xy-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyflow/xy-ui",
"version": "0.0.9",
"version": "0.0.10",
"main": "./index.ts",
"types": "./index.ts",
"sideEffects": false,
Expand Down

0 comments on commit b41fe80

Please sign in to comment.