Skip to content

Commit 03dbe4c

Browse files
authored
Version bump- v0.5.3 (#224)
1 parent 56ad8f5 commit 03dbe4c

File tree

8 files changed

+35
-35
lines changed

8 files changed

+35
-35
lines changed

packages/anchors/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"compile": "tsc -p tsconfig.build.json"
1010
},
1111
"dependencies": {
12-
"@webb-tools/contracts": "^0.5.1",
13-
"@webb-tools/interfaces": "^0.5.1",
12+
"@webb-tools/contracts": "^0.5.3",
13+
"@webb-tools/interfaces": "^0.5.3",
1414
"@webb-tools/sdk-core": "0.1.4-113",
1515
"@webb-tools/semaphore": "0.0.1-5",
1616
"@webb-tools/utils": "^0.5.1",
@@ -24,6 +24,6 @@
2424
"type": "git",
2525
"url": "git://github.com/webb-tools/protocol-solidity.git"
2626
},
27-
"version": "0.5.1",
28-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
27+
"version": "0.5.3",
28+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2929
}

packages/bridges/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"compile": "tsc -p tsconfig.build.json"
1010
},
1111
"dependencies": {
12-
"@webb-tools/anchors": "^0.5.1",
13-
"@webb-tools/contracts": "^0.5.1",
14-
"@webb-tools/interfaces": "^0.5.1",
12+
"@webb-tools/anchors": "^0.5.3",
13+
"@webb-tools/contracts": "^0.5.3",
14+
"@webb-tools/interfaces": "^0.5.3",
1515
"@webb-tools/sdk-core": "0.1.4-113",
16-
"@webb-tools/tokens": "^0.5.1",
16+
"@webb-tools/tokens": "^0.5.3",
1717
"@webb-tools/utils": "^0.5.1",
1818
"ethers": "5.7.0"
1919
},
@@ -25,6 +25,6 @@
2525
"type": "git",
2626
"url": "git://github.com/webb-tools/protocol-solidity.git"
2727
},
28-
"version": "0.5.1",
29-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
28+
"version": "0.5.3",
29+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
3030
}

packages/contracts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"type": "git",
5555
"url": "git://github.com/webb-tools/protocol-solidity.git"
5656
},
57-
"version": "0.5.1",
58-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
57+
"version": "0.5.3",
58+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
5959
}

packages/interfaces/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"compile": "tsc -p tsconfig.build.json"
1010
},
1111
"dependencies": {
12-
"@webb-tools/contracts": "^0.5.1",
12+
"@webb-tools/contracts": "^0.5.3",
1313
"@webb-tools/sdk-core": "0.1.4-113"
1414
},
1515
"publishConfig": {
@@ -20,6 +20,6 @@
2020
"type": "git",
2121
"url": "git://github.com/webb-tools/protocol-solidity.git"
2222
},
23-
"version": "0.5.1",
24-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
23+
"version": "0.5.3",
24+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2525
}
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webb-tools/protocol-solidity",
33
"main": "./lib/index.js",
4-
"version": "0.5.1",
4+
"version": "0.5.3",
55
"license": "GPL-3.0-or-later",
66
"author": "Webb Developers <[email protected]>",
77
"scripts": {
@@ -10,13 +10,13 @@
1010
"compile": "tsc -p tsconfig.build.json"
1111
},
1212
"dependencies": {
13-
"@webb-tools/anchors": "^0.5.1",
14-
"@webb-tools/bridges": "^0.5.1",
15-
"@webb-tools/contracts": "^0.5.1",
16-
"@webb-tools/interfaces": "^0.5.1",
17-
"@webb-tools/tokens": "^0.5.1",
13+
"@webb-tools/anchors": "^0.5.3",
14+
"@webb-tools/bridges": "^0.5.3",
15+
"@webb-tools/contracts": "^0.5.3",
16+
"@webb-tools/interfaces": "^0.5.3",
17+
"@webb-tools/tokens": "^0.5.3",
1818
"@webb-tools/utils": "^0.5.1",
19-
"@webb-tools/vbridge": "^0.5.1"
19+
"@webb-tools/vbridge": "^0.5.3"
2020
},
2121
"publishConfig": {
2222
"access": "public"
@@ -26,5 +26,5 @@
2626
"type": "git",
2727
"url": "git://github.com/webb-tools/protocol-solidity.git"
2828
},
29-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
29+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
3030
}

packages/tokens/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"compile": "tsc -p tsconfig.build.json"
1010
},
1111
"dependencies": {
12-
"@webb-tools/contracts": "^0.5.1",
12+
"@webb-tools/contracts": "^0.5.3",
1313
"@webb-tools/sdk-core": "0.1.4-113",
1414
"@webb-tools/utils": "^0.5.1",
1515
"ethers": "5.7.0"
@@ -22,6 +22,6 @@
2222
"type": "git",
2323
"url": "git://github.com/webb-tools/protocol-solidity.git"
2424
},
25-
"version": "0.5.1",
26-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
25+
"version": "0.5.3",
26+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2727
}

packages/utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"type": "git",
2121
"url": "git://github.com/webb-tools/protocol-solidity.git"
2222
},
23-
"version": "0.5.1",
24-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
23+
"version": "0.5.3",
24+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2525
}

packages/vbridge/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"compile": "tsc -p tsconfig.build.json"
1010
},
1111
"dependencies": {
12-
"@webb-tools/anchors": "^0.5.1",
13-
"@webb-tools/bridges": "^0.5.1",
14-
"@webb-tools/contracts": "^0.5.1",
15-
"@webb-tools/interfaces": "^0.5.1",
12+
"@webb-tools/anchors": "^0.5.3",
13+
"@webb-tools/bridges": "^0.5.3",
14+
"@webb-tools/contracts": "^0.5.3",
15+
"@webb-tools/interfaces": "^0.5.3",
1616
"@webb-tools/sdk-core": "0.1.4-113",
17-
"@webb-tools/tokens": "^0.5.1",
17+
"@webb-tools/tokens": "^0.5.3",
1818
"@webb-tools/utils": "^0.5.1",
1919
"ethers": "5.7.0"
2020
},
@@ -26,6 +26,6 @@
2626
"type": "git",
2727
"url": "git://github.com/webb-tools/protocol-solidity.git"
2828
},
29-
"version": "0.5.1",
30-
"gitHead": "16b09cb2a50b4473783bf145d0f6cd3d0c71a629"
29+
"version": "0.5.3",
30+
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
3131
}

0 commit comments

Comments
 (0)