Skip to content

Commit

Permalink
chore: bump version to v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrocks committed Dec 4, 2020
1 parent b2c15ab commit 35ef6ab
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/base",
"version": "0.14.1-rc1",
"version": "0.14.1",
"description": "Base data structures and utilities used in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down
8 changes: 4 additions & 4 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.14.1-rc1",
"version": "0.14.1",
"description": "Common script support in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -30,9 +30,9 @@
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.14.1-rc1",
"@ckb-lumos/config-manager": "^0.14.1-rc1",
"@ckb-lumos/helpers": "^0.14.1-rc1",
"@ckb-lumos/base": "^0.14.1",
"@ckb-lumos/config-manager": "^0.14.1",
"@ckb-lumos/helpers": "^0.14.1",
"ckb-js-toolkit": "^0.9.2",
"immutable": "^4.0.0-rc.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/config-manager",
"version": "0.14.1-rc1",
"version": "0.14.1",
"description": "Config manager for lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down
10 changes: 5 additions & 5 deletions packages/hd-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/hd-cache",
"version": "0.14.1-rc1",
"version": "0.14.1",
"description": "HD wallet cache in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -30,10 +30,10 @@
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.14.1-rc1",
"@ckb-lumos/config-manager": "^0.14.1-rc1",
"@ckb-lumos/hd": "^0.14.1-rc1",
"@ckb-lumos/indexer": "^0.14.1-rc1",
"@ckb-lumos/base": "^0.14.1",
"@ckb-lumos/config-manager": "^0.14.1",
"@ckb-lumos/hd": "^0.14.1",
"@ckb-lumos/indexer": "^0.14.1",
"ckb-js-toolkit": "^0.9.2",
"immutable": "^4.0.0-rc.12"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/hd",
"version": "0.14.1-rc1",
"version": "0.14.1",
"description": "HD wallet manager in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.14.1-rc1",
"@ckb-lumos/base": "^0.14.1",
"bn.js": "^5.1.3",
"elliptic": "^6.5.3",
"sha3": "^2.1.3",
Expand Down
6 changes: 3 additions & 3 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.14.1-rc1",
"version": "0.14.1",
"description": "Helper functions for working with CKB",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -46,8 +46,8 @@
"url": "https://github.com/nervosnetwork/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "^0.14.1-rc1",
"@ckb-lumos/config-manager": "^0.14.1-rc1",
"@ckb-lumos/base": "^0.14.1",
"@ckb-lumos/config-manager": "^0.14.1",
"bech32": "^1.1.4",
"ckb-js-toolkit": "^0.9.2",
"immutable": "^4.0.0-rc.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/indexer",
"version": "0.14.1-rc1",
"version": "0.14.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 Expand Up @@ -35,7 +35,7 @@
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.14.1-rc1",
"@ckb-lumos/base": "^0.14.1",
"ckb-js-toolkit": "^0.9.2",
"immutable": "^4.0.0-rc.12",
"neon-cli": "^0.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sql-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/sql-indexer",
"version": "0.14.1-rc1",
"version": "0.14.1",
"description": "SQL based CKB Indexer",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -32,8 +32,8 @@
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.14.1-rc1",
"@ckb-lumos/indexer": "^0.14.1-rc1",
"@ckb-lumos/base": "^0.14.1",
"@ckb-lumos/indexer": "^0.14.1",
"ckb-js-toolkit": "^0.9.2",
"knex": "^0.21.1"
},
Expand Down
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.14.1-rc1",
"version": "0.14.1",
"description": "Pending Transaction Manager for lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/nervosnetwork/lumos#readme",
Expand Down Expand Up @@ -43,8 +43,8 @@
"url": "https://github.com/nervosnetwork/lumos/issues"
},
"dependencies": {
"@ckb-lumos/indexer": "^0.14.1-rc1",
"@ckb-lumos/base": "^0.14.1-rc1",
"@ckb-lumos/indexer": "^0.14.1",
"@ckb-lumos/base": "^0.14.1",
"ckb-js-toolkit": "^0.9.2",
"immutable": "^4.0.0-rc.12"
}
Expand Down

0 comments on commit 35ef6ab

Please sign in to comment.