Skip to content

Commit

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

0 comments on commit 5347104

Please sign in to comment.