diff --git a/CHANGELOG.md b/CHANGELOG.md index 77773f896..4a53f20e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) +* **@embark/contracts:** add proxyFor property for contracts ([2e8b255](https://github.com/embarklabs/embark/commit/2e8b255)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index bcf644526..77a9f8210 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index e830feecd..2e8d10ad6 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.3", + "version": "5.2.0-nightly.4", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -32,15 +32,15 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.3", - "embark-geth": "^5.2.0-nightly.3", + "embark": "^5.2.0-nightly.4", + "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", - "embark-ipfs": "^5.2.0-nightly.3", - "embark-parity": "^5.2.0-nightly.3", + "embark-ipfs": "^5.2.0-nightly.4", + "embark-parity": "^5.2.0-nightly.4", "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", + "embark-swarm": "^5.2.0-nightly.4", + "embark-whisper-geth": "^5.2.0-nightly.4", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 76d496aa9..4d05319d4 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index b39131942..55433eb13 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.3", + "version": "5.2.0-nightly.4", "description": "Demo DApp for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -34,15 +34,15 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.2.0-nightly.3", - "embark-geth": "^5.2.0-nightly.3", + "embark": "^5.2.0-nightly.4", + "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", - "embark-ipfs": "^5.2.0-nightly.3", - "embark-parity": "^5.2.0-nightly.3", + "embark-ipfs": "^5.2.0-nightly.4", + "embark-parity": "^5.2.0-nightly.4", "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", + "embark-swarm": "^5.2.0-nightly.4", + "embark-whisper-geth": "^5.2.0-nightly.4", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index de2dfb40d..0fbc76a0b 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index 7f713c435..f5c789c34 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.3", + "version": "5.2.0-nightly.4", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -28,10 +28,10 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.3", - "embark-geth": "^5.2.0-nightly.3", + "embark": "^5.2.0-nightly.4", + "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", - "embark-parity": "^5.2.0-nightly.3", + "embark-parity": "^5.2.0-nightly.4", "embark-profiler": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", "embarkjs": "^5.2.0-nightly.2", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 9d8a06f92..6284a2bb2 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index a0fc891aa..5d1f15db4 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,17 +3,17 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.2.0-nightly.3", + "embark": "^5.2.0-nightly.4", "embark-dapp-test-service": "^5.0.0", - "embark-geth": "^5.2.0-nightly.3", + "embark-geth": "^5.2.0-nightly.4", "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-ipfs": "^5.2.0-nightly.4", + "embark-parity": "^5.2.0-nightly.4", "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", + "embark-swarm": "^5.2.0-nightly.4", + "embark-whisper-geth": "^5.2.0-nightly.4", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", @@ -39,5 +39,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.3" + "version": "5.2.0-nightly.4" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 91b06d951..3e683588a 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index 7a9e46fa5..904088a2a 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,15 +1,15 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.2.0-nightly.3", - "embark-geth": "^5.2.0-nightly.3", + "embark": "^5.2.0-nightly.4", + "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", - "embark-ipfs": "^5.2.0-nightly.3", - "embark-parity": "^5.2.0-nightly.3", + "embark-ipfs": "^5.2.0-nightly.4", + "embark-parity": "^5.2.0-nightly.4", "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", + "embark-swarm": "^5.2.0-nightly.4", + "embark-whisper-geth": "^5.2.0-nightly.4", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", @@ -28,5 +28,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.3" + "version": "5.2.0-nightly.4" } diff --git a/lerna.json b/lerna.json index 756a818f6..1827b65d3 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.2.0-nightly.3" + "version": "5.2.0-nightly.4" } diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 03e7ff02f..eb79e42b2 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-code-runner + + + + + # [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 diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index 2fd6efafe..b8c6f9b37 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -52,7 +52,7 @@ "async": "3.1.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 0c80a78ce..27dda638d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-console + + + + + # [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 diff --git a/packages/core/console/package.json b/packages/core/console/package.json index ed31058e9..5c3eec0cf 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -50,7 +50,7 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 0e30b0044..98bc6aa5d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 6abe78902..de98ee8ac 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index deffa6271..09254f748 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 64961d595..5237df99c 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -46,53 +46,53 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.2.0-nightly.3", - "embark-api": "^5.2.0-nightly.3", + "embark-accounts-manager": "^5.2.0-nightly.4", + "embark-api": "^5.2.0-nightly.4", "embark-authenticator": "^5.2.0-nightly.3", - "embark-basic-pipeline": "^5.2.0-nightly.3", - "embark-blockchain": "^5.2.0-nightly.3", - "embark-code-runner": "^5.2.0-nightly.3", + "embark-basic-pipeline": "^5.2.0-nightly.4", + "embark-blockchain": "^5.2.0-nightly.4", + "embark-code-runner": "^5.2.0-nightly.4", "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-compiler": "^5.2.0-nightly.4", + "embark-console": "^5.2.0-nightly.4", + "embark-contracts-manager": "^5.2.0-nightly.4", + "embark-core": "^5.2.0-nightly.4", + "embark-coverage": "^5.2.0-nightly.4", "embark-debugger": "^5.1.1", "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.3", - "embark-ipfs": "^5.2.0-nightly.3", + "embark-embarkjs": "^5.2.0-nightly.4", + "embark-ens": "^5.2.0-nightly.4", + "embark-ethereum-blockchain-client": "^5.2.0-nightly.4", + "embark-ganache": "^5.2.0-nightly.4", + "embark-geth": "^5.2.0-nightly.4", + "embark-ipfs": "^5.2.0-nightly.4", "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.3", + "embark-parity": "^5.2.0-nightly.4", "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-proxy": "^5.2.0-nightly.4", + "embark-rpc-manager": "^5.2.0-nightly.4", + "embark-scaffolding": "^5.2.0-nightly.4", + "embark-solidity": "^5.2.0-nightly.4", "embark-solidity-tests": "^5.2.0-nightly.3", "embark-specialconfigs": "^5.1.1", - "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-storage": "^5.2.0-nightly.4", + "embark-swarm": "^5.2.0-nightly.4", + "embark-test-runner": "^5.2.0-nightly.4", + "embark-transaction-logger": "^5.2.0-nightly.4", "embark-transaction-tracker": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "embark-vyper": "^5.1.1", "embark-watcher": "^5.2.0-nightly.3", - "embark-web3": "^5.2.0-nightly.3", + "embark-web3": "^5.2.0-nightly.4", "embark-webserver": "^5.2.0-nightly.3", - "embark-whisper-geth": "^5.2.0-nightly.3", - "embark-whisper-parity": "^5.2.0-nightly.3" + "embark-whisper-geth": "^5.2.0-nightly.4", + "embark-whisper-parity": "^5.2.0-nightly.4" }, "devDependencies": { "embark-solo": "^5.1.1", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 95371cb2e..cd209e033 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [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 diff --git a/packages/embark/package.json b/packages/embark/package.json index ec28c8564..68dedd4bd 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.2.0-nightly.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -77,14 +77,14 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-deploy-tracker": "^5.2.0-nightly.3", - "embark-engine": "^5.2.0-nightly.3", + "embark-engine": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-reset": "^5.1.1", - "embark-suggestions": "^5.2.0-nightly.3", + "embark-suggestions": "^5.2.0-nightly.4", "embark-utils": "^5.2.0-nightly.3", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", @@ -139,15 +139,15 @@ }, "devDependencies": { "chai": "4.1.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-code-runner": "^5.2.0-nightly.4", + "embark-compiler": "^5.2.0-nightly.4", + "embark-contracts-manager": "^5.2.0-nightly.4", + "embark-solidity": "^5.2.0-nightly.4", "embark-solo": "^5.1.1", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", "embark-testing": "^5.2.0-nightly.3", - "embark-transaction-logger": "^5.2.0-nightly.3", + "embark-transaction-logger": "^5.2.0-nightly.4", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 9886f5f7e..807eb6d0d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [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 diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index b2c890df2..cb8e50933 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 321cfeeb0..244608fdd 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [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 diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index 336c67a36..5dc181202 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -71,7 +71,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "file-loader": "5.0.2", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index 12b927981..16b27bfc2 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-coverage + + + + + # [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 diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 5e6797b2b..fd9f82e12 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -50,7 +50,7 @@ "@types/prettier": "1.16.4", "@types/semver": "5.5.0", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", "globule": "1.2.1", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 279a78994..38384dc80 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-ens + + + + + # [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 diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 24bd36d5a..e7345f4a8 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -46,7 +46,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index 85d9f98c5..3d799afe1 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index d5cc7bc50..8f290905b 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index 80b21bf60..4814e03c0 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + ## [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-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index dcf638b4f..ab5f9a230 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.1.1", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -46,7 +46,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.0", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "ganache-cli": "6.8.2" }, diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index 354559913..1f03c330d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index e823db7ac..c33735909 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -49,7 +49,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index ee3186162..74406632c 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-ipfs + + + + + # [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 diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 8a9840bfc..b11b8d514 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -50,9 +50,9 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", - "embark-storage": "^5.2.0-nightly.3", + "embark-storage": "^5.2.0-nightly.4", "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index afe8ada85..718ac7d51 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-nethermind + + + + + # [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 diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index e1b7f15b8..74486561e 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -45,7 +45,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index 733f31640..b71d884a7 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index 52644b996..74cdc8266 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0", diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 5b56e293f..8126398e2 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [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 diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index e34ea2e79..6b5bdae79 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.3", + "version": "5.2.0-nightly.4", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -49,7 +49,7 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "2.6.1", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index a2161ea79..ad7a1273d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [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 diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 1af4c30ef..c56856b42 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -45,7 +45,7 @@ "@babel/runtime-corejs3": "7.7.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/plugins/scripts-runner/CHANGELOG.md b/packages/plugins/scripts-runner/CHANGELOG.md index 8ab230a90..7f6a9ee3a 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-scripts-runner + + + + + # [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 diff --git a/packages/plugins/scripts-runner/package.json b/packages/plugins/scripts-runner/package.json index cc4f2d7c6..3750ec2c7 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.3", + "version": "5.2.0-nightly.4", "description": "Embark Scripts Runner", "repository": { "directory": "packages/plugins/scripts-runner", @@ -36,7 +36,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js-pure": "3.6.4", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index 1dc7a55b0..50d13feec 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-solidity + + + + + # [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 diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index a0982567f..89b5a9e72 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "find-up": "4.1.0", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 867e82bc0..dc9564057 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.4](https://github.com/embark-framework/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-suggestions + + + + + # [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 diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 8a4e3b9ec..3f643e20e 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -38,7 +38,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-utils": "^5.2.0-nightly.3", "fs-extra": "8.1.0" }, diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index 366c18961..e7b5187fd 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-swarm + + + + + # [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 diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index c9f8e142d..5244094ca 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -51,9 +51,9 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", - "embark-storage": "^5.2.0-nightly.3", + "embark-storage": "^5.2.0-nightly.4", "embark-utils": "^5.2.0-nightly.3", "embarkjs": "^5.2.0-nightly.2", "embarkjs-swarm": "^5.1.1", diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 2769fe4d1..2939e7b1d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [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 diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index 60b81a2b3..b75b748f2 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -49,7 +49,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "ethereumjs-tx": "1.3.7", diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index b99996d7f..13af798f6 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-web3 + + + + + # [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 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 9ff2724cc..8e72f69cd 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to 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.3", + "embark-core": "^5.2.0-nightly.4", "embark-utils": "^5.2.0-nightly.3", "embarkjs-web3": "^5.2.0-nightly.2" }, diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index 518f24b6c..3bfde5c9d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [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 diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index 7f296a147..df4b85a72 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "embarkjs-whisper": "^5.1.1", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 161249c08..eef107a43 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [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 diff --git a/packages/plugins/whisper-parity/package.json b/packages/plugins/whisper-parity/package.json index a4ae9b4c7..67fa7289b 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "embarkjs-whisper": "^5.1.1", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 27010083f..d5f72c158 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-api + + + + + # [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 diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 34a53a352..f22f6769c 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -52,7 +52,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-ui": "^5.2.0-nightly.1", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index 06a6e75f6..13cce662e 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 8359c25a9..cd60cb51e 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -51,7 +51,7 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3" diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index 541f7461c..3f16d9fbd 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-compiler + + + + + # [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 diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 88f4395bf..5394bc84e 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,7 +45,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3" }, diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 98a0fa366..f010340d4 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/contracts:** add proxyFor property for contracts ([2e8b255](https://github.com/embarklabs/embark/commit/2e8b255)) + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 31022760a..30257319a 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -49,7 +49,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "2.6.1", "core-js": "3.6.4", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index c969f9ad4..46a27114d 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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [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 diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index 52d5f8aa7..8307fd0e5 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1" }, "devDependencies": { diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 7d3be9d89..0d558f94b 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [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 diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 9bb08d2ff..4a09ed0fc 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -51,7 +51,7 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", "embark-utils": "^5.2.0-nightly.3", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index f15ce4602..315ccd49b 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + +**Note:** Version bump only for package embark-storage + + + + + # [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14) diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 6d0f348d0..743d249a3 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.0-nightly.3", + "embark-core": "^5.2.0-nightly.4", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.3", "lodash.clonedeep": "4.5.0", diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index 7cd4f69c3..eb5f9ef9c 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) + + +### Features + +* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8)) + + + + + # [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 diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index 1350738bc..aeced253a 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.3", + "version": "5.2.0-nightly.4", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner",