Skip to content

Commit 23f9d72

Browse files
committed
Publish
- @webb-tools/[email protected] - @webb-tools/[email protected] - @webb-tools/[email protected] - @webb-tools/[email protected] - @webb-tools/[email protected] - @webb-tools/[email protected] - @webb-tools/[email protected] - @webb-tools/[email protected] - @webb-tools/[email protected]
1 parent 03a6c58 commit 23f9d72

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

packages/anchors/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"types": "./dist/index.d.ts",
55
"license": "(MIT OR Apache-2.0)",
66
"author": "Webb Developers <[email protected]>",
7-
"version": "1.0.11",
7+
"version": "1.1.1",
88
"scripts": {
99
"build": "yarn run clean && yarn run compile",
1010
"clean": "rimraf -rf ./dist",
1111
"compile": "tsc -p tsconfig.build.json"
1212
},
1313
"dependencies": {
14-
"@webb-tools/contracts": "^1.0.11",
15-
"@webb-tools/create2-utils": "^1.0.11",
16-
"@webb-tools/interfaces": "^1.0.11",
17-
"@webb-tools/tokens": "^1.0.11",
18-
"@webb-tools/utils": "^1.0.11",
14+
"@webb-tools/contracts": "^1.1.1",
15+
"@webb-tools/create2-utils": "^1.1.1",
16+
"@webb-tools/interfaces": "^1.1.1",
17+
"@webb-tools/tokens": "^1.1.1",
18+
"@webb-tools/utils": "^1.1.1",
1919
"circomlibjs": "^0.0.8",
2020
"ethers": "5.7.0",
2121
"jssha": "^3.2.0",

packages/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "git",
2525
"url": "git://github.com/webb-tools/protocol-solidity.git"
2626
},
27-
"version": "1.0.11",
27+
"version": "1.1.1",
2828
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97",
2929
"dependencies": {
3030
"@ethersproject/abi": "^5.7.0",

packages/create2-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"compile": "tsc -p tsconfig.build.json"
1111
},
1212
"dependencies": {
13-
"@webb-tools/contracts": "^1.0.11",
13+
"@webb-tools/contracts": "^1.1.1",
1414
"ethers": "5.7.0"
1515
},
1616
"publishConfig": {
@@ -21,6 +21,6 @@
2121
"type": "git",
2222
"url": "git://github.com/webb-tools/protocol-solidity.git"
2323
},
24-
"version": "1.0.11",
24+
"version": "1.1.1",
2525
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2626
}

packages/evm-test-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"compile": "tsc -p tsconfig.build.json"
1111
},
1212
"dependencies": {
13-
"@webb-tools/interfaces": "^1.0.11",
14-
"@webb-tools/utils": "^1.0.11",
15-
"@webb-tools/vbridge": "^1.0.11",
13+
"@webb-tools/interfaces": "^1.1.1",
14+
"@webb-tools/utils": "^1.1.1",
15+
"@webb-tools/vbridge": "^1.1.1",
1616
"ecpair": "^2.0.1",
1717
"ethers": "5.7.0",
1818
"ganache": "7.5.0",
@@ -26,6 +26,6 @@
2626
"type": "git",
2727
"url": "git://github.com/webb-tools/protocol-solidity.git"
2828
},
29-
"version": "1.0.11",
29+
"version": "1.1.1",
3030
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
3131
}

packages/interfaces/package.json

+2-2
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/utils": "^1.0.11"
12+
"@webb-tools/utils": "^1.1.1"
1313
},
1414
"publishConfig": {
1515
"access": "public"
@@ -19,6 +19,6 @@
1919
"type": "git",
2020
"url": "git://github.com/webb-tools/protocol-solidity.git"
2121
},
22-
"version": "1.0.11",
22+
"version": "1.1.1",
2323
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2424
}

packages/proposals/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "mocha -r ts-node/register 'src/__test__/**/*.ts'"
1111
},
1212
"dependencies": {
13-
"@webb-tools/utils": "^1.0.11"
13+
"@webb-tools/utils": "^1.1.1"
1414
},
1515
"publishConfig": {
1616
"access": "public"
@@ -20,6 +20,6 @@
2020
"type": "git",
2121
"url": "git://github.com/webb-tools/protocol-solidity.git"
2222
},
23-
"version": "1.0.11",
23+
"version": "1.1.1",
2424
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2525
}

packages/tokens/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"compile": "tsc -p tsconfig.build.json"
1010
},
1111
"dependencies": {
12-
"@webb-tools/contracts": "^1.0.11",
13-
"@webb-tools/create2-utils": "^1.0.11",
14-
"@webb-tools/utils": "^1.0.11",
12+
"@webb-tools/contracts": "^1.1.1",
13+
"@webb-tools/create2-utils": "^1.1.1",
14+
"@webb-tools/utils": "^1.1.1",
1515
"ethers": "5.7.0"
1616
},
1717
"publishConfig": {
@@ -22,6 +22,6 @@
2222
"type": "git",
2323
"url": "git://github.com/webb-tools/protocol-solidity.git"
2424
},
25-
"version": "1.0.11",
25+
"version": "1.1.1",
2626
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2727
}

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"url": "git://github.com/webb-tools/protocol-solidity.git"
2727
},
28-
"version": "1.0.11",
28+
"version": "1.1.1",
2929
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97",
3030
"devDependencies": {
3131
"@webb-tools/sdk-core": "0.1.4-126",

packages/vbridge/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": "^1.0.11",
13-
"@webb-tools/contracts": "^1.0.11",
14-
"@webb-tools/interfaces": "^1.0.11",
15-
"@webb-tools/tokens": "^1.0.11",
16-
"@webb-tools/utils": "^1.0.11",
12+
"@webb-tools/anchors": "^1.1.1",
13+
"@webb-tools/contracts": "^1.1.1",
14+
"@webb-tools/interfaces": "^1.1.1",
15+
"@webb-tools/tokens": "^1.1.1",
16+
"@webb-tools/utils": "^1.1.1",
1717
"ethers": "5.7.0"
1818
},
1919
"publishConfig": {
@@ -24,6 +24,6 @@
2424
"type": "git",
2525
"url": "git://github.com/webb-tools/protocol-solidity.git"
2626
},
27-
"version": "1.0.11",
27+
"version": "1.1.1",
2828
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2929
}

0 commit comments

Comments
 (0)