Skip to content

Commit

Permalink
Merge remote-tracking branch 'ckb-js/ckb2023' into ckb2023-rpc-improve
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/transaction-manager/examples/chained-transfer-example/package.json
  • Loading branch information
homura committed Sep 26, 2023
2 parents cd67b99 + 22b17ec commit df1c6cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/cardano-lock-namiwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/cardano-lock-namiwallet",
"version": "0.20.0",
"version": "0.21.0-next.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/pw-lock-metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/pw-lock-metamask",
"version": "0.20.0",
"version": "0.21.0-next.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/secp256k1-multisig-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/secp256k1-multisig-transfer",
"version": "0.20.0",
"version": "0.21.0-next.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/secp256k1-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/secp256k1-transfer",
"version": "0.20.0",
"version": "0.21.0-next.0",
"description": "",
"main": "index.js",
"scripts": {
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.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"
"@ckb-lumos/base": "canary",
"@ckb-lumos/bi": "canary",
"@ckb-lumos/ckb-indexer": "canary",
"@ckb-lumos/codec": "canary",
"@ckb-lumos/common-scripts": "canary",
"@ckb-lumos/config-manager": "canary",
"@ckb-lumos/hd": "canary",
"@ckb-lumos/helpers": "canary",
"@ckb-lumos/transaction-manager": "canary"
}
}

0 comments on commit df1c6cb

Please sign in to comment.