Skip to content

Commit

Permalink
chore: re-export events
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Mar 1, 2024
1 parent 4d75482 commit 5ec2545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/widget-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-lib",
"version": "0.6.0-RC.0",
"version": "0.6.0-RC.1",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions libs/widget-lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export type { CowSwapWidgetHandler } from './cowSwapWidget'
export { COWSWAP_URLS } from './consts'
export * from './types'
export * from './messages'
export * from '@cowprotocol/events'
4 changes: 2 additions & 2 deletions libs/widget-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-react",
"version": "0.5.0-RC.0",
"version": "0.5.0-RC.1",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your React application.",
"main": "index.js",
Expand All @@ -22,6 +22,6 @@
"react"
],
"dependencies": {
"@cowprotocol/widget-lib": "^0.6.0-RC.0"
"@cowprotocol/widget-lib": "^0.6.0-RC.1"
}
}

0 comments on commit 5ec2545

Please sign in to comment.