Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jun 1, 2020
1 parent 8bb3f29 commit 2551538
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion packages/common-scripts/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/common-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/common-scripts",
"version": "0.2.0",
"version": "0.2.1",
"description": "Common script support in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand All @@ -17,8 +17,8 @@
"access": "public"
},
"dependencies": {
"@ckb-lumos/helpers": "^0.2.0",
"@ckb-lumos/types": "^0.2.0",
"@ckb-lumos/helpers": "^0.2.1",
"@ckb-lumos/types": "^0.2.1",
"ckb-js-toolkit": "^0.9.1",
"immutable": "^4.0.0-rc.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/helpers",
"version": "0.2.0",
"version": "0.2.1",
"description": "Helper functions for working with CKB",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/nervosnetwork/lumos/issues"
},
"dependencies": {
"@ckb-lumos/types": "^0.2.0",
"@ckb-lumos/types": "^0.2.1",
"bech32": "^1.1.4",
"ckb-js-toolkit": "^0.9.1",
"immutable": "^4.0.0-rc.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/indexer",
"version": "0.2.0",
"version": "0.2.1",
"description": "CKB Indexer for Lumos framework, might be suitable for independent usage as well",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-manager/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/transaction-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/transaction-manager",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pending Transaction Manager for lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/nervosnetwork/lumos/issues"
},
"dependencies": {
"@ckb-lumos/indexer": "^0.2.0",
"@ckb-lumos/types": "^0.2.0",
"@ckb-lumos/indexer": "^0.2.1",
"@ckb-lumos/types": "^0.2.1",
"ckb-js-toolkit": "^0.9.1",
"immutable": "^4.0.0-rc.12"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/types",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript definitions for common objects used in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down

0 comments on commit 2551538

Please sign in to comment.