Skip to content

Commit

Permalink
feat(widget-react): bump widget-lib version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Aug 28, 2024
1 parent f6e561f commit 468e780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/widget-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"react"
],
"dependencies": {
"@cowprotocol/widget-lib": "^0.13.2"
"@cowprotocol/widget-lib": "^0.14.0"
}
}
}
1 change: 0 additions & 1 deletion libs/widget-react/src/lib/CowSwapWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
createCowSwapWidget,
} from '@cowprotocol/widget-lib'


export function CowSwapWidget(props: CowSwapWidgetProps) {
const { params, provider, listeners } = props
const [error, setError] = useState<{ error: Error; message: string } | null>(null)
Expand Down

0 comments on commit 468e780

Please sign in to comment.