Skip to content

Commit

Permalink
chore: bump versions since events lib was still old
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Apr 11, 2024
1 parent 3861611 commit d196b7d
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.2.0",
"version": "1.2.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.9.0",
"version": "0.9.1",
"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.2.0"
"@cowprotocol/events": "^1.2.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.7.0",
"version": "0.7.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.9.0"
"@cowprotocol/widget-lib": "^0.9.1"
}
}

0 comments on commit d196b7d

Please sign in to comment.