Skip to content

Commit f326f21

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]
1 parent 37104dd commit f326f21

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

packages/anchors/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"types": "./dist/index.d.ts",
55
"license": "(MIT OR Apache-2.0)",
66
"author": "Webb Developers <[email protected]>",
7-
"version": "0.5.48",
7+
"version": "1.0.0",
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": "^0.5.48",
15-
"@webb-tools/create2-utils": "^0.5.48",
16-
"@webb-tools/interfaces": "^0.5.48",
14+
"@webb-tools/contracts": "^1.0.0",
15+
"@webb-tools/create2-utils": "^1.0.0",
16+
"@webb-tools/interfaces": "^1.0.0",
1717
"@webb-tools/sdk-core": "0.1.4-126",
18-
"@webb-tools/tokens": "^0.5.48",
19-
"@webb-tools/utils": "^0.5.40",
18+
"@webb-tools/tokens": "^1.0.0",
19+
"@webb-tools/utils": "^1.0.0",
2020
"circomlibjs": "^0.0.8",
2121
"ethers": "5.7.0",
2222
"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": "0.5.48",
27+
"version": "1.0.0",
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": "^0.5.48",
13+
"@webb-tools/contracts": "^1.0.0",
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": "0.5.48",
24+
"version": "1.0.0",
2525
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2626
}

packages/evm-test-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"compile": "tsc -p tsconfig.build.json"
1111
},
1212
"dependencies": {
13-
"@webb-tools/interfaces": "^0.5.48",
13+
"@webb-tools/interfaces": "^1.0.0",
1414
"@webb-tools/sdk-core": "0.1.4-126",
15-
"@webb-tools/utils": "^0.5.40",
16-
"@webb-tools/vbridge": "^0.5.48",
15+
"@webb-tools/utils": "^1.0.0",
16+
"@webb-tools/vbridge": "^1.0.0",
1717
"ecpair": "^2.0.1",
1818
"ethers": "5.7.0",
1919
"ganache": "7.5.0",
@@ -27,6 +27,6 @@
2727
"type": "git",
2828
"url": "git://github.com/webb-tools/protocol-solidity.git"
2929
},
30-
"version": "0.5.48",
30+
"version": "1.0.0",
3131
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
3232
}

packages/interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"type": "git",
2020
"url": "git://github.com/webb-tools/protocol-solidity.git"
2121
},
22-
"version": "0.5.48",
22+
"version": "1.0.0",
2323
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2424
}

packages/tokens/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"compile": "tsc -p tsconfig.build.json"
1010
},
1111
"dependencies": {
12-
"@webb-tools/contracts": "^0.5.48",
13-
"@webb-tools/create2-utils": "^0.5.48",
12+
"@webb-tools/contracts": "^1.0.0",
13+
"@webb-tools/create2-utils": "^1.0.0",
1414
"@webb-tools/sdk-core": "0.1.4-126",
15-
"@webb-tools/utils": "^0.5.40",
15+
"@webb-tools/utils": "^1.0.0",
1616
"ethers": "5.7.0"
1717
},
1818
"publishConfig": {
@@ -23,6 +23,6 @@
2323
"type": "git",
2424
"url": "git://github.com/webb-tools/protocol-solidity.git"
2525
},
26-
"version": "0.5.48",
26+
"version": "1.0.0",
2727
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2828
}

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"type": "git",
2323
"url": "git://github.com/webb-tools/protocol-solidity.git"
2424
},
25-
"version": "0.5.40",
25+
"version": "1.0.0",
2626
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
2727
}

packages/vbridge/package.json

+6-6
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.48",
13-
"@webb-tools/contracts": "^0.5.48",
14-
"@webb-tools/interfaces": "^0.5.48",
12+
"@webb-tools/anchors": "^1.0.0",
13+
"@webb-tools/contracts": "^1.0.0",
14+
"@webb-tools/interfaces": "^1.0.0",
1515
"@webb-tools/sdk-core": "0.1.4-126",
16-
"@webb-tools/tokens": "^0.5.48",
17-
"@webb-tools/utils": "^0.5.40",
16+
"@webb-tools/tokens": "^1.0.0",
17+
"@webb-tools/utils": "^1.0.0",
1818
"ethers": "5.7.0"
1919
},
2020
"publishConfig": {
@@ -25,6 +25,6 @@
2525
"type": "git",
2626
"url": "git://github.com/webb-tools/protocol-solidity.git"
2727
},
28-
"version": "0.5.48",
28+
"version": "1.0.0",
2929
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
3030
}

0 commit comments

Comments
 (0)