Skip to content

Commit

Permalink
chore: update versions for widget libs
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Apr 10, 2024
1 parent 0036a6b commit c9ce491
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": "1.1.0",
"version": "1.2.0",
"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.8.0",
"version": "0.9.0-RC.0",
"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": "^1.1.0"
"@cowprotocol/events": "^1.2.0"
}
}
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.6.0",
"version": "0.7.0-RC.0",
"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.8.0"
"@cowprotocol/widget-lib": "^0.9.0-RC.0"
}
}

0 comments on commit c9ce491

Please sign in to comment.