Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
github-actions[bot] committed Nov 2, 2023
1 parent c3f164f commit 03a6c58
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
12 changes: 6 additions & 6 deletions packages/anchors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"types": "./dist/index.d.ts",
"license": "(MIT OR Apache-2.0)",
"author": "Webb Developers <[email protected]>",
"version": "1.0.10",
"version": "1.0.11",
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/contracts": "^1.0.10",
"@webb-tools/create2-utils": "^1.0.10",
"@webb-tools/interfaces": "^1.0.10",
"@webb-tools/tokens": "^1.0.10",
"@webb-tools/utils": "^1.0.10",
"@webb-tools/contracts": "^1.0.11",
"@webb-tools/create2-utils": "^1.0.11",
"@webb-tools/interfaces": "^1.0.11",
"@webb-tools/tokens": "^1.0.11",
"@webb-tools/utils": "^1.0.11",
"circomlibjs": "^0.0.8",
"ethers": "5.7.0",
"jssha": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create2-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/contracts": "^1.0.10",
"@webb-tools/contracts": "^1.0.11",
"ethers": "5.7.0"
},
"publishConfig": {
Expand All @@ -21,6 +21,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
8 changes: 4 additions & 4 deletions packages/evm-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/interfaces": "^1.0.10",
"@webb-tools/utils": "^1.0.10",
"@webb-tools/vbridge": "^1.0.10",
"@webb-tools/interfaces": "^1.0.11",
"@webb-tools/utils": "^1.0.11",
"@webb-tools/vbridge": "^1.0.11",
"ecpair": "^2.0.1",
"ethers": "5.7.0",
"ganache": "7.5.0",
Expand All @@ -26,6 +26,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
4 changes: 2 additions & 2 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/utils": "^1.0.10"
"@webb-tools/utils": "^1.0.11"
},
"publishConfig": {
"access": "public"
Expand All @@ -19,6 +19,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
4 changes: 2 additions & 2 deletions packages/proposals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "mocha -r ts-node/register 'src/__test__/**/*.ts'"
},
"dependencies": {
"@webb-tools/utils": "^1.0.10"
"@webb-tools/utils": "^1.0.11"
},
"publishConfig": {
"access": "public"
Expand All @@ -20,6 +20,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
8 changes: 4 additions & 4 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@webb-tools/contracts": "^1.0.10",
"@webb-tools/create2-utils": "^1.0.10",
"@webb-tools/utils": "^1.0.10",
"@webb-tools/contracts": "^1.0.11",
"@webb-tools/create2-utils": "^1.0.11",
"@webb-tools/utils": "^1.0.11",
"ethers": "5.7.0"
},
"publishConfig": {
Expand All @@ -22,6 +22,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97",
"devDependencies": {
"@webb-tools/sdk-core": "0.1.4-126",
Expand Down
12 changes: 6 additions & 6 deletions packages/vbridge/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": "^1.0.10",
"@webb-tools/contracts": "^1.0.10",
"@webb-tools/interfaces": "^1.0.10",
"@webb-tools/tokens": "^1.0.10",
"@webb-tools/utils": "^1.0.10",
"@webb-tools/anchors": "^1.0.11",
"@webb-tools/contracts": "^1.0.11",
"@webb-tools/interfaces": "^1.0.11",
"@webb-tools/tokens": "^1.0.11",
"@webb-tools/utils": "^1.0.11",
"ethers": "5.7.0"
},
"publishConfig": {
Expand All @@ -24,6 +24,6 @@
"type": "git",
"url": "git://github.com/webb-tools/protocol-solidity.git"
},
"version": "1.0.10",
"version": "1.0.11",
"gitHead": "e1f3b300b6e004ac5a346dc0458bb1d303969d97"
}

0 comments on commit 03a6c58

Please sign in to comment.