Skip to content

Commit

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

0 comments on commit 7483649

Please sign in to comment.