From e8b5c7ab896b1556b2dfb7a8cc634dae534390f0 Mon Sep 17 00:00:00 2001 From: EmbarkBot <59620708+embarkbot@users.noreply.github.com> Date: Thu, 23 Jan 2020 00:13:38 +0000 Subject: [PATCH] chore(prerelease): 5.1.0-nightly.4 --- CHANGELOG.md | 11 +++ dapps/templates/boilerplate/CHANGELOG.md | 8 ++ dapps/templates/boilerplate/package.json | 4 +- dapps/templates/demo/CHANGELOG.md | 8 ++ dapps/templates/demo/package.json | 4 +- dapps/templates/simple/CHANGELOG.md | 8 ++ dapps/templates/simple/package.json | 4 +- dapps/tests/app/CHANGELOG.md | 8 ++ dapps/tests/app/package.json | 4 +- dapps/tests/contracts/CHANGELOG.md | 8 ++ dapps/tests/contracts/package.json | 4 +- lerna.json | 2 +- packages/cockpit/ui/CHANGELOG.md | 8 ++ packages/cockpit/ui/package.json | 2 +- packages/core/code-runner/CHANGELOG.md | 8 ++ packages/core/code-runner/package.json | 6 +- packages/core/console/CHANGELOG.md | 8 ++ packages/core/console/package.json | 6 +- packages/core/core/CHANGELOG.md | 8 ++ packages/core/core/package.json | 4 +- packages/core/engine/CHANGELOG.md | 8 ++ packages/core/engine/package.json | 80 +++++++++---------- packages/core/utils/CHANGELOG.md | 8 ++ packages/core/utils/package.json | 2 +- packages/embark/CHANGELOG.md | 8 ++ packages/embark/package.json | 22 ++--- .../plugins/accounts-manager/CHANGELOG.md | 8 ++ .../plugins/accounts-manager/package.json | 6 +- packages/plugins/basic-pipeline/CHANGELOG.md | 8 ++ packages/plugins/basic-pipeline/package.json | 6 +- packages/plugins/coverage/CHANGELOG.md | 8 ++ packages/plugins/coverage/package.json | 6 +- packages/plugins/deploy-tracker/CHANGELOG.md | 8 ++ packages/plugins/deploy-tracker/package.json | 4 +- packages/plugins/ens/CHANGELOG.md | 8 ++ packages/plugins/ens/package.json | 6 +- .../ethereum-blockchain-client/CHANGELOG.md | 8 ++ .../ethereum-blockchain-client/package.json | 6 +- packages/plugins/geth/CHANGELOG.md | 8 ++ packages/plugins/geth/package.json | 6 +- packages/plugins/ipfs/CHANGELOG.md | 8 ++ packages/plugins/ipfs/package.json | 8 +- packages/plugins/mocha-tests/CHANGELOG.md | 8 ++ packages/plugins/mocha-tests/package.json | 4 +- packages/plugins/nethermind/CHANGELOG.md | 8 ++ packages/plugins/nethermind/package.json | 6 +- packages/plugins/parity/CHANGELOG.md | 8 ++ packages/plugins/parity/package.json | 6 +- packages/plugins/plugin-cmd/CHANGELOG.md | 8 ++ packages/plugins/plugin-cmd/package.json | 4 +- packages/plugins/rpc-manager/CHANGELOG.md | 8 ++ packages/plugins/rpc-manager/package.json | 6 +- packages/plugins/scaffolding/CHANGELOG.md | 8 ++ packages/plugins/scaffolding/package.json | 6 +- packages/plugins/solidity-tests/CHANGELOG.md | 8 ++ packages/plugins/solidity-tests/package.json | 4 +- packages/plugins/solidity/CHANGELOG.md | 8 ++ packages/plugins/solidity/package.json | 6 +- packages/plugins/suggestions/CHANGELOG.md | 8 ++ packages/plugins/suggestions/package.json | 6 +- packages/plugins/swarm/CHANGELOG.md | 8 ++ packages/plugins/swarm/package.json | 8 +- .../plugins/transaction-logger/CHANGELOG.md | 8 ++ .../plugins/transaction-logger/package.json | 6 +- packages/plugins/web3/CHANGELOG.md | 8 ++ packages/plugins/web3/package.json | 6 +- packages/plugins/whisper-geth/CHANGELOG.md | 8 ++ packages/plugins/whisper-geth/package.json | 6 +- packages/plugins/whisper-parity/CHANGELOG.md | 8 ++ packages/plugins/whisper-parity/package.json | 6 +- packages/stack/api/CHANGELOG.md | 8 ++ packages/stack/api/package.json | 8 +- packages/stack/authenticator/CHANGELOG.md | 8 ++ packages/stack/authenticator/package.json | 4 +- packages/stack/blockchain/CHANGELOG.md | 8 ++ packages/stack/blockchain/package.json | 6 +- packages/stack/communication/CHANGELOG.md | 8 ++ packages/stack/communication/package.json | 6 +- packages/stack/compiler/CHANGELOG.md | 8 ++ packages/stack/compiler/package.json | 6 +- packages/stack/contracts-manager/CHANGELOG.md | 8 ++ packages/stack/contracts-manager/package.json | 6 +- packages/stack/deployment/CHANGELOG.md | 8 ++ packages/stack/deployment/package.json | 6 +- packages/stack/embarkjs/CHANGELOG.md | 8 ++ packages/stack/embarkjs/package.json | 4 +- packages/stack/library-manager/CHANGELOG.md | 8 ++ packages/stack/library-manager/package.json | 4 +- packages/stack/pipeline/CHANGELOG.md | 8 ++ packages/stack/pipeline/package.json | 6 +- .../process-logs-api-manager/CHANGELOG.md | 8 ++ .../process-logs-api-manager/package.json | 4 +- packages/stack/proxy/CHANGELOG.md | 11 +++ packages/stack/proxy/package.json | 6 +- packages/stack/storage/CHANGELOG.md | 8 ++ packages/stack/storage/package.json | 6 +- packages/stack/test-runner/CHANGELOG.md | 8 ++ packages/stack/test-runner/package.json | 4 +- packages/stack/watcher/CHANGELOG.md | 8 ++ packages/stack/watcher/package.json | 4 +- packages/stack/webserver/CHANGELOG.md | 8 ++ packages/stack/webserver/package.json | 4 +- 102 files changed, 592 insertions(+), 178 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffd00b986..efa694bdbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + + +### Bug Fixes + +* **@embark/proxy:** Parse `rpcPort` from config as integer ([9f7c682](https://github.com/embarklabs/embark/commit/9f7c682)) + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package root diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index c4176e5f77..ea9c6ae004 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark-dapp-template-boilerplate diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index 6cbc1af032..98ced9765d 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.1.0-nightly.3", + "version": "5.1.0-nightly.4", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -32,7 +32,7 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.3", + "embark": "^5.1.0-nightly.4", "embark-reset": "^5.1.0-nightly.1", "embarkjs": "^5.1.0-nightly.2", "embarkjs-ens": "^5.1.0-nightly.2", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 1fba377908..bfc61f8ed5 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark-dapp-template-demo diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 30dfb4cca4..a0599e8bcd 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.1.0-nightly.3", + "version": "5.1.0-nightly.4", "description": "Demo DApp for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -34,7 +34,7 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.1.0-nightly.3", + "embark": "^5.1.0-nightly.4", "embark-reset": "^5.1.0-nightly.1", "embarkjs": "^5.1.0-nightly.2", "embarkjs-ens": "^5.1.0-nightly.2", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 7e2f77545a..b8993ae9b7 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark-dapp-template-simple diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index 558445a791..aa7cd56db3 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.1.0-nightly.3", + "version": "5.1.0-nightly.4", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -28,7 +28,7 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.3", + "embark": "^5.1.0-nightly.4", "embark-reset": "^5.1.0-nightly.1", "embarkjs": "^5.1.0-nightly.2", "embarkjs-ens": "^5.1.0-nightly.2", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 96cb30edfa..f39c2428e7 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark-dapp-test-app diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index 23a183b323..c653ef46c4 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,7 +3,7 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.1.0-nightly.3", + "embark": "^5.1.0-nightly.4", "embark-dapp-test-service": "^5.0.0", "embark-i18n": "^5.1.0-nightly.1", "embark-reset": "^5.1.0-nightly.1", @@ -32,5 +32,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.0-nightly.3" + "version": "5.1.0-nightly.4" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index a71248030a..74e0a8701f 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark-dapp-test-contracts diff --git a/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index 0a0937d50f..1933284376 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,7 +1,7 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.1.0-nightly.3", + "embark": "^5.1.0-nightly.4", "embark-reset": "^5.1.0-nightly.1", "embarkjs": "^5.1.0-nightly.2", "embarkjs-ens": "^5.1.0-nightly.2", @@ -21,5 +21,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.0-nightly.3" + "version": "5.1.0-nightly.4" } diff --git a/lerna.json b/lerna.json index be79741101..92bfebe5d8 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.0-nightly.3" + "version": "5.1.0-nightly.4" } diff --git a/packages/cockpit/ui/CHANGELOG.md b/packages/cockpit/ui/CHANGELOG.md index 90526ec37f..c941eac5e3 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-ui + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index f81d7f42a4..7818029639 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 147ec47db1..ff82678e19 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-code-runner + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) **Note:** Version bump only for package embark-code-runner diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index 2f45e9f3dc..315ee7b7e9 100644 --- a/packages/core/code-runner/package.json +++ b/packages/core/code-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-code-runner", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -52,9 +52,9 @@ "async": "3.1.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "embarkjs": "^5.1.0-nightly.2", "fs-extra": "8.1.0", "parse-json": "5.0.0", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index c9d9bba245..a52d91209a 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-console + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 9ad8606ae8..8446793b9e 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -52,9 +52,9 @@ "async": "2.6.1", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index b02452f66b..0f45cef4b8 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-core + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 9f1908b697..aca11bfec3 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -56,7 +56,7 @@ "deep-equal": "1.0.1", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "find-up": "4.1.0", "flatted": "0.2.3", "fs-extra": "8.1.0", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index 7f5d0f97e0..0aeaa972e0 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-engine + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 540fe17f84..a94f789c79 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.1.0-nightly.3", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -46,54 +46,54 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.1.0-nightly.1", - "embark-api": "^5.1.0-nightly.1", - "embark-authenticator": "^5.1.0-nightly.1", - "embark-basic-pipeline": "^5.1.0-nightly.1", - "embark-blockchain": "^5.1.0-nightly.1", + "embark-accounts-manager": "^5.1.0-nightly.4", + "embark-api": "^5.1.0-nightly.4", + "embark-authenticator": "^5.1.0-nightly.4", + "embark-basic-pipeline": "^5.1.0-nightly.4", + "embark-blockchain": "^5.1.0-nightly.4", "embark-blockchain-client": "^5.1.0-nightly.1", - "embark-code-runner": "^5.1.0-nightly.2", - "embark-communication": "^5.1.0-nightly.1", - "embark-compiler": "^5.1.0-nightly.1", - "embark-console": "^5.1.0-nightly.2", - "embark-contracts-manager": "^5.1.0-nightly.1", - "embark-core": "^5.1.0-nightly.1", - "embark-coverage": "^5.1.0-nightly.1", + "embark-code-runner": "^5.1.0-nightly.4", + "embark-communication": "^5.1.0-nightly.4", + "embark-compiler": "^5.1.0-nightly.4", + "embark-console": "^5.1.0-nightly.4", + "embark-contracts-manager": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.4", + "embark-coverage": "^5.1.0-nightly.4", "embark-debugger": "^5.1.0-nightly.1", - "embark-deployment": "^5.1.0-nightly.1", - "embark-embarkjs": "^5.1.0-nightly.1", - "embark-ens": "^5.1.0-nightly.2", - "embark-ethereum-blockchain-client": "^5.1.0-nightly.2", + "embark-deployment": "^5.1.0-nightly.4", + "embark-embarkjs": "^5.1.0-nightly.4", + "embark-ens": "^5.1.0-nightly.4", + "embark-ethereum-blockchain-client": "^5.1.0-nightly.4", "embark-ganache": "^5.1.0-nightly.3", - "embark-geth": "^5.1.0-nightly.1", - "embark-ipfs": "^5.1.0-nightly.2", - "embark-library-manager": "^5.1.0-nightly.1", + "embark-geth": "^5.1.0-nightly.4", + "embark-ipfs": "^5.1.0-nightly.4", + "embark-library-manager": "^5.1.0-nightly.4", "embark-logger": "^5.1.0-nightly.1", - "embark-mocha-tests": "^5.1.0-nightly.2", + "embark-mocha-tests": "^5.1.0-nightly.4", "embark-namesystem": "^5.1.0-nightly.1", - "embark-parity": "^5.1.0-nightly.1", - "embark-pipeline": "^5.1.0-nightly.1", - "embark-plugin-cmd": "^5.1.0-nightly.1", - "embark-process-logs-api-manager": "^5.1.0-nightly.1", + "embark-parity": "^5.1.0-nightly.4", + "embark-pipeline": "^5.1.0-nightly.4", + "embark-plugin-cmd": "^5.1.0-nightly.4", + "embark-process-logs-api-manager": "^5.1.0-nightly.4", "embark-profiler": "^5.1.0-nightly.1", - "embark-proxy": "^5.1.0-nightly.1", - "embark-rpc-manager": "^5.1.0-nightly.1", - "embark-scaffolding": "^5.1.0-nightly.1", - "embark-solidity": "^5.1.0-nightly.1", - "embark-solidity-tests": "^5.1.0-nightly.1", + "embark-proxy": "^5.1.0-nightly.4", + "embark-rpc-manager": "^5.1.0-nightly.4", + "embark-scaffolding": "^5.1.0-nightly.4", + "embark-solidity": "^5.1.0-nightly.4", + "embark-solidity-tests": "^5.1.0-nightly.4", "embark-specialconfigs": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.1", - "embark-swarm": "^5.1.0-nightly.2", - "embark-test-runner": "^5.1.0-nightly.1", - "embark-transaction-logger": "^5.1.0-nightly.1", + "embark-storage": "^5.1.0-nightly.4", + "embark-swarm": "^5.1.0-nightly.4", + "embark-test-runner": "^5.1.0-nightly.4", + "embark-transaction-logger": "^5.1.0-nightly.4", "embark-transaction-tracker": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "embark-vyper": "^5.1.0-nightly.1", - "embark-watcher": "^5.1.0-nightly.1", - "embark-web3": "^5.1.0-nightly.1", - "embark-webserver": "^5.1.0-nightly.1", - "embark-whisper-geth": "^5.1.0-nightly.1", - "embark-whisper-parity": "^5.1.0-nightly.1" + "embark-watcher": "^5.1.0-nightly.4", + "embark-web3": "^5.1.0-nightly.4", + "embark-webserver": "^5.1.0-nightly.4", + "embark-whisper-geth": "^5.1.0-nightly.4", + "embark-whisper-parity": "^5.1.0-nightly.4" }, "devDependencies": { "embark-solo": "^5.1.0-nightly.1", diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index 9cd27f6426..eafd859b4d 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-utils + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index dda9a64626..9d3ee322a6 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 856ca01a30..4f2721bab8 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index b7c44303fc..461090d67e 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.1.0-nightly.3", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -77,15 +77,15 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.1.0-nightly.1", - "embark-deploy-tracker": "^5.1.0-nightly.1", - "embark-engine": "^5.1.0-nightly.3", + "embark-core": "^5.1.0-nightly.4", + "embark-deploy-tracker": "^5.1.0-nightly.4", + "embark-engine": "^5.1.0-nightly.4", "embark-graph": "^5.1.0-nightly.1", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-reset": "^5.1.0-nightly.1", - "embark-suggestions": "^5.1.0-nightly.2", - "embark-utils": "^5.1.0-nightly.1", + "embark-suggestions": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0-nightly.4", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -141,15 +141,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.1.0-nightly.2", - "embark-compiler": "^5.1.0-nightly.1", - "embark-contracts-manager": "^5.1.0-nightly.1", - "embark-solidity": "^5.1.0-nightly.1", + "embark-code-runner": "^5.1.0-nightly.4", + "embark-compiler": "^5.1.0-nightly.4", + "embark-contracts-manager": "^5.1.0-nightly.4", + "embark-solidity": "^5.1.0-nightly.4", "embark-solo": "^5.1.0-nightly.1", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", "embark-testing": "^5.1.0-nightly.1", - "embark-transaction-logger": "^5.1.0-nightly.1", + "embark-transaction-logger": "^5.1.0-nightly.4", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 5aa65371a2..8ef3bb2c1f 100644 --- a/packages/plugins/accounts-manager/CHANGELOG.md +++ b/packages/plugins/accounts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index 7e13e8dc6b..701da0fae3 100644 --- a/packages/plugins/accounts-manager/package.json +++ b/packages/plugins/accounts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-accounts-manager", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "web3": "1.2.4" }, "devDependencies": { diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 7b510b4984..86549b0509 100644 --- a/packages/plugins/basic-pipeline/CHANGELOG.md +++ b/packages/plugins/basic-pipeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index 6baa1f7923..6b8f65d1cb 100644 --- a/packages/plugins/basic-pipeline/package.json +++ b/packages/plugins/basic-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-basic-pipeline", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -71,9 +71,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index 10a452dd73..0f74d0000a 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index f61434d061..5dfc0391eb 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -50,8 +50,8 @@ "@types/prettier": "1.16.4", "@types/semver": "5.5.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "globule": "1.2.1", "prettier-plugin-solidity": "1.0.0-alpha.25", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 9ea6120223..9bba4b1be8 100644 --- a/packages/plugins/deploy-tracker/CHANGELOG.md +++ b/packages/plugins/deploy-tracker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index 58a4e8f4c8..07ef8969b0 100644 --- a/packages/plugins/deploy-tracker/package.json +++ b/packages/plugins/deploy-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-deploy-tracker", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -47,7 +47,7 @@ "dependencies": { "colors": "1.3.2", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "web3": "1.2.4" }, diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 1fe09a2177..5cc1b002ae 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-ens + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 405ede7355..5d1acb6dff 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -46,9 +46,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "embarkjs": "^5.1.0-nightly.2", "embarkjs-ens": "^5.1.0-nightly.2", "eth-ens-namehash": "2.0.8", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index d691e6f509..4edf79480a 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) **Note:** Version bump only for package embark-ethereum-blockchain-client diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index dbd76582bd..639fb9089c 100644 --- a/packages/plugins/ethereum-blockchain-client/package.json +++ b/packages/plugins/ethereum-blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-ethereum-blockchain-client", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "embarkjs": "^5.1.0-nightly.2", "ethereumjs-util": "6.0.0", "web3": "1.2.4", diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index b68d64759d..b0849f1d25 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-geth + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 4a78c66e54..5ba1b9371b 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -49,10 +49,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index 23e6acddfa..f957e5e848 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-ipfs + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 69464b24e3..baf8577c6b 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -50,10 +50,10 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-storage": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0-nightly.4", "embarkjs": "^5.1.0-nightly.2", "embarkjs-ipfs": "^5.1.0-nightly.1", "ipfs-http-client": "40.0.0", diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index 905b806578..a63206a669 100644 --- a/packages/plugins/mocha-tests/CHANGELOG.md +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-mocha-tests + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) **Note:** Version bump only for package embark-mocha-tests diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 79b6c63b74..683ef11e0e 100644 --- a/packages/plugins/mocha-tests/package.json +++ b/packages/plugins/mocha-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-mocha-tests", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -52,7 +52,7 @@ "async": "3.1.0", "core-js": "3.4.3", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "embarkjs": "^5.1.0-nightly.2", "mocha": "6.2.2", "web3": "1.2.4" diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index cfda287f00..c3761a410b 100644 --- a/packages/plugins/nethermind/CHANGELOG.md +++ b/packages/plugins/nethermind/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-nethermind + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 1c1a97dc59..a9d59ac0bb 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -45,9 +45,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index 868eb21e10..9b50086e4e 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-parity + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index a9c56e072a..83bf5d4c3d 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", diff --git a/packages/plugins/plugin-cmd/CHANGELOG.md b/packages/plugins/plugin-cmd/CHANGELOG.md index c55f5be4cd..28404d61c1 100644 --- a/packages/plugins/plugin-cmd/CHANGELOG.md +++ b/packages/plugins/plugin-cmd/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index 38a6733a7a..e2a991d759 100644 --- a/packages/plugins/plugin-cmd/package.json +++ b/packages/plugins/plugin-cmd/package.json @@ -1,6 +1,6 @@ { "name": "embark-plugin-cmd", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -39,7 +39,7 @@ "async": "2.6.1", "core-js": "3.4.3", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1" + "embark-utils": "^5.1.0-nightly.4" }, "devDependencies": { "embark-solo": "^5.1.0-nightly.1", diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index d29e014a26..3582fc5dfc 100644 --- a/packages/plugins/rpc-manager/CHANGELOG.md +++ b/packages/plugins/rpc-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index f11d284412..fd55c1298c 100644 --- a/packages/plugins/rpc-manager/package.json +++ b/packages/plugins/rpc-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-rpc-manager", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -49,10 +49,10 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "2.6.1", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "web3": "1.2.4" }, "devDependencies": { diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index fbf512b300..ce3d1ec8d3 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index b98af68512..83c51f6668 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -45,10 +45,10 @@ "@babel/runtime-corejs3": "7.7.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "handlebars": "4.3.0", "web3-utils": "1.2.4" }, diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index e52d504eed..4b0dbe7433 100644 --- a/packages/plugins/solidity-tests/CHANGELOG.md +++ b/packages/plugins/solidity-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-solidity-tests + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index c6850d43ee..0e00b604da 100644 --- a/packages/plugins/solidity-tests/package.json +++ b/packages/plugins/solidity-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity-tests", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "description": "Plugin to run Embark solidity tests", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "repository": { @@ -52,7 +52,7 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "remix-tests": "0.1.24", "web3": "1.2.4", "yo-yoify": "4.3.0" diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index 492e8c822c..c237227b2e 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 793fe11c6b..56a2fa5ad3 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "semver": "5.6.0", "solc": "0.5.0", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index d3fa47122c..e74c5bc3f4 100644 --- a/packages/plugins/suggestions/CHANGELOG.md +++ b/packages/plugins/suggestions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.1.0-nightly.2](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index efcde33146..8ece1a99ab 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -38,8 +38,8 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0" }, "devDependencies": { diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index 023a8fd381..e5d51cbc63 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-swarm + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index caa909ac92..e37b0279a5 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -51,10 +51,10 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-storage": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0-nightly.4", "embarkjs": "^5.1.0-nightly.2", "embarkjs-swarm": "^5.1.0-nightly.1", "swarm-api": "0.1.2" diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 8d38f3662e..e412490e0d 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index 6f84e89942..304700045d 100644 --- a/packages/plugins/transaction-logger/package.json +++ b/packages/plugins/transaction-logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-logger", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -49,9 +49,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.4", diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index ebbd4800b4..0855c33a34 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index f9dc67cfe4..915a00cb57 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -47,8 +47,8 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0-nightly.4", "embarkjs-web3": "^5.1.0-nightly.1" }, "devDependencies": { diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index d05ddd42d3..5ef29f30bf 100644 --- a/packages/plugins/whisper-geth/CHANGELOG.md +++ b/packages/plugins/whisper-geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index a028bafa74..c06355730f 100644 --- a/packages/plugins/whisper-geth/package.json +++ b/packages/plugins/whisper-geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-geth", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "embarkjs-whisper": "^5.1.0-nightly.1", "rxjs": "6.4.0" }, diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 709b777613..1687fc4934 100644 --- a/packages/plugins/whisper-parity/CHANGELOG.md +++ b/packages/plugins/whisper-parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/whisper-parity/package.json b/packages/plugins/whisper-parity/package.json index 554281df8a..1db6aae58c 100644 --- a/packages/plugins/whisper-parity/package.json +++ b/packages/plugins/whisper-parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-parity", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "embarkjs-whisper": "^5.1.0-nightly.1", "rxjs": "6.4.0" }, diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index bc74a2e4c1..eb5aecca61 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-api + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index c837bc1807..70b22dce67 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -52,10 +52,10 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-ui": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-ui": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0-nightly.4", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", diff --git a/packages/stack/authenticator/CHANGELOG.md b/packages/stack/authenticator/CHANGELOG.md index a19ea3be57..0b0f5b832a 100644 --- a/packages/stack/authenticator/CHANGELOG.md +++ b/packages/stack/authenticator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-authenticator + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index 2beef24830..82e332635a 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "keccakjs": "0.2.3", "uuid": "3.3.2" }, diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index 294eec86c8..e5451c55b0 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-blockchain + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 238de9c44c..2edeb3a42e 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -51,10 +51,10 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1" + "embark-utils": "^5.1.0-nightly.4" }, "devDependencies": { "@babel/core": "7.7.4", diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index 55ba36c9eb..996fc3f1ae 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-communication + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 09fc7d4132..59af9fba63 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -49,9 +49,9 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1" + "embark-utils": "^5.1.0-nightly.4" }, "devDependencies": { "@babel/core": "7.7.4", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index 925c762b9a..be08bf1343 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 991c3eb8c1..367130de11 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,9 +45,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1" + "embark-utils": "^5.1.0-nightly.4" }, "devDependencies": { "@babel/core": "7.7.4", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 78469f71ae..a8216ef05d 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-contracts-manager + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 564fcc81c6..8280e9a64d 100644 --- a/packages/stack/contracts-manager/package.json +++ b/packages/stack/contracts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-contracts-manager", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,10 +50,10 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "web3": "1.2.4", "web3-utils": "1.2.4" }, diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index bb6cb65aeb..e3872d3071 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-deployment + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 6fd6138acf..2cb9a1bb18 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -49,9 +49,9 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1" + "embark-utils": "^5.1.0-nightly.4" }, "devDependencies": { "@babel/core": "7.7.4", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index b2dced2801..c3b035249c 100644 --- a/packages/stack/embarkjs/CHANGELOG.md +++ b/packages/stack/embarkjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index ae2b9befea..5bb1ab240e 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1" }, "devDependencies": { diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index 8cb7476cd1..d58a5eaa5c 100644 --- a/packages/stack/library-manager/CHANGELOG.md +++ b/packages/stack/library-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-library-manager + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index 5f1b14c3d3..3c94bda2d1 100644 --- a/packages/stack/library-manager/package.json +++ b/packages/stack/library-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-library-manager", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -48,7 +48,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index ef4921c95c..245d30bd3a 100644 --- a/packages/stack/pipeline/CHANGELOG.md +++ b/packages/stack/pipeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-pipeline + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index 275017cf9c..55885f7789 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -48,9 +48,9 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "find-up": "2.1.0", "fs-extra": "8.1.0" }, diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index 1620ee0b8c..419e4056a9 100644 --- a/packages/stack/process-logs-api-manager/CHANGELOG.md +++ b/packages/stack/process-logs-api-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index d9939eba53..0c8c0ebb62 100644 --- a/packages/stack/process-logs-api-manager/package.json +++ b/packages/stack/process-logs-api-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-process-logs-api-manager", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -46,7 +46,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-utils": "^5.1.0-nightly.1" + "embark-utils": "^5.1.0-nightly.4" }, "devDependencies": { "embark-solo": "^5.1.0-nightly.1", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index ef4215c2b7..ccd30664bc 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + + +### Bug Fixes + +* **@embark/proxy:** Parse `rpcPort` from config as integer ([9f7c682](https://github.com/embarklabs/embark/commit/9f7c682)) + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 2214aa113b..60c5204ab6 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -51,10 +51,10 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.4", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index 272285a587..5d68f5de39 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-storage + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index a09918bfa5..e38dfb3836 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -48,9 +48,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.4", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index 23e01afbac..cd9af08a25 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-test-runner + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index 6f7abef44c..815629c78d 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -55,7 +55,7 @@ "deep-equal": "1.0.1", "embark-i18n": "^5.1.0-nightly.1", "embark-testing": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "istanbul-lib-coverage": "2.0.5", "istanbul-lib-report": "2.0.8", diff --git a/packages/stack/watcher/CHANGELOG.md b/packages/stack/watcher/CHANGELOG.md index 58f7212aa3..a7e7768643 100644 --- a/packages/stack/watcher/CHANGELOG.md +++ b/packages/stack/watcher/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-watcher + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index 4c926dce29..6d02ccaff9 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -48,7 +48,7 @@ "chokidar": "2.1.6", "core-js": "3.4.3", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1" + "embark-utils": "^5.1.0-nightly.4" }, "devDependencies": { "embark-solo": "^5.1.0-nightly.1", diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index 83a95daaca..41f13f4493 100644 --- a/packages/stack/webserver/CHANGELOG.md +++ b/packages/stack/webserver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) + +**Note:** Version bump only for package embark-webserver + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 6d4c3ea6e1..f985978c91 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -48,7 +48,7 @@ "async": "2.6.1", "core-js": "3.4.3", "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.4", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0",