Skip to content

Commit

Permalink
Version bump- v0.5.3 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp authored Dec 26, 2022
1 parent 56ad8f5 commit 03dbe4c
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions packages/anchors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/contracts": "^0.5.1",
"@webb-tools/interfaces": "^0.5.1",
"@webb-tools/contracts": "^0.5.3",
"@webb-tools/interfaces": "^0.5.3",
"@webb-tools/sdk-core": "0.1.4-113",
"@webb-tools/semaphore": "0.0.1-5",
"@webb-tools/utils": "^0.5.1",
Expand All @@ -24,6 +24,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "0.5.1",
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"version": "0.5.3",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
12 changes: 6 additions & 6 deletions packages/bridges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/anchors": "^0.5.1",
"@webb-tools/contracts": "^0.5.1",
"@webb-tools/interfaces": "^0.5.1",
"@webb-tools/anchors": "^0.5.3",
"@webb-tools/contracts": "^0.5.3",
"@webb-tools/interfaces": "^0.5.3",
"@webb-tools/sdk-core": "0.1.4-113",
"@webb-tools/tokens": "^0.5.1",
"@webb-tools/tokens": "^0.5.3",
"@webb-tools/utils": "^0.5.1",
"ethers": "5.7.0"
},
Expand All @@ -25,6 +25,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "0.5.1",
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"version": "0.5.3",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "0.5.1",
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"version": "0.5.3",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
6 changes: 3 additions & 3 deletions packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/contracts": "^0.5.1",
"@webb-tools/contracts": "^0.5.3",
"@webb-tools/sdk-core": "0.1.4-113"
},
"publishConfig": {
Expand All @@ -20,6 +20,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "0.5.1",
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"version": "0.5.3",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
16 changes: 8 additions & 8 deletions packages/protocol-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webb-tools/protocol-solidity",
"main": "./lib/index.js",
"version": "0.5.1",
"version": "0.5.3",
"license": "GPL-3.0-or-later",
"author": "Webb Developers <drew@webb.tools>",
"scripts": {
Expand All @@ -10,13 +10,13 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/anchors": "^0.5.1",
"@webb-tools/bridges": "^0.5.1",
"@webb-tools/contracts": "^0.5.1",
"@webb-tools/interfaces": "^0.5.1",
"@webb-tools/tokens": "^0.5.1",
"@webb-tools/anchors": "^0.5.3",
"@webb-tools/bridges": "^0.5.3",
"@webb-tools/contracts": "^0.5.3",
"@webb-tools/interfaces": "^0.5.3",
"@webb-tools/tokens": "^0.5.3",
"@webb-tools/utils": "^0.5.1",
"@webb-tools/vbridge": "^0.5.1"
"@webb-tools/vbridge": "^0.5.3"
},
"publishConfig": {
"access": "public"
Expand All @@ -26,5 +26,5 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
6 changes: 3 additions & 3 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/contracts": "^0.5.1",
"@webb-tools/contracts": "^0.5.3",
"@webb-tools/sdk-core": "0.1.4-113",
"@webb-tools/utils": "^0.5.1",
"ethers": "5.7.0"
Expand All @@ -22,6 +22,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "0.5.1",
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"version": "0.5.3",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "0.5.1",
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"version": "0.5.3",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
14 changes: 7 additions & 7 deletions packages/vbridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/anchors": "^0.5.1",
"@webb-tools/bridges": "^0.5.1",
"@webb-tools/contracts": "^0.5.1",
"@webb-tools/interfaces": "^0.5.1",
"@webb-tools/anchors": "^0.5.3",
"@webb-tools/bridges": "^0.5.3",
"@webb-tools/contracts": "^0.5.3",
"@webb-tools/interfaces": "^0.5.3",
"@webb-tools/sdk-core": "0.1.4-113",
"@webb-tools/tokens": "^0.5.1",
"@webb-tools/tokens": "^0.5.3",
"@webb-tools/utils": "^0.5.1",
"ethers": "5.7.0"
},
Expand All @@ -26,6 +26,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "0.5.1",
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
"version": "0.5.3",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}

0 comments on commit 03dbe4c

Please sign in to comment.