Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
chore: bump v0.0.1-rc15
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Nov 9, 2021
1 parent d9d9a0b commit a809a97
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polyjuice-provider/base",
"version": "0.0.1-rc14",
"version": "0.0.1-rc15",
"main": "lib/index.js",
"license": "MIT",
"author": "RetricSu <inneverland2013@gmail.com>",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@ckb-lumos/base": "0.18.0-rc1",
"@polyjuice-provider/godwoken": "0.0.1-rc14",
"@polyjuice-provider/godwoken": "0.0.1-rc15",
"buffer": "^6.0.3",
"encoding": "^0.1.13",
"eth-sig-util": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polyjuice-provider/ethers",
"version": "0.0.1-rc14",
"version": "0.0.1-rc15",
"main": "lib/index.js",
"license": "MIT",
"author": "RetricSu <inneverland2013@gmail.com>",
Expand Down Expand Up @@ -56,7 +56,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@polyjuice-provider/base": "0.0.1-rc14",
"@polyjuice-provider/base": "0.0.1-rc15",
"buffer": "^6.0.3",
"encoding": "^0.1.13",
"ethers": "^5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/godwoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polyjuice-provider/godwoken",
"version": "0.0.1-rc14",
"version": "0.0.1-rc15",
"description": "Godwoken utils",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polyjuice-provider/truffle",
"version": "0.0.1-rc14",
"version": "0.0.1-rc15",
"main": "lib/index.js",
"license": "MIT",
"author": "RetricSu <inneverland2013@gmail.com>",
Expand Down Expand Up @@ -59,7 +59,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@polyjuice-provider/base": "0.0.1-rc14",
"@polyjuice-provider/base": "0.0.1-rc15",
"@truffle/hdwallet-provider": "^1.4.1",
"@trufflesuite/web3-provider-engine": "15.0.13-1",
"ckb-js-toolkit": "^0.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polyjuice-provider/web3",
"version": "0.0.1-rc14",
"version": "0.0.1-rc15",
"main": "lib/index.js",
"license": "MIT",
"author": "RetricSu <inneverland2013@gmail.com>",
Expand Down Expand Up @@ -61,7 +61,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@polyjuice-provider/base": "0.0.1-rc14",
"@polyjuice-provider/base": "0.0.1-rc15",
"buffer": "^6.0.3",
"encoding": "^0.1.13",
"web3": "^1.4.0",
Expand Down

0 comments on commit a809a97

Please sign in to comment.