Skip to content

Commit

Permalink
chore: merged with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Sep 26, 2023
1 parent e831f10 commit 3d5ff1e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "0.20.0",
"version": "0.21.0-next.0",
"command": {
"publish": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/testkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/testkit",
"version": "0.20.0",
"version": "0.21.0-next.0",
"description": "Test toolkit for CKB",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
Expand All @@ -18,10 +18,10 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/bi": "0.20.0",
"@ckb-lumos/codec": "0.20.0",
"@ckb-lumos/rpc": "0.20.0",
"@ckb-lumos/base": "0.21.0-next.0",
"@ckb-lumos/bi": "0.21.0-next.0",
"@ckb-lumos/codec": "0.21.0-next.0",
"@ckb-lumos/rpc": "0.21.0-next.0",
"@types/body-parser": "^1.19.1",
"@types/download": "^8.0.1",
"@types/express": "^4.17.17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/bi": "0.20.0",
"@ckb-lumos/ckb-indexer": "0.20.0",
"@ckb-lumos/codec": "0.20.0",
"@ckb-lumos/common-scripts": "0.20.0",
"@ckb-lumos/config-manager": "0.20.0",
"@ckb-lumos/hd": "0.20.0",
"@ckb-lumos/helpers": "0.20.0",
"@ckb-lumos/transaction-manager": "0.20.0"
"@ckb-lumos/base": "0.21.0-next.0",
"@ckb-lumos/bi": "0.21.0-next.0",
"@ckb-lumos/ckb-indexer": "0.21.0-next.0",
"@ckb-lumos/codec": "0.21.0-next.0",
"@ckb-lumos/common-scripts": "0.21.0-next.0",
"@ckb-lumos/config-manager": "0.21.0-next.0",
"@ckb-lumos/hd": "0.21.0-next.0",
"@ckb-lumos/helpers": "0.21.0-next.0",
"@ckb-lumos/transaction-manager": "0.21.0-next.0"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d5ff1e

Please sign in to comment.