From 7ae17612ddff173f369d951a5cfb681872be2592 Mon Sep 17 00:00:00 2001 From: EmbarkBot <59620708+embarkbot@users.noreply.github.com> Date: Tue, 24 Mar 2020 00:15:01 +0000 Subject: [PATCH] chore(prerelease): 5.3.0-nightly.13 --- CHANGELOG.md | 23 +++++++++ dapps/templates/boilerplate/CHANGELOG.md | 8 ++++ dapps/templates/boilerplate/package.json | 16 +++---- dapps/templates/demo/CHANGELOG.md | 8 ++++ dapps/templates/demo/package.json | 16 +++---- dapps/templates/simple/CHANGELOG.md | 11 +++++ dapps/templates/simple/package.json | 8 ++-- dapps/tests/app/CHANGELOG.md | 8 ++++ dapps/tests/app/package.json | 16 +++---- dapps/tests/contracts/CHANGELOG.md | 8 ++++ dapps/tests/contracts/package.json | 16 +++---- dapps/tests/teller-contracts/CHANGELOG.md | 8 ++++ dapps/tests/teller-contracts/package.json | 4 +- lerna.json | 2 +- packages/core/code-runner/CHANGELOG.md | 11 +++++ packages/core/code-runner/package.json | 4 +- packages/core/console/CHANGELOG.md | 8 ++++ packages/core/console/package.json | 4 +- packages/core/core/CHANGELOG.md | 12 +++++ packages/core/core/package.json | 2 +- packages/core/engine/CHANGELOG.md | 8 ++++ packages/core/engine/package.json | 48 +++++++++---------- packages/embark/CHANGELOG.md | 12 +++++ packages/embark/package.json | 20 ++++---- packages/embarkjs/snark/CHANGELOG.md | 8 ++++ packages/embarkjs/snark/package.json | 4 +- .../plugins/accounts-manager/CHANGELOG.md | 11 +++++ .../plugins/accounts-manager/package.json | 4 +- packages/plugins/basic-pipeline/CHANGELOG.md | 11 +++++ packages/plugins/basic-pipeline/package.json | 4 +- packages/plugins/coverage/CHANGELOG.md | 8 ++++ packages/plugins/coverage/package.json | 4 +- packages/plugins/deploy-tracker/CHANGELOG.md | 11 +++++ packages/plugins/deploy-tracker/package.json | 2 +- packages/plugins/embarkjs/CHANGELOG.md | 8 ++++ packages/plugins/embarkjs/package.json | 4 +- packages/plugins/ens/CHANGELOG.md | 11 +++++ packages/plugins/ens/package.json | 4 +- .../ethereum-blockchain-client/CHANGELOG.md | 11 +++++ .../ethereum-blockchain-client/package.json | 4 +- packages/plugins/ganache/CHANGELOG.md | 11 +++++ packages/plugins/ganache/package.json | 4 +- packages/plugins/geth/CHANGELOG.md | 11 +++++ packages/plugins/geth/package.json | 4 +- packages/plugins/ipfs/CHANGELOG.md | 11 +++++ packages/plugins/ipfs/package.json | 6 +-- packages/plugins/nethermind/CHANGELOG.md | 11 +++++ packages/plugins/nethermind/package.json | 4 +- packages/plugins/parity/CHANGELOG.md | 11 +++++ packages/plugins/parity/package.json | 4 +- packages/plugins/quorum/CHANGELOG.md | 11 +++++ packages/plugins/quorum/package.json | 6 +-- packages/plugins/rpc-manager/CHANGELOG.md | 11 +++++ packages/plugins/rpc-manager/package.json | 4 +- packages/plugins/scaffolding/CHANGELOG.md | 8 ++++ packages/plugins/scaffolding/package.json | 4 +- packages/plugins/scripts-runner/CHANGELOG.md | 8 ++++ packages/plugins/scripts-runner/package.json | 4 +- packages/plugins/snark/CHANGELOG.md | 8 ++++ packages/plugins/snark/package.json | 6 +-- packages/plugins/solidity/CHANGELOG.md | 8 ++++ packages/plugins/solidity/package.json | 4 +- packages/plugins/suggestions/CHANGELOG.md | 8 ++++ packages/plugins/suggestions/package.json | 4 +- packages/plugins/swarm/CHANGELOG.md | 11 +++++ packages/plugins/swarm/package.json | 6 +-- .../plugins/transaction-logger/CHANGELOG.md | 11 +++++ .../plugins/transaction-logger/package.json | 4 +- packages/plugins/web3/CHANGELOG.md | 8 ++++ packages/plugins/web3/package.json | 4 +- packages/plugins/whisper-geth/CHANGELOG.md | 8 ++++ packages/plugins/whisper-geth/package.json | 4 +- packages/plugins/whisper-parity/CHANGELOG.md | 8 ++++ packages/plugins/whisper-parity/package.json | 4 +- packages/stack/api/CHANGELOG.md | 8 ++++ packages/stack/api/package.json | 4 +- packages/stack/blockchain/CHANGELOG.md | 8 ++++ packages/stack/blockchain/package.json | 4 +- packages/stack/compiler/CHANGELOG.md | 8 ++++ packages/stack/compiler/package.json | 4 +- packages/stack/contracts-manager/CHANGELOG.md | 11 +++++ packages/stack/contracts-manager/package.json | 4 +- packages/stack/deployment/CHANGELOG.md | 11 +++++ packages/stack/deployment/package.json | 4 +- packages/stack/proxy/CHANGELOG.md | 11 +++++ packages/stack/proxy/package.json | 4 +- packages/stack/storage/CHANGELOG.md | 8 ++++ packages/stack/storage/package.json | 4 +- packages/stack/test-runner/CHANGELOG.md | 8 ++++ packages/stack/test-runner/package.json | 4 +- 90 files changed, 587 insertions(+), 147 deletions(-) create mode 100644 packages/plugins/quorum/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 351b9389d3..17a392e88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **@embark-ganache:** fix ganache having different node accounts ([897aa3f](https://github.com/embarklabs/embark/commit/897aa3f)) +* **@embark/blockchain:** fix blockchain plugins' use of async whilst ([fde1eeb](https://github.com/embarklabs/embark/commit/fde1eeb)) +* **@embark/cmd_controller:** don't try to load pipeline module group in build cmd ([0c9b917](https://github.com/embarklabs/embark/commit/0c9b917)) +* **@embark/storage:** Fix hang when changing environments ([edf4347](https://github.com/embarklabs/embark/commit/edf4347)) +* **plugins/basic-pipeline:** ensure correct webpack config is loaded ([031ebe8](https://github.com/embarklabs/embark/commit/031ebe8)) + + +### Features + +* **@embark/accounts-manager:** Get alternative coinbase address ([72e609a](https://github.com/embarklabs/embark/commit/72e609a)) +* **@embark/core:** Support minimum truffle projects ([a454ae8](https://github.com/embarklabs/embark/commit/a454ae8)) +* **@embark/dapps:** Add blockchain config to simple template ([5fe318b](https://github.com/embarklabs/embark/commit/5fe318b)) +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package root diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index a949111ef6..c7e9e01c8d 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **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 d4150b59f9..d417c9b930 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "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,16 +32,16 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.3.0-nightly.12", - "embark-basic-pipeline": "^5.3.0-nightly.12", - "embark-geth": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.13", + "embark-basic-pipeline": "^5.3.0-nightly.13", + "embark-geth": "^5.3.0-nightly.13", "embark-graph": "^5.3.0-nightly.12", - "embark-ipfs": "^5.3.0-nightly.12", - "embark-parity": "^5.3.0-nightly.12", + "embark-ipfs": "^5.3.0-nightly.13", + "embark-parity": "^5.3.0-nightly.13", "embark-profiler": "^5.3.0-nightly.12", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.12", - "embark-whisper-geth": "^5.3.0-nightly.12", + "embark-swarm": "^5.3.0-nightly.13", + "embark-whisper-geth": "^5.3.0-nightly.13", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 5d499db1ea..bff03108d8 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **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 4348545587..2975854a3a 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "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,16 +34,16 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.3.0-nightly.12", - "embark-basic-pipeline": "^5.3.0-nightly.12", - "embark-geth": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.13", + "embark-basic-pipeline": "^5.3.0-nightly.13", + "embark-geth": "^5.3.0-nightly.13", "embark-graph": "^5.3.0-nightly.12", - "embark-ipfs": "^5.3.0-nightly.12", - "embark-parity": "^5.3.0-nightly.12", + "embark-ipfs": "^5.3.0-nightly.13", + "embark-parity": "^5.3.0-nightly.13", "embark-profiler": "^5.3.0-nightly.12", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.12", - "embark-whisper-geth": "^5.3.0-nightly.12", + "embark-swarm": "^5.3.0-nightly.13", + "embark-whisper-geth": "^5.3.0-nightly.13", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index d5d3e39e6c..2e67c079c6 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/dapps:** Add blockchain config to simple template ([5fe318b](https://github.com/embarklabs/embark/commit/5fe318b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **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 df79adb0f7..64255928e6 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "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,12 +28,12 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.3.0-nightly.12", - "embark-geth": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.13", + "embark-geth": "^5.3.0-nightly.13", "embark-reset": "^5.2.3", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-web3": "^5.3.0-nightly.11", "rimraf": "3.0.0" } -} \ No newline at end of file +} diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 40eb712de0..3afe6fc421 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **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 6c6b406f6e..e9edfab16d 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -2,18 +2,18 @@ "description": "Test DApp for integration testing purposes", "devDependencies": { "bootstrap": "3.4.1", - "embark": "^5.3.0-nightly.12", - "embark-basic-pipeline": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.13", + "embark-basic-pipeline": "^5.3.0-nightly.13", "embark-dapp-test-service": "^5.2.3", - "embark-geth": "^5.3.0-nightly.12", + "embark-geth": "^5.3.0-nightly.13", "embark-graph": "^5.3.0-nightly.12", "embark-i18n": "^5.3.0-nightly.5", - "embark-ipfs": "^5.3.0-nightly.12", - "embark-parity": "^5.3.0-nightly.12", + "embark-ipfs": "^5.3.0-nightly.13", + "embark-parity": "^5.3.0-nightly.13", "embark-profiler": "^5.3.0-nightly.12", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.12", - "embark-whisper-geth": "^5.3.0-nightly.12", + "embark-swarm": "^5.3.0-nightly.13", + "embark-whisper-geth": "^5.3.0-nightly.13", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", @@ -39,5 +39,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.3.0-nightly.12" + "version": "5.3.0-nightly.13" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index f1cdaeba24..3d672baab3 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **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 d960749968..e4f32570bf 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,16 +1,16 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.3.0-nightly.12", - "embark-basic-pipeline": "^5.3.0-nightly.12", - "embark-geth": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.13", + "embark-basic-pipeline": "^5.3.0-nightly.13", + "embark-geth": "^5.3.0-nightly.13", "embark-graph": "^5.3.0-nightly.12", - "embark-ipfs": "^5.3.0-nightly.12", - "embark-parity": "^5.3.0-nightly.12", + "embark-ipfs": "^5.3.0-nightly.13", + "embark-parity": "^5.3.0-nightly.13", "embark-profiler": "^5.3.0-nightly.12", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.12", - "embark-whisper-geth": "^5.3.0-nightly.12", + "embark-swarm": "^5.3.0-nightly.13", + "embark-whisper-geth": "^5.3.0-nightly.13", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", @@ -29,5 +29,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.3.0-nightly.12" + "version": "5.3.0-nightly.13" } diff --git a/dapps/tests/teller-contracts/CHANGELOG.md b/dapps/tests/teller-contracts/CHANGELOG.md index 5743b41ffb..606d8f59ce 100644 --- a/dapps/tests/teller-contracts/CHANGELOG.md +++ b/dapps/tests/teller-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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-dapp-test-teller-contracts + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-dapp-test-teller-contracts diff --git a/dapps/tests/teller-contracts/package.json b/dapps/tests/teller-contracts/package.json index a065edcda7..a69dbb2542 100644 --- a/dapps/tests/teller-contracts/package.json +++ b/dapps/tests/teller-contracts/package.json @@ -1,7 +1,7 @@ { "name": "embark-dapp-test-teller-contracts", "description": "Test Teller contracts for integration testing purposes", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "scripts": { "ci": "npm run qa", "clean": "npm run reset", @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "devDependencies": { - "embark": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.13", "embark-reset": "^5.2.3", "rimraf": "3.0.0" } diff --git a/lerna.json b/lerna.json index 95089278b8..8784c79e40 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.3.0-nightly.12" + "version": "5.3.0-nightly.13" } diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 8d7edf4620..3e4b055d6c 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-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 87d61d7c50..65e57059ab 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -57,7 +57,7 @@ "async": "3.2.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 25bc41fc4b..f1168f475b 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-console + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index fc9c941037..0a38b4c826 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -56,7 +56,7 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "fs-extra": "8.1.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 2c511c0921..cb1e945acb 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/core:** Support minimum truffle projects ([a454ae8](https://github.com/embarklabs/embark/commit/a454ae8)) +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 334303b85e..03bb58ad8f 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index a834d05b6d..fe503363fd 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-engine + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index e55fa299a6..cc59be575b 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -47,24 +47,24 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.3.0-nightly.12", - "embark-api": "^5.3.0-nightly.12", + "embark-accounts-manager": "^5.3.0-nightly.13", + "embark-api": "^5.3.0-nightly.13", "embark-authenticator": "^5.3.0-nightly.12", - "embark-blockchain": "^5.3.0-nightly.12", - "embark-code-runner": "^5.3.0-nightly.12", + "embark-blockchain": "^5.3.0-nightly.13", + "embark-code-runner": "^5.3.0-nightly.13", "embark-communication": "^5.3.0-nightly.12", - "embark-compiler": "^5.3.0-nightly.12", - "embark-console": "^5.3.0-nightly.12", - "embark-contracts-manager": "^5.3.0-nightly.12", - "embark-core": "^5.3.0-nightly.12", - "embark-coverage": "^5.3.0-nightly.12", + "embark-compiler": "^5.3.0-nightly.13", + "embark-console": "^5.3.0-nightly.13", + "embark-contracts-manager": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.13", + "embark-coverage": "^5.3.0-nightly.13", "embark-debugger": "^5.3.0-nightly.6", - "embark-deployment": "^5.3.0-nightly.12", - "embark-embarkjs": "^5.3.0-nightly.12", - "embark-ens": "^5.3.0-nightly.12", - "embark-ethereum-blockchain-client": "^5.3.0-nightly.12", - "embark-ganache": "^5.3.0-nightly.12", - "embark-geth": "^5.3.0-nightly.12", + "embark-deployment": "^5.3.0-nightly.13", + "embark-embarkjs": "^5.3.0-nightly.13", + "embark-ens": "^5.3.0-nightly.13", + "embark-ethereum-blockchain-client": "^5.3.0-nightly.13", + "embark-ganache": "^5.3.0-nightly.13", + "embark-geth": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-library-manager": "^5.3.0-nightly.12", "embark-logger": "^5.3.0-nightly.12", @@ -73,20 +73,20 @@ "embark-pipeline": "^5.3.0-nightly.12", "embark-plugin-cmd": "^5.3.0-nightly.12", "embark-process-logs-api-manager": "^5.3.0-nightly.12", - "embark-proxy": "^5.3.0-nightly.12", - "embark-rpc-manager": "^5.3.0-nightly.12", - "embark-scaffolding": "^5.3.0-nightly.12", - "embark-solidity": "^5.3.0-nightly.12", + "embark-proxy": "^5.3.0-nightly.13", + "embark-rpc-manager": "^5.3.0-nightly.13", + "embark-scaffolding": "^5.3.0-nightly.13", + "embark-solidity": "^5.3.0-nightly.13", "embark-solidity-tests": "^5.3.0-nightly.12", "embark-specialconfigs": "^5.3.0-nightly.12", - "embark-storage": "^5.3.0-nightly.12", - "embark-test-runner": "^5.3.0-nightly.12", - "embark-transaction-logger": "^5.3.0-nightly.12", + "embark-storage": "^5.3.0-nightly.13", + "embark-test-runner": "^5.3.0-nightly.13", + "embark-transaction-logger": "^5.3.0-nightly.13", "embark-transaction-tracker": "^5.3.0-nightly.6", "embark-utils": "^5.3.0-nightly.12", "embark-vyper": "^5.3.0-nightly.6", "embark-watcher": "^5.3.0-nightly.12", - "embark-web3": "^5.3.0-nightly.12", + "embark-web3": "^5.3.0-nightly.13", "embark-webserver": "^5.3.0-nightly.12", "fs-extra": "8.1.0" }, diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index baa773bb7c..ad39ed5942 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **@embark/cmd_controller:** don't try to load pipeline module group in build cmd ([0c9b917](https://github.com/embarklabs/embark/commit/0c9b917)) +* **plugins/basic-pipeline:** ensure correct webpack config is loaded ([031ebe8](https://github.com/embarklabs/embark/commit/031ebe8)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index 80d72c02e6..babacf94e6 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -75,13 +75,13 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.3.0-nightly.12", - "embark-deploy-tracker": "^5.3.0-nightly.12", - "embark-engine": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", + "embark-deploy-tracker": "^5.3.0-nightly.13", + "embark-engine": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-reset": "^5.2.3", - "embark-suggestions": "^5.3.0-nightly.12", + "embark-suggestions": "^5.3.0-nightly.13", "embark-utils": "^5.3.0-nightly.12", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", @@ -132,15 +132,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.3.0-nightly.12", - "embark-compiler": "^5.3.0-nightly.12", - "embark-contracts-manager": "^5.3.0-nightly.12", - "embark-solidity": "^5.3.0-nightly.12", + "embark-code-runner": "^5.3.0-nightly.13", + "embark-compiler": "^5.3.0-nightly.13", + "embark-contracts-manager": "^5.3.0-nightly.13", + "embark-solidity": "^5.3.0-nightly.13", "embark-solo": "^5.2.3", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", "embark-testing": "^5.3.0-nightly.12", - "embark-transaction-logger": "^5.3.0-nightly.12", + "embark-transaction-logger": "^5.3.0-nightly.13", "eslint": "6.8.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/embarkjs/snark/CHANGELOG.md b/packages/embarkjs/snark/CHANGELOG.md index 8a952ef48b..036ec46266 100644 --- a/packages/embarkjs/snark/CHANGELOG.md +++ b/packages/embarkjs/snark/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.3.0-nightly.13](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embarkjs-snark + + + + + # [5.3.0-nightly.12](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embarkjs-snark diff --git a/packages/embarkjs/snark/package.json b/packages/embarkjs/snark/package.json index 4581eb2391..c5cc443e68 100644 --- a/packages/embarkjs/snark/package.json +++ b/packages/embarkjs/snark/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-snark", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [ "Eric Mastro (https://github.com/emizzle/)" @@ -58,7 +58,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.6.4", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embarkjs": "^5.3.0-nightly.6", "fs-extra": "8.1.0", "snarkjs": "0.1.20" diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 050364fffb..62413e3bb4 100644 --- a/packages/plugins/accounts-manager/CHANGELOG.md +++ b/packages/plugins/accounts-manager/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/accounts-manager:** Get alternative coinbase address ([72e609a](https://github.com/embarklabs/embark/commit/72e609a)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-accounts-manager diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index 6b4e348d99..a1112dc0d0 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "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", @@ -49,7 +49,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 592b859b39..87115bf627 100644 --- a/packages/plugins/basic-pipeline/CHANGELOG.md +++ b/packages/plugins/basic-pipeline/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **plugins/basic-pipeline:** ensure correct webpack config is loaded ([031ebe8](https://github.com/embarklabs/embark/commit/031ebe8)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-basic-pipeline diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index d5de372550..baad9670a1 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -76,7 +76,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "file-loader": "5.0.2", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index 77ee684c99..3e5a60357b 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 4933568441..c97f3ed0a6 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -56,7 +56,7 @@ "@types/prettier": "1.16.4", "@types/semver": "7.1.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-utils": "^5.3.0-nightly.12", "fs-extra": "8.1.0", "globule": "1.2.1", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index db9ef0492f..3d17ce558f 100644 --- a/packages/plugins/deploy-tracker/CHANGELOG.md +++ b/packages/plugins/deploy-tracker/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-deploy-tracker diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index cebbaea4fa..b3db06bb49 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", diff --git a/packages/plugins/embarkjs/CHANGELOG.md b/packages/plugins/embarkjs/CHANGELOG.md index 6ddb1852bf..377d5c77a0 100644 --- a/packages/plugins/embarkjs/CHANGELOG.md +++ b/packages/plugins/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/plugins/embarkjs/package.json b/packages/plugins/embarkjs/package.json index e5fdfa3376..b4699ce3c3 100644 --- a/packages/plugins/embarkjs/package.json +++ b/packages/plugins/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embarkjs": "^5.3.0-nightly.6", "web3": "1.2.6" diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 04940b86d8..f5aa048d34 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index cc1ee2be55..c9b960da14 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "embarkjs": "^5.3.0-nightly.6", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index 99005c0227..29a64bd43b 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-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 0370b9488d..4908c7f502 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "embarkjs": "^5.3.0-nightly.6", diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index 79f23e2670..e1b988741b 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **@embark-ganache:** fix ganache having different node accounts ([897aa3f](https://github.com/embarklabs/embark/commit/897aa3f)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 8232161941..20e37accd2 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -47,7 +47,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "ganache-cli": "6.8.2" diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index e5095a9a98..41cb0f4e5e 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **@embark/blockchain:** fix blockchain plugins' use of async whilst ([fde1eeb](https://github.com/embarklabs/embark/commit/fde1eeb)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 683249938f..4652dd6165 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -50,7 +50,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index b166526671..7c7c587f2b 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **@embark/storage:** Fix hang when changing environments ([edf4347](https://github.com/embarklabs/embark/commit/edf4347)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 889acfb70e..27ac7fd903 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -52,9 +52,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", - "embark-storage": "^5.3.0-nightly.12", + "embark-storage": "^5.3.0-nightly.13", "embark-utils": "^5.3.0-nightly.12", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 89bdab708e..097b1ed0f8 100644 --- a/packages/plugins/nethermind/CHANGELOG.md +++ b/packages/plugins/nethermind/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 6d1a38da96..3cf1613f31 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -46,7 +46,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index 59de76578b..d845923d9c 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **@embark/blockchain:** fix blockchain plugins' use of async whilst ([fde1eeb](https://github.com/embarklabs/embark/commit/fde1eeb)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index 806141bf20..eafdfa1d26 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/quorum/CHANGELOG.md b/packages/plugins/quorum/CHANGELOG.md new file mode 100644 index 0000000000..f02654be46 --- /dev/null +++ b/packages/plugins/quorum/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) diff --git a/packages/plugins/quorum/package.json b/packages/plugins/quorum/package.json index 3c377ff81d..78f4991485 100644 --- a/packages/plugins/quorum/package.json +++ b/packages/plugins/quorum/package.json @@ -1,6 +1,6 @@ { "name": "embark-quorum", - "version": "5.3.0-nightly.4", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Quorum blockchain client plugin for Embark", @@ -44,7 +44,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.4", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.4", "embark-utils": "^5.3.0-nightly.4", "ethers": "4.0.40", @@ -62,4 +62,4 @@ "npm": ">=6.11.3", "yarn": ">=1.19.1" } -} \ No newline at end of file +} diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 8379639936..80780393a5 100644 --- a/packages/plugins/rpc-manager/CHANGELOG.md +++ b/packages/plugins/rpc-manager/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-rpc-manager diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index 45a3d7dd37..d0178b2e38 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -54,7 +54,7 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "3.2.0", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index 9aa0262916..6a75a0759b 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 4cdb14af76..de820b4f92 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -46,7 +46,7 @@ "@babel/runtime-corejs3": "7.8.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/scripts-runner/CHANGELOG.md b/packages/plugins/scripts-runner/CHANGELOG.md index 4e79956f98..e286b01bc1 100644 --- a/packages/plugins/scripts-runner/CHANGELOG.md +++ b/packages/plugins/scripts-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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-scripts-runner + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-scripts-runner diff --git a/packages/plugins/scripts-runner/package.json b/packages/plugins/scripts-runner/package.json index 9f40cee164..951dbc6f5c 100644 --- a/packages/plugins/scripts-runner/package.json +++ b/packages/plugins/scripts-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-scripts-runner", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "description": "Embark Scripts Runner", "repository": { "directory": "packages/plugins/scripts-runner", @@ -45,7 +45,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js-pure": "3.6.4", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/snark/CHANGELOG.md b/packages/plugins/snark/CHANGELOG.md index b28414e37e..8d37698d1f 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-snark + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-snark diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 61b7a0bedf..2f20ef0eb2 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Anthony Laibe", "contributors": [ "Michael Bradley (https://github.com/michaelsbradleyjr/)", @@ -56,10 +56,10 @@ "@babel/runtime-corejs3": "7.8.4", "circom": "0.0.35", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", - "embarkjs-snark": "^5.3.0-nightly.12", + "embarkjs-snark": "^5.3.0-nightly.13", "find-up": "4.1.0", "glob": "7.1.4", "node-object-hash": "2.0.0", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index af0014d6c0..d8317c97e6 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index ccf6326547..b22492c583 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "find-up": "4.1.0", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 32e6da3cdd..7388808381 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.3.0-nightly.13](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.3.0-nightly.12](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index d6bbba2d22..7b942ee2ec 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -47,7 +47,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-utils": "^5.3.0-nightly.12", "fs-extra": "8.1.0" }, diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index 6ba6b11b12..b38d941c1a 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Bug Fixes + +* **@embark/storage:** Fix hang when changing environments ([edf4347](https://github.com/embarklabs/embark/commit/edf4347)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index 3719b58b8b..f78aa5d127 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -52,9 +52,9 @@ "async": "3.2.0", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", - "embark-storage": "^5.3.0-nightly.12", + "embark-storage": "^5.3.0-nightly.13", "embark-utils": "^5.3.0-nightly.12", "embarkjs": "^5.3.0-nightly.6", "embarkjs-swarm": "^5.3.0-nightly.11", diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 0296d0985b..17aac7cedd 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-transaction-logger diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index e6ac79be19..76961facf6 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -50,7 +50,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "ethereumjs-tx": "1.3.7", diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index 6c12183235..aca9610275 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 4e102562ea..f5c0360a63 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "embarkjs-web3": "^5.3.0-nightly.11", diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index 435c477f95..90afa8f42d 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-whisper-geth diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index 3f1b8b0cca..cc4a0b3d38 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 912c52eb09..7ed743fc0a 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-whisper-parity diff --git a/packages/plugins/whisper-parity/package.json b/packages/plugins/whisper-parity/package.json index ffeb3e26f5..54d447842d 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "embarkjs": "^5.3.0-nightly.6", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 64f7c01339..03492119bd 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-api + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 01dabaa919..2dcb0aaf81 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -53,7 +53,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-ui": "^5.3.0-nightly.7", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index f2d24be4f3..f6db8b9868 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-blockchain + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 6b9a8fc868..536e65d316 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -59,7 +59,7 @@ "async": "3.2.0", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-testing": "^5.3.0-nightly.12", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index b8bef58991..d41bb94e73 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index c91ae5137c..fa56126d74 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -54,7 +54,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12" }, diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index bc93c1c86c..90624bc31e 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-contracts-manager diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 922c9eb7c7..09c9c14340 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -51,7 +51,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.6.4", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index b1c3fb33ac..51cfd8ed9d 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 813aa29a1b..cea85730e8 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -54,7 +54,7 @@ "async": "3.2.0", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12" }, diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 421d0c0b83..5fbcf3a0ee 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + + +### Features + +* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index f601d7549a..59c34ff1ce 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -53,7 +53,7 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index ab01ce6e15..f2b5740b8e 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-storage + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 9a3e84e00a..d4f3aea734 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -53,7 +53,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.12", "lodash.clonedeep": "4.5.0", diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index 47f150bb0e..8ce206c221 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.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) + +**Note:** Version bump only for package embark-test-runner + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-test-runner diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index 8fcc071394..90d3f2f02b 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.3.0-nightly.12", + "version": "5.3.0-nightly.13", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -58,7 +58,7 @@ "chalk": "2.4.2", "core-js": "3.4.3", "deep-equal": "1.0.1", - "embark-core": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.13", "embark-i18n": "^5.3.0-nightly.5", "embark-testing": "^5.3.0-nightly.12", "embark-utils": "^5.3.0-nightly.12",