From 414de52203b4e5e45ba828db5000ab53713ea936 Mon Sep 17 00:00:00 2001 From: EmbarkBot <59620708+embarkbot@users.noreply.github.com> Date: Fri, 14 Feb 2020 00:14:39 +0000 Subject: [PATCH] chore(prerelease): 5.2.0-nightly.3 --- CHANGELOG.md | 18 ++++ dapps/templates/boilerplate/CHANGELOG.md | 11 +++ dapps/templates/boilerplate/package.json | 18 ++-- dapps/templates/demo/CHANGELOG.md | 11 +++ dapps/templates/demo/package.json | 18 ++-- dapps/templates/simple/CHANGELOG.md | 11 +++ dapps/templates/simple/package.json | 12 +-- dapps/tests/app/CHANGELOG.md | 11 +++ dapps/tests/app/package.json | 18 ++-- dapps/tests/contracts/CHANGELOG.md | 11 +++ dapps/tests/contracts/package.json | 18 ++-- lerna.json | 2 +- packages/core/code-runner/CHANGELOG.md | 8 ++ packages/core/code-runner/package.json | 10 +-- packages/core/console/CHANGELOG.md | 8 ++ packages/core/console/package.json | 10 +-- packages/core/core/CHANGELOG.md | 11 +++ packages/core/core/package.json | 6 +- packages/core/engine/CHANGELOG.md | 11 +++ packages/core/engine/package.json | 84 +++++++++---------- packages/core/logger/CHANGELOG.md | 11 +++ packages/core/logger/package.json | 4 +- packages/core/utils/CHANGELOG.md | 11 +++ packages/core/utils/package.json | 4 +- packages/embark/CHANGELOG.md | 8 ++ packages/embark/package.json | 28 +++---- .../plugins/accounts-manager/CHANGELOG.md | 8 ++ .../plugins/accounts-manager/package.json | 8 +- packages/plugins/basic-pipeline/CHANGELOG.md | 8 ++ packages/plugins/basic-pipeline/package.json | 8 +- 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 | 6 +- packages/plugins/ens/CHANGELOG.md | 8 ++ packages/plugins/ens/package.json | 8 +- .../ethereum-blockchain-client/CHANGELOG.md | 11 +++ .../ethereum-blockchain-client/package.json | 6 +- packages/plugins/geth/CHANGELOG.md | 11 +++ packages/plugins/geth/package.json | 8 +- packages/plugins/graph/CHANGELOG.md | 11 +++ packages/plugins/graph/package.json | 4 +- 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 | 11 +++ packages/plugins/parity/package.json | 6 +- packages/plugins/plugin-cmd/CHANGELOG.md | 8 ++ packages/plugins/plugin-cmd/package.json | 4 +- packages/plugins/profiler/CHANGELOG.md | 11 +++ packages/plugins/profiler/package.json | 4 +- packages/plugins/rpc-manager/CHANGELOG.md | 8 ++ packages/plugins/rpc-manager/package.json | 8 +- packages/plugins/scaffolding/CHANGELOG.md | 8 ++ packages/plugins/scaffolding/package.json | 8 +- packages/plugins/scripts-runner/CHANGELOG.md | 8 ++ packages/plugins/scripts-runner/package.json | 10 +-- 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 | 8 +- 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 | 6 +- packages/stack/authenticator/CHANGELOG.md | 8 ++ packages/stack/authenticator/package.json | 4 +- packages/stack/blockchain/CHANGELOG.md | 11 +++ packages/stack/blockchain/package.json | 10 +-- packages/stack/communication/CHANGELOG.md | 11 +++ packages/stack/communication/package.json | 6 +- packages/stack/compiler/CHANGELOG.md | 8 ++ packages/stack/compiler/package.json | 8 +- packages/stack/contracts-manager/CHANGELOG.md | 11 +++ packages/stack/contracts-manager/package.json | 8 +- 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 | 4 +- .../process-logs-api-manager/CHANGELOG.md | 8 ++ .../process-logs-api-manager/package.json | 4 +- packages/stack/proxy/CHANGELOG.md | 8 ++ packages/stack/proxy/package.json | 8 +- packages/stack/storage/CHANGELOG.md | 11 +++ packages/stack/storage/package.json | 6 +- packages/stack/test-runner/CHANGELOG.md | 8 ++ packages/stack/test-runner/package.json | 6 +- packages/stack/watcher/CHANGELOG.md | 8 ++ packages/stack/watcher/package.json | 4 +- packages/stack/webserver/CHANGELOG.md | 8 ++ packages/stack/webserver/package.json | 4 +- packages/utils/testing/CHANGELOG.md | 8 ++ packages/utils/testing/package.json | 2 +- 110 files changed, 748 insertions(+), 244 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db86b0bd6..77773f896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Bug Fixes + +* **@embark/deployment:** fix undefined in nb arguments in deploy ([0016581](https://github.com/embarklabs/embark/commit/0016581)) +* **@embark/logger:** Remove `writeToFile` for logger `dir` ([e9be40c](https://github.com/embarklabs/embark/commit/e9be40c)) +* **stack/contracts-manager:** ensure custom `abiDefinition` is set properly if provided ([b4b4848](https://github.com/embarklabs/embark/commit/b4b4848)) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index 49eb8bd48..bcf644526 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index d25b61516..e830feecd 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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,21 +32,21 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.2", + "embark": "^5.2.0-nightly.3", + "embark-geth": "^5.2.0-nightly.3", + "embark-graph": "^5.2.0-nightly.3", + "embark-ipfs": "^5.2.0-nightly.3", + "embark-parity": "^5.2.0-nightly.3", + "embark-profiler": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", + "embark-swarm": "^5.2.0-nightly.3", + "embark-whisper-geth": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", - "embark-ipfs": "^5.2.0-nightly.1", - "embark-swarm": "^5.2.0-nightly.1", - "embark-whisper-geth": "^5.2.0-nightly.1", - "embark-geth": "^5.2.0-nightly.1", - "embark-parity": "^5.2.0-nightly.1", - "embark-profiler": "^5.1.1", - "embark-graph": "^5.1.1", "rimraf": "3.0.0" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 81b6c5a7a..76d496aa9 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 770bf6ddf..b39131942 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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,21 +34,21 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.2.0-nightly.2", + "embark": "^5.2.0-nightly.3", + "embark-geth": "^5.2.0-nightly.3", + "embark-graph": "^5.2.0-nightly.3", + "embark-ipfs": "^5.2.0-nightly.3", + "embark-parity": "^5.2.0-nightly.3", + "embark-profiler": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", + "embark-swarm": "^5.2.0-nightly.3", + "embark-whisper-geth": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", - "embark-ipfs": "^5.2.0-nightly.1", - "embark-swarm": "^5.2.0-nightly.1", - "embark-whisper-geth": "^5.2.0-nightly.1", - "embark-geth": "^5.2.0-nightly.1", - "embark-parity": "^5.2.0-nightly.1", - "embark-profiler": "^5.1.1", - "embark-graph": "^5.1.1", "jquery": "3.4.1", "popper.js": "1.15.0", "react": "16.12.0", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 38e24d006..de2dfb40d 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index 24d7c9f8a..7f713c435 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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,15 +28,15 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.2", + "embark": "^5.2.0-nightly.3", + "embark-geth": "^5.2.0-nightly.3", + "embark-graph": "^5.2.0-nightly.3", + "embark-parity": "^5.2.0-nightly.3", + "embark-profiler": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-web3": "^5.2.0-nightly.2", - "embark-geth": "^5.2.0-nightly.2", - "embark-parity": "^5.2.0-nightly.2", - "embark-profiler": "^5.1.1", - "embark-graph": "^5.1.1", "rimraf": "3.0.0" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 64156ea73..9d8a06f92 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index 6f219ce44..a0fc891aa 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,23 +3,23 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.2.0-nightly.2", + "embark": "^5.2.0-nightly.3", "embark-dapp-test-service": "^5.0.0", + "embark-geth": "^5.2.0-nightly.3", + "embark-graph": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", + "embark-ipfs": "^5.2.0-nightly.3", + "embark-parity": "^5.2.0-nightly.3", + "embark-profiler": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", + "embark-swarm": "^5.2.0-nightly.3", + "embark-whisper-geth": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", - "embark-ipfs": "^5.2.0-nightly.1", - "embark-swarm": "^5.2.0-nightly.1", - "embark-whisper-geth": "^5.2.0-nightly.1", - "embark-geth": "^5.2.0-nightly.1", - "embark-parity": "^5.2.0-nightly.1", - "embark-profiler": "^5.1.1", - "embark-graph": "^5.1.1", "fs-extra": "8.1.0", "haml": "0.4.3", "jquery": "3.4.0", @@ -39,5 +39,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.2" + "version": "5.2.0-nightly.3" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 3e865c506..91b06d951 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index e50a2e2b0..7a9e46fa5 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,21 +1,21 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.2.0-nightly.2", + "embark": "^5.2.0-nightly.3", + "embark-geth": "^5.2.0-nightly.3", + "embark-graph": "^5.2.0-nightly.3", + "embark-ipfs": "^5.2.0-nightly.3", + "embark-parity": "^5.2.0-nightly.3", + "embark-profiler": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", + "embark-swarm": "^5.2.0-nightly.3", + "embark-whisper-geth": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", - "embark-ipfs": "^5.2.0-nightly.1", - "embark-swarm": "^5.2.0-nightly.1", - "embark-whisper-geth": "^5.2.0-nightly.1", - "embark-geth": "^5.2.0-nightly.1", - "embark-parity": "^5.2.0-nightly.1", - "embark-profiler": "^5.1.1", - "embark-graph": "^5.1.1", "rimraf": "3.0.0" }, "license": "MIT", @@ -28,5 +28,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.2" + "version": "5.2.0-nightly.3" } diff --git a/lerna.json b/lerna.json index 391372433..756a818f6 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.2.0-nightly.2" + "version": "5.2.0-nightly.3" } diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index e90edfe0c..03e7ff02f 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-code-runner + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 ebd0866cd..2fd6efafe 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.3", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "fs-extra": "8.1.0", "parse-json": "5.0.0", @@ -65,7 +65,7 @@ "@babel/core": "7.7.7", "babel-jest": "24.9.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 631737b6d..0c80a78ce 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-console + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 38b126210..ed31058e9 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -50,18 +50,18 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-logger": "^5.1.2-nightly.0", + "embark-logger": "^5.2.0-nightly.3", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 74772ee48..0e30b0044 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 1e1107b0c..6abe78902 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -55,8 +55,8 @@ "decompress": "4.2.0", "deep-equal": "1.0.1", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "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 d17ab9c8d..deffa6271 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 832954eb5..250d5b53c 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", - "embark-api": "^5.2.0-nightly.2", - "embark-authenticator": "^5.2.0-nightly.1", - "embark-basic-pipeline": "^5.2.0-nightly.2", - "embark-blockchain": "^5.2.0-nightly.2", + "embark-accounts-manager": "^5.2.0-nightly.3", + "embark-api": "^5.2.0-nightly.3", + "embark-authenticator": "^5.2.0-nightly.3", + "embark-basic-pipeline": "^5.2.0-nightly.3", + "embark-blockchain": "^5.2.0-nightly.3", "embark-blockchain-client": "^5.1.1", - "embark-code-runner": "^5.2.0-nightly.2", - "embark-communication": "^5.2.0-nightly.1", - "embark-compiler": "^5.2.0-nightly.2", - "embark-console": "^5.2.0-nightly.2", - "embark-contracts-manager": "^5.2.0-nightly.2", - "embark-core": "^5.2.0-nightly.2", - "embark-coverage": "^5.2.0-nightly.2", + "embark-code-runner": "^5.2.0-nightly.3", + "embark-communication": "^5.2.0-nightly.3", + "embark-compiler": "^5.2.0-nightly.3", + "embark-console": "^5.2.0-nightly.3", + "embark-contracts-manager": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.3", + "embark-coverage": "^5.2.0-nightly.3", "embark-debugger": "^5.1.1", - "embark-deployment": "^5.2.0-nightly.1", - "embark-embarkjs": "^5.2.0-nightly.2", - "embark-ens": "^5.2.0-nightly.2", - "embark-ethereum-blockchain-client": "^5.2.0-nightly.2", + "embark-deployment": "^5.2.0-nightly.3", + "embark-embarkjs": "^5.2.0-nightly.3", + "embark-ens": "^5.2.0-nightly.3", + "embark-ethereum-blockchain-client": "^5.2.0-nightly.3", "embark-ganache": "^5.1.1", - "embark-geth": "^5.2.0-nightly.2", - "embark-ipfs": "^5.2.0-nightly.2", - "embark-library-manager": "^5.2.0-nightly.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-mocha-tests": "^5.2.0-nightly.2", + "embark-geth": "^5.2.0-nightly.3", + "embark-ipfs": "^5.2.0-nightly.3", + "embark-library-manager": "^5.2.0-nightly.3", + "embark-logger": "^5.2.0-nightly.3", + "embark-mocha-tests": "^5.2.0-nightly.3", "embark-namesystem": "^5.1.1", - "embark-parity": "^5.2.0-nightly.2", - "embark-pipeline": "^5.2.0-nightly.2", - "embark-plugin-cmd": "^5.2.0-nightly.1", - "embark-process-logs-api-manager": "^5.2.0-nightly.1", - "embark-profiler": "^5.1.1", - "embark-proxy": "^5.2.0-nightly.2", - "embark-rpc-manager": "^5.2.0-nightly.2", - "embark-scaffolding": "^5.2.0-nightly.2", - "embark-solidity": "^5.2.0-nightly.2", - "embark-solidity-tests": "^5.2.0-nightly.1", + "embark-parity": "^5.2.0-nightly.3", + "embark-pipeline": "^5.2.0-nightly.3", + "embark-plugin-cmd": "^5.2.0-nightly.3", + "embark-process-logs-api-manager": "^5.2.0-nightly.3", + "embark-profiler": "^5.2.0-nightly.3", + "embark-proxy": "^5.2.0-nightly.3", + "embark-rpc-manager": "^5.2.0-nightly.3", + "embark-scaffolding": "^5.2.0-nightly.3", + "embark-solidity": "^5.2.0-nightly.3", + "embark-solidity-tests": "^5.2.0-nightly.3", "embark-specialconfigs": "^5.1.1", - "embark-storage": "^5.2.0-nightly.2", - "embark-swarm": "^5.2.0-nightly.2", - "embark-test-runner": "^5.2.0-nightly.1", - "embark-transaction-logger": "^5.2.0-nightly.2", + "embark-storage": "^5.2.0-nightly.3", + "embark-swarm": "^5.2.0-nightly.3", + "embark-test-runner": "^5.2.0-nightly.3", + "embark-transaction-logger": "^5.2.0-nightly.3", "embark-transaction-tracker": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "embark-vyper": "^5.1.1", - "embark-watcher": "^5.2.0-nightly.1", - "embark-web3": "^5.2.0-nightly.2", - "embark-webserver": "^5.2.0-nightly.1", - "embark-whisper-geth": "^5.2.0-nightly.2", - "embark-whisper-parity": "^5.2.0-nightly.2" + "embark-watcher": "^5.2.0-nightly.3", + "embark-web3": "^5.2.0-nightly.3", + "embark-webserver": "^5.2.0-nightly.3", + "embark-whisper-geth": "^5.2.0-nightly.3", + "embark-whisper-parity": "^5.2.0-nightly.3" }, "devDependencies": { "embark-solo": "^5.1.1", diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index 62b65835e..e99b8f249 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Bug Fixes + +* **@embark/logger:** Remove `writeToFile` for logger `dir` ([e9be40c](https://github.com/embarklabs/embark/commit/e9be40c)) + + + + + ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) **Note:** Version bump only for package embark-logger diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index e09366602..a5268f106 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.1.2-nightly.0", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -56,7 +56,7 @@ "@babel/core": "7.7.7", "babel-jest": "24.9.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "6.8.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index b59007ecf..e96f36600 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 1d751161e..68b2ce87c 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", @@ -57,7 +57,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", + "embark-logger": "^5.2.0-nightly.3", "find-up": "2.1.0", "follow-redirects": "1.9.0", "fs-extra": "8.1.0", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 1f4966f0d..95371cb2e 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/packages/embark/package.json b/packages/embark/package.json index 7c8ea38d1..ec28c8564 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", - "embark-deploy-tracker": "^5.2.0-nightly.1", - "embark-engine": "^5.2.0-nightly.2", - "embark-graph": "^5.1.1", + "embark-core": "^5.2.0-nightly.3", + "embark-deploy-tracker": "^5.2.0-nightly.3", + "embark-engine": "^5.2.0-nightly.3", + "embark-graph": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", + "embark-logger": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", - "embark-suggestions": "^5.2.0-nightly.2", - "embark-utils": "^5.2.0-nightly.1", + "embark-suggestions": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -139,15 +139,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.2.0-nightly.2", - "embark-compiler": "^5.2.0-nightly.2", - "embark-contracts-manager": "^5.2.0-nightly.2", - "embark-solidity": "^5.2.0-nightly.2", + "embark-code-runner": "^5.2.0-nightly.3", + "embark-compiler": "^5.2.0-nightly.3", + "embark-contracts-manager": "^5.2.0-nightly.3", + "embark-solidity": "^5.2.0-nightly.3", "embark-solo": "^5.1.1", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.1.1", - "embark-transaction-logger": "^5.2.0-nightly.2", + "embark-testing": "^5.2.0-nightly.3", + "embark-transaction-logger": "^5.2.0-nightly.3", "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 f21b69241..9886f5f7e 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 952cc1acf..b2c890df2 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 2f3eb253c..321cfeeb0 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 6ac9bebf1..336c67a36 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", @@ -89,7 +89,7 @@ "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index a81ac2ba0..12b927981 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 192141f87..5e6797b2b 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", - "embark-utils": "^5.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "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 c8e487a5d..cef57bac6 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 89c529744..f7f517b4d 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.2.0-nightly.1", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -46,8 +46,8 @@ }, "dependencies": { "colors": "1.3.2", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", "web3": "1.2.6" }, diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 4d1fa93d0..279a78994 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-ens + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 448e29441..24bd36d5a 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "eth-ens-namehash": "2.0.8", @@ -60,7 +60,7 @@ "babel-eslint": "10.0.3", "babel-jest": "24.9.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "5.7.0", "eslint-plugin-jest": "22.5.1", "jest": "24.9.0", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index 2983235d7..85d9f98c5 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Bug Fixes + +* **@embark/deployment:** fix undefined in nb arguments in deploy ([0016581](https://github.com/embarklabs/embark/commit/0016581)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 22dcc1509..d5cc7bc50 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "ethereumjs-util": "6.0.0", "web3": "1.2.6", diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index f10eb83c3..354559913 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index f3c4bd414..e823db7ac 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", diff --git a/packages/plugins/graph/CHANGELOG.md b/packages/plugins/graph/CHANGELOG.md index 1ed32f084..b289104b2 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + ## [5.1.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.4...v5.1.1) (2020-02-03) **Note:** Version bump only for package embark-graph diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index 0607ab230..a63b9bbe9 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.1.1", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -46,8 +46,8 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", - "embark-utils": "^5.2.0-nightly.1", "core-js": "3.4.3", + "embark-utils": "^5.2.0-nightly.3", "viz.js": "1.8.2" }, "devDependencies": { diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index 147f85de6..ee3186162 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-ipfs + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 06eba033d..8a9840bfc 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-storage": "^5.2.0-nightly.2", - "embark-utils": "^5.2.0-nightly.1", + "embark-storage": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "ipfs-http-client": "40.0.0", diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index aa01c9ecd..1f11ce953 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-mocha-tests + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 003295c96..be9775cbb 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -53,7 +53,7 @@ "colors": "1.4.0", "core-js": "3.4.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "mocha": "6.2.2", "web3": "1.2.6" diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index b30e060c7..afe8ada85 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-nethermind + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index b948f868e..e1b7f15b8 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "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 14ef68d75..733f31640 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index 90a0397a0..52644b996 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "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 9083e37b7..a41da6112 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-plugin-cmd diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index 4e3679795..c3f740495 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.2.0-nightly.1", + "version": "5.2.0-nightly.3", "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.1", - "embark-utils": "^5.2.0-nightly.1" + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "embark-solo": "^5.1.1", diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index d8a1d274e..8c346e595 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + ## [5.1.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.4...v5.1.1) (2020-02-03) **Note:** Version bump only for package embark-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index aa6a92bbb..7c47839f4 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.1.1", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -48,7 +48,7 @@ "ascii-table": "0.0.9", "async": "2.6.1", "core-js": "3.4.3", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "web3": "1.2.6", "web3-utils": "1.2.6" }, diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 42e5696f7..5b56e293f 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 8a37b2dc2..e34ea2e79 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index e94daa1e8..a2161ea79 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 5efe2dbe9..1af4c30ef 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "handlebars": "4.3.0", "web3-utils": "1.2.6" }, diff --git a/packages/plugins/scripts-runner/CHANGELOG.md b/packages/plugins/scripts-runner/CHANGELOG.md index b125578c9..8ab230a90 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-scripts-runner + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) diff --git a/packages/plugins/scripts-runner/package.json b/packages/plugins/scripts-runner/package.json index d3cdeecae..cc4f2d7c6 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "description": "Embark Scripts Runner", "repository": { "directory": "packages/plugins/scripts-runner", @@ -36,10 +36,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js-pure": "3.6.4", - "embark-core": "^5.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", "web3": "1.2.4" }, @@ -48,7 +48,7 @@ "@types/node": "^10.5.3", "babel-jest": "24.9.0", "embark-solo": "^5.1.1-nightly.2", - "embark-testing": "^5.1.0", + "embark-testing": "^5.2.0-nightly.3", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index a27ae1b59..802a38af7 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-solidity-tests + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-solidity-tests diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index 21a23489f..4c20776b4 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.2.0-nightly.1", + "version": "5.2.0-nightly.3", "description": "Plugin to run Embark solidity tests", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "repository": { @@ -48,7 +48,7 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "remix-tests": "0.1.24", "web3": "1.2.6", "yo-yoify": "4.3.0" diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index 6e688842e..1dc7a55b0 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 930ffefce..a0982567f 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "find-up": "4.1.0", "fs-extra": "8.1.0", "semver": "5.6.0", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index b7d219a57..867e82bc0 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.2.0-nightly.3](https://github.com/embark-framework/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.2.0-nightly.2](https://github.com/embark-framework/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index d5a2f9330..8a4e3b9ec 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -38,15 +38,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.2", - "embark-utils": "^5.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index 88225d70c..366c18961 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-swarm + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index c2cdd5e32..c9f8e142d 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-storage": "^5.2.0-nightly.2", - "embark-utils": "^5.2.0-nightly.1", + "embark-storage": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-swarm": "^5.1.1", "swarm-api": "0.1.2" diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index c8f2acacd..2769fe4d1 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 844edb062..60b81a2b3 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.6", diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index 78d66ab5f..b99996d7f 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index f79f8d1ac..9ff2724cc 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", - "embark-utils": "^5.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "embarkjs-web3": "^5.2.0-nightly.2" }, "devDependencies": { diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index a1aa5e0a3..518f24b6c 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 d49c095e2..7f296a147 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "embarkjs-whisper": "^5.1.1", "rxjs": "6.4.0" }, diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index a797885b5..161249c08 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 dfa723025..a4ae9b4c7 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "embarkjs-whisper": "^5.1.1", "rxjs": "6.4.0" }, diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 357e58039..27010083f 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-api + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index f83fe2af4..34a53a352 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", "embark-ui": "^5.2.0-nightly.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "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 f186c52de..be175256e 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-authenticator + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index 07b35a513..f927abc09 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.3", "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.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "keccakjs": "0.2.3", "uuid": "3.3.2" }, diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index 79cdb9c0b..06a6e75f6 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 7ef371ebf..8359c25a9 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -51,16 +51,16 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1" + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index 8a468558e..9be646aa2 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 256e83266..8d568211d 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -48,13 +48,13 @@ "@babel/runtime-corejs3": "7.8.3", "core-js": "3.6.4", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1" + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "@babel/core": "7.8.3", "babel-jest": "25.1.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index f66cac271..541f7461c 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 77da1e6a3..88f4395bf 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1" + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "@babel/core": "7.7.4", @@ -55,7 +55,7 @@ "clone-deep": "4.0.0", "cross-env": "5.2.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 6a29e52f9..98a0fa366 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Bug Fixes + +* **stack/contracts-manager:** ensure custom `abiDefinition` is set properly if provided ([b4b4848](https://github.com/embarklabs/embark/commit/b4b4848)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **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 40c3f0953..31022760a 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.2.0-nightly.2", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -49,10 +49,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "2.6.1", "core-js": "3.6.4", - "embark-core": "^5.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "web3": "1.2.6", "web3-utils": "1.2.6" }, diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index 8a44328e8..14e541ea9 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-deployment + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index e0699dea8..67f28f10c 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -49,13 +49,13 @@ "async": "2.6.1", "core-js": "3.4.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1" + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "@babel/core": "7.8.3", "babel-jest": "25.1.0", "embark-solo": "^5.1.1", - "embark-testing": "^5.1.1", + "embark-testing": "^5.2.0-nightly.3", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index d816d9300..c969f9ad4 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index c7474e102..52d5f8aa7 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1" }, "devDependencies": { diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index 1639c83cb..edbba3dd5 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-library-manager + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-library-manager diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index 2fd973d8a..559d2ee7b 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.2.0-nightly.1", + "version": "5.2.0-nightly.3", "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.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index d66474c6f..ae581b8da 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-pipeline + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index a3e89f12b..8a85256f3 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-utils": "^5.2.0-nightly.1" + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "babel-jest": "24.9.0", diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index 799ee87a4..e42b69222 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-process-logs-api-manager diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index 7dff520e4..aff385a94 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.2.0-nightly.1", + "version": "5.2.0-nightly.3", "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.2.0-nightly.1" + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "embark-solo": "^5.1.1", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index e6a739933..7d3be9d89 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-proxy + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index c798cc41e..9bb08d2ff 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-logger": "^5.1.2-nightly.0", - "embark-utils": "^5.2.0-nightly.1", + "embark-logger": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.6", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index 1f45db912..f15ce4602 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + + +### Features + +* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c)) + + + + + # [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 5086587c1..6d0f348d0 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.2.0-nightly.2", + "version": "5.2.0-nightly.3", "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.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "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 00adc7807..7cd4f69c3 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-test-runner + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index c394dac3f..1350738bc 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.2.0-nightly.1", + "version": "5.2.0-nightly.3", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -54,8 +54,8 @@ "core-js": "3.4.3", "deep-equal": "1.0.1", "embark-i18n": "^5.1.1", - "embark-testing": "^5.1.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-testing": "^5.2.0-nightly.3", + "embark-utils": "^5.2.0-nightly.3", "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 379323c96..43f5ab45d 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-watcher + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index 85f270bd5..68bec382c 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.3", "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.1", - "embark-utils": "^5.2.0-nightly.1" + "embark-utils": "^5.2.0-nightly.3" }, "devDependencies": { "embark-solo": "^5.1.1", diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index 9b506367a..db73fee17 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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-webserver + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 038bd9367..b7502af22 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.3", "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.1", - "embark-utils": "^5.2.0-nightly.1", + "embark-utils": "^5.2.0-nightly.3", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md index 57e1553aa..de3d3c839 100644 --- a/packages/utils/testing/CHANGELOG.md +++ b/packages/utils/testing/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) + +**Note:** Version bump only for package embark-testing + + + + + ## [5.1.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.4...v5.1.1) (2020-02-03) **Note:** Version bump only for package embark-testing diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index f0e3362e0..f422cfbb4 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.1.1", + "version": "5.2.0-nightly.3", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js",