Skip to content

Commit

Permalink
cart/cart import issue;
Browse files Browse the repository at this point in the history
bump cart 0.5.8
  • Loading branch information
artemis-prime committed Feb 29, 2024
1 parent 057c7cb commit 9560e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/hanzo-cart/components/cart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { formatPrice } from '../util'

import CartLineItem from './cart-line-item'
import { useRouter } from 'next/navigation'
import { useAuth } from '../../hanzo-auth/service'
import { useAuth } from '@hanzo/auth/service'


const Cart: React.FC<PropsWithChildren & {
Expand Down
8 changes: 1 addition & 7 deletions pkgs/hanzo-cart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hanzo/cart",
"version": "0.5.6",
"version": "0.5.8",
"description": "Library with shopping cart components.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand All @@ -14,12 +14,6 @@
"url": "git+https://github.com/hanzoai/ui.git",
"directory": "pkgs/hanzo-cart"
},
"files": [
"components",
"context",
"lib",
"types"
],
"keywords": [
"cart",
"hanzoai",
Expand Down

0 comments on commit 9560e2e

Please sign in to comment.