From 756dd6e965294c1a2ff4d9d69637173483012b65 Mon Sep 17 00:00:00 2001 From: neeboo Date: Thu, 11 Jul 2019 16:01:51 +0800 Subject: [PATCH] v0.0.38 --- lerna.json | 2 +- packages/harmony-account/package.json | 12 ++++++------ packages/harmony-contract/package.json | 12 ++++++------ packages/harmony-core/package.json | 14 +++++++------- packages/harmony-crypto/package.json | 4 ++-- packages/harmony-network/package.json | 6 +++--- packages/harmony-transaction/package.json | 10 +++++----- packages/harmony-utils/package.json | 2 +- 8 files changed, 31 insertions(+), 31 deletions(-) diff --git a/lerna.json b/lerna.json index 423c4af..a330569 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.0.37" + "version": "0.0.38" } diff --git a/packages/harmony-account/package.json b/packages/harmony-account/package.json index 9a4c963..ff417bf 100644 --- a/packages/harmony-account/package.json +++ b/packages/harmony-account/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/account", - "version": "0.0.37", + "version": "0.0.38", "description": "account and wallet for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -18,11 +18,11 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony-js/core": "0.0.37", - "@harmony-js/crypto": "0.0.37", - "@harmony-js/network": "0.0.37", - "@harmony-js/transaction": "0.0.37", - "@harmony-js/utils": "0.0.37" + "@harmony-js/core": "0.0.38", + "@harmony-js/crypto": "0.0.38", + "@harmony-js/network": "0.0.38", + "@harmony-js/transaction": "0.0.38", + "@harmony-js/utils": "0.0.38" }, "gitHead": "faed9fd0516d967c136344853804001bc881cbfb" } diff --git a/packages/harmony-contract/package.json b/packages/harmony-contract/package.json index ea792e2..4bfc2c7 100644 --- a/packages/harmony-contract/package.json +++ b/packages/harmony-contract/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/contract", - "version": "0.0.37", + "version": "0.0.38", "description": "contract libraries for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -18,11 +18,11 @@ }, "license": "ISC", "dependencies": { - "@harmony-js/account": "0.0.37", - "@harmony-js/crypto": "0.0.37", - "@harmony-js/network": "0.0.37", - "@harmony-js/transaction": "0.0.37", - "@harmony-js/utils": "0.0.37" + "@harmony-js/account": "0.0.38", + "@harmony-js/crypto": "0.0.38", + "@harmony-js/network": "0.0.38", + "@harmony-js/transaction": "0.0.38", + "@harmony-js/utils": "0.0.38" }, "gitHead": "faed9fd0516d967c136344853804001bc881cbfb" } diff --git a/packages/harmony-core/package.json b/packages/harmony-core/package.json index 1c72331..8a0b650 100644 --- a/packages/harmony-core/package.json +++ b/packages/harmony-core/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/core", - "version": "0.0.37", + "version": "0.0.38", "description": "harmony core package", "main": "dist/index.js", "node": "dist/index.js", @@ -18,12 +18,12 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony-js/account": "0.0.37", - "@harmony-js/contract": "0.0.37", - "@harmony-js/crypto": "0.0.37", - "@harmony-js/network": "0.0.37", - "@harmony-js/transaction": "0.0.37", - "@harmony-js/utils": "0.0.37" + "@harmony-js/account": "0.0.38", + "@harmony-js/contract": "0.0.38", + "@harmony-js/crypto": "0.0.38", + "@harmony-js/network": "0.0.38", + "@harmony-js/transaction": "0.0.38", + "@harmony-js/utils": "0.0.38" }, "gitHead": "faed9fd0516d967c136344853804001bc881cbfb" } diff --git a/packages/harmony-crypto/package.json b/packages/harmony-crypto/package.json index 1b9659e..4344480 100644 --- a/packages/harmony-crypto/package.json +++ b/packages/harmony-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/crypto", - "version": "0.0.37", + "version": "0.0.38", "description": "crypto libraries for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -18,7 +18,7 @@ }, "license": "ISC", "dependencies": { - "@harmony-js/utils": "0.0.37", + "@harmony-js/utils": "0.0.38", "aes-js": "^3.1.2", "bip39": "^2.5.0", "bn.js": "^4.11.8", diff --git a/packages/harmony-network/package.json b/packages/harmony-network/package.json index 0d60329..db1eb43 100644 --- a/packages/harmony-network/package.json +++ b/packages/harmony-network/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/network", - "version": "0.0.37", + "version": "0.0.38", "description": "network suites for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -18,8 +18,8 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony-js/core": "0.0.37", - "@harmony-js/utils": "0.0.37", + "@harmony-js/core": "0.0.38", + "@harmony-js/utils": "0.0.38", "cross-fetch": "^3.0.2", "mitt": "^1.1.3", "websocket": "^1.0.28" diff --git a/packages/harmony-transaction/package.json b/packages/harmony-transaction/package.json index 4abf1c0..2ab9edb 100644 --- a/packages/harmony-transaction/package.json +++ b/packages/harmony-transaction/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/transaction", - "version": "0.0.37", + "version": "0.0.38", "description": "transaction package for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -18,10 +18,10 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony-js/core": "0.0.37", - "@harmony-js/crypto": "0.0.37", - "@harmony-js/network": "0.0.37", - "@harmony-js/utils": "0.0.37" + "@harmony-js/core": "0.0.38", + "@harmony-js/crypto": "0.0.38", + "@harmony-js/network": "0.0.38", + "@harmony-js/utils": "0.0.38" }, "gitHead": "faed9fd0516d967c136344853804001bc881cbfb" } diff --git a/packages/harmony-utils/package.json b/packages/harmony-utils/package.json index cc729c6..e0c1172 100644 --- a/packages/harmony-utils/package.json +++ b/packages/harmony-utils/package.json @@ -1,6 +1,6 @@ { "name": "@harmony-js/utils", - "version": "0.0.37", + "version": "0.0.38", "description": "utils for harmony", "main": "dist/index.js", "node": "dist/index.js",