Skip to content

Commit

Permalink
chore: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Mar 1, 2024
1 parent 8ce2003 commit 29b97ad
Show file tree
Hide file tree
Showing 3 changed files with 5 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.1.0-RC.0",
"version": "0.1.0-RC.1",
"type": "commonjs",
"description": "CoW Swap events",
"main": "index.js",
Expand Down
4 changes: 2 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.2",
"version": "0.6.0-RC.3",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
"main": "index.js",
Expand All @@ -21,6 +21,6 @@
"widget-lib"
],
"dependencies": {
"@cowprotocol/events": "^0.1.0-RC.0"
"@cowprotocol/events": "^0.1.0-RC.1"
}
}
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.2",
"version": "0.5.0-RC.3",
"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.2"
"@cowprotocol/widget-lib": "^0.6.0-RC.3"
}
}

0 comments on commit 29b97ad

Please sign in to comment.