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

Commit

Permalink
Merge pull request #28 from nervosnetwork/release-0.0.1-rc8
Browse files Browse the repository at this point in the history
release 0.0.1-rc8
  • Loading branch information
RetricSu authored Aug 18, 2021
2 parents 59e3a11 + 3dec91e commit 6b33b52
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-rc7",
"version": "0.0.1-rc8",
"main": "lib/index.js",
"license": "MIT",
"author": "RetricSu <inneverland2013@gmail.com>",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@ckb-lumos/base": "^0.16.0",
"@polyjuice-provider/godwoken": "^0.0.1-rc7",
"@polyjuice-provider/godwoken": "^0.0.1-rc8",
"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-rc7",
"version": "0.0.1-rc8",
"main": "lib/index.js",
"license": "MIT",
"author": "RetricSu <inneverland2013@gmail.com>",
Expand Down Expand Up @@ -51,7 +51,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@polyjuice-provider/base": "0.0.1-rc7",
"@polyjuice-provider/base": "0.0.1-rc8",
"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-rc7",
"version": "0.0.1-rc8",
"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-rc7",
"version": "0.0.1-rc8",
"main": "lib/index.js",
"license": "MIT",
"author": "RetricSu <inneverland2013@gmail.com>",
Expand Down Expand Up @@ -54,7 +54,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@polyjuice-provider/base": "0.0.1-rc7",
"@polyjuice-provider/base": "0.0.1-rc8",
"@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-rc7",
"version": "0.0.1-rc8",
"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-rc7",
"@polyjuice-provider/base": "0.0.1-rc8",
"buffer": "^6.0.3",
"encoding": "^0.1.13",
"web3": "^1.4.0",
Expand Down

0 comments on commit 6b33b52

Please sign in to comment.