diff --git a/lerna.json b/lerna.json index 902b913..a8f7713 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.0.4" + "version": "0.0.5" } diff --git a/packages/harmony-account/package.json b/packages/harmony-account/package.json index d8e99b0..a3a3323 100644 --- a/packages/harmony-account/package.json +++ b/packages/harmony-account/package.json @@ -1,6 +1,6 @@ { "name": "@harmony/account", - "version": "0.0.4", + "version": "0.0.5", "description": "account and wallet for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -17,11 +17,11 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony/core": "0.0.4", - "@harmony/crypto": "0.0.4", - "@harmony/network": "0.0.4", - "@harmony/transaction": "0.0.4", - "@harmony/utils": "0.0.4" + "@harmony/core": "0.0.5", + "@harmony/crypto": "0.0.5", + "@harmony/network": "0.0.5", + "@harmony/transaction": "0.0.5", + "@harmony/utils": "0.0.5" }, "gitHead": "75235c58b12b8fe512165903008c469ebf46e803" } diff --git a/packages/harmony-contract/package.json b/packages/harmony-contract/package.json index 9a682ea..41060bb 100644 --- a/packages/harmony-contract/package.json +++ b/packages/harmony-contract/package.json @@ -1,6 +1,6 @@ { "name": "@harmony/contract", - "version": "0.0.4", + "version": "0.0.5", "description": "contract libraries for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -17,11 +17,11 @@ }, "license": "ISC", "dependencies": { - "@harmony/account": "0.0.4", - "@harmony/crypto": "0.0.4", - "@harmony/network": "0.0.4", - "@harmony/transaction": "0.0.4", - "@harmony/utils": "0.0.4", + "@harmony/account": "0.0.5", + "@harmony/crypto": "0.0.5", + "@harmony/network": "0.0.5", + "@harmony/transaction": "0.0.5", + "@harmony/utils": "0.0.5", "abi-decoder": "^1.2.0" }, "gitHead": "75235c58b12b8fe512165903008c469ebf46e803" diff --git a/packages/harmony-core/package.json b/packages/harmony-core/package.json index c4d9f0d..8bd1204 100644 --- a/packages/harmony-core/package.json +++ b/packages/harmony-core/package.json @@ -1,6 +1,6 @@ { "name": "@harmony/core", - "version": "0.0.4", + "version": "0.0.5", "description": "harmony core package", "main": "dist/index.js", "node": "dist/index.js", @@ -17,12 +17,12 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony/account": "0.0.4", - "@harmony/contract": "0.0.4", - "@harmony/crypto": "0.0.4", - "@harmony/network": "0.0.4", - "@harmony/transaction": "0.0.4", - "@harmony/utils": "0.0.4" + "@harmony/account": "0.0.5", + "@harmony/contract": "0.0.5", + "@harmony/crypto": "0.0.5", + "@harmony/network": "0.0.5", + "@harmony/transaction": "0.0.5", + "@harmony/utils": "0.0.5" }, "gitHead": "75235c58b12b8fe512165903008c469ebf46e803" } diff --git a/packages/harmony-crypto/package.json b/packages/harmony-crypto/package.json index 01a84ad..571a7f4 100644 --- a/packages/harmony-crypto/package.json +++ b/packages/harmony-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@harmony/crypto", - "version": "0.0.4", + "version": "0.0.5", "description": "crypto libraries for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -17,7 +17,7 @@ }, "license": "ISC", "dependencies": { - "@harmony/utils": "0.0.4", + "@harmony/utils": "0.0.5", "aes-js": "^3.1.2", "base-x": "^3.0.5", "bip39": "^2.5.0", diff --git a/packages/harmony-network/package.json b/packages/harmony-network/package.json index 9976fca..a15c7fc 100644 --- a/packages/harmony-network/package.json +++ b/packages/harmony-network/package.json @@ -1,6 +1,6 @@ { "name": "@harmony/network", - "version": "0.0.4", + "version": "0.0.5", "description": "network suites for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -17,8 +17,8 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony/core": "0.0.4", - "@harmony/utils": "0.0.4", + "@harmony/core": "0.0.5", + "@harmony/utils": "0.0.5", "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 e903a5d..aaed667 100644 --- a/packages/harmony-transaction/package.json +++ b/packages/harmony-transaction/package.json @@ -1,6 +1,6 @@ { "name": "@harmony/transaction", - "version": "0.0.4", + "version": "0.0.5", "description": "transaction package for harmony", "main": "dist/index.js", "node": "dist/index.js", @@ -17,10 +17,10 @@ "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { - "@harmony/core": "0.0.4", - "@harmony/crypto": "0.0.4", - "@harmony/network": "0.0.4", - "@harmony/utils": "0.0.4" + "@harmony/core": "0.0.5", + "@harmony/crypto": "0.0.5", + "@harmony/network": "0.0.5", + "@harmony/utils": "0.0.5" }, "gitHead": "75235c58b12b8fe512165903008c469ebf46e803" } diff --git a/packages/harmony-utils/package.json b/packages/harmony-utils/package.json index f3a8760..c056e80 100644 --- a/packages/harmony-utils/package.json +++ b/packages/harmony-utils/package.json @@ -1,6 +1,6 @@ { "name": "@harmony/utils", - "version": "0.0.4", + "version": "0.0.5", "description": "utils for harmony", "main": "dist/index.js", "node": "dist/index.js",