Skip to content

Commit

Permalink
chore: bump version to v0.109.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Mar 13, 2024
1 parent e887c7a commit b54e04f
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.109.0"
"version": "0.109.1"
}
74 changes: 58 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/ckb-sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervosnetwork/ckb-sdk-core",
"version": "0.109.0",
"version": "0.109.1",
"description": "JavaScript SDK for Nervos Network CKB Project",
"author": "Nervos <[email protected]>",
"homepage": "https://github.com/ckb-js/ckb-sdk-js#readme",
Expand Down Expand Up @@ -33,9 +33,9 @@
"url": "https://github.com/ckb-js/ckb-sdk-js/issues"
},
"dependencies": {
"@nervosnetwork/ckb-sdk-rpc": "0.109.0",
"@nervosnetwork/ckb-sdk-utils": "0.109.0",
"@nervosnetwork/ckb-types": "0.109.0",
"@nervosnetwork/ckb-sdk-rpc": "0.109.1",
"@nervosnetwork/ckb-sdk-utils": "0.109.1",
"@nervosnetwork/ckb-types": "0.109.1",
"tslib": "2.3.1"
},
"gitHead": "10530318adf792f033abf7e449eaea956c4aea1d"
Expand Down
6 changes: 3 additions & 3 deletions packages/ckb-sdk-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervosnetwork/ckb-sdk-rpc",
"version": "0.109.0",
"version": "0.109.1",
"description": "RPC module of @nervosnetwork/ckb-sdk-core",
"author": "Nervos <[email protected]>",
"homepage": "https://github.com/ckb-js/ckb-sdk-js/packages/ckb-rpc#readme",
Expand Down Expand Up @@ -33,12 +33,12 @@
"url": "https://github.com/ckb-js/ckb-sdk-js/issues"
},
"dependencies": {
"@nervosnetwork/ckb-sdk-utils": "0.109.0",
"@nervosnetwork/ckb-sdk-utils": "0.109.1",
"axios": "1.6.0",
"tslib": "2.3.1"
},
"devDependencies": {
"@nervosnetwork/ckb-types": "0.109.0"
"@nervosnetwork/ckb-types": "0.109.1"
},
"gitHead": "10530318adf792f033abf7e449eaea956c4aea1d"
}
4 changes: 2 additions & 2 deletions packages/ckb-sdk-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervosnetwork/ckb-sdk-utils",
"version": "0.109.0",
"version": "0.109.1",
"description": "Utils module of @nervosnetwork/ckb-sdk-core",
"author": "Nervos <[email protected]>",
"homepage": "https://github.com/ckb-js/ckb-sdk-js#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/ckb-js/ckb-sdk-js/issues"
},
"dependencies": {
"@nervosnetwork/ckb-types": "0.109.0",
"@nervosnetwork/ckb-types": "0.109.1",
"bech32": "2.0.0",
"elliptic": "6.5.4",
"jsbi": "3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckb-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervosnetwork/ckb-types",
"version": "0.109.0",
"version": "0.109.1",
"description": "Type module of @nervosnetwork/ckb-sdk-core",
"author": "Nervos <[email protected]>",
"homepage": "https://github.com/ckb-js/ckb-sdk-js#readme",
Expand Down

0 comments on commit b54e04f

Please sign in to comment.