From c54cc77e018d1e3730bf033e56f43a2096193e5b Mon Sep 17 00:00:00 2001 From: EmbarkBot <59620708+embarkbot@users.noreply.github.com> Date: Wed, 26 Feb 2020 00:14:00 +0000 Subject: [PATCH] chore(prerelease): 5.2.4-nightly.0 --- CHANGELOG.md | 8 ++ dapps/templates/boilerplate/CHANGELOG.md | 8 ++ dapps/templates/boilerplate/package.json | 18 ++-- dapps/templates/demo/CHANGELOG.md | 8 ++ dapps/templates/demo/package.json | 18 ++-- dapps/templates/simple/CHANGELOG.md | 8 ++ dapps/templates/simple/package.json | 12 +-- dapps/tests/app/CHANGELOG.md | 8 ++ dapps/tests/app/package.json | 18 ++-- dapps/tests/contracts/CHANGELOG.md | 8 ++ 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 | 8 ++ packages/core/core/package.json | 6 +- packages/core/engine/CHANGELOG.md | 8 ++ packages/core/engine/package.json | 86 +++++++++---------- packages/core/logger/CHANGELOG.md | 8 ++ packages/core/logger/package.json | 4 +- packages/core/utils/CHANGELOG.md | 8 ++ 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 | 8 ++ .../ethereum-blockchain-client/package.json | 6 +- packages/plugins/ganache/CHANGELOG.md | 8 ++ packages/plugins/ganache/package.json | 6 +- packages/plugins/geth/CHANGELOG.md | 8 ++ packages/plugins/geth/package.json | 8 +- packages/plugins/graph/CHANGELOG.md | 8 ++ 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 | 8 +- packages/plugins/parity/CHANGELOG.md | 8 ++ packages/plugins/parity/package.json | 8 +- packages/plugins/plugin-cmd/CHANGELOG.md | 8 ++ packages/plugins/plugin-cmd/package.json | 4 +- packages/plugins/profiler/CHANGELOG.md | 8 ++ 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/snark/CHANGELOG.md | 8 ++ packages/plugins/snark/package.json | 2 +- 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 | 8 +- 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 | 8 ++ packages/stack/blockchain/package.json | 10 +-- packages/stack/communication/CHANGELOG.md | 8 ++ packages/stack/communication/package.json | 6 +- packages/stack/compiler/CHANGELOG.md | 8 ++ packages/stack/compiler/package.json | 8 +- packages/stack/contracts-manager/CHANGELOG.md | 8 ++ packages/stack/contracts-manager/package.json | 8 +- packages/stack/deployment/CHANGELOG.md | 8 ++ packages/stack/deployment/package.json | 8 +- packages/stack/embarkjs/CHANGELOG.md | 8 ++ packages/stack/embarkjs/package.json | 4 +- packages/stack/library-manager/CHANGELOG.md | 8 ++ packages/stack/library-manager/package.json | 4 +- packages/stack/pipeline/CHANGELOG.md | 8 ++ packages/stack/pipeline/package.json | 6 +- .../process-logs-api-manager/CHANGELOG.md | 8 ++ .../process-logs-api-manager/package.json | 4 +- packages/stack/proxy/CHANGELOG.md | 8 ++ packages/stack/proxy/package.json | 8 +- packages/stack/storage/CHANGELOG.md | 8 ++ packages/stack/storage/package.json | 6 +- packages/stack/test-runner/CHANGELOG.md | 8 ++ packages/stack/test-runner/package.json | 8 +- 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 +- 114 files changed, 711 insertions(+), 255 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f512803..893fe5c01 100644 --- a/CHANGELOG.md +++ b/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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package root + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index 9515e5467..4051534bf 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) **Note:** Version bump only for package embark-dapp-template-boilerplate diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index 5d6762e5e..10660db62 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.3", + "version": "5.2.4-nightly.0", "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.3", - "embark-geth": "^5.2.3", - "embark-graph": "^5.2.3", - "embark-ipfs": "^5.2.3", - "embark-parity": "^5.2.3", - "embark-profiler": "^5.2.3", + "embark": "^5.2.4-nightly.0", + "embark-geth": "^5.2.4-nightly.0", + "embark-graph": "^5.2.4-nightly.0", + "embark-ipfs": "^5.2.4-nightly.0", + "embark-parity": "^5.2.4-nightly.0", + "embark-profiler": "^5.2.4-nightly.0", "embark-reset": "^5.2.3", - "embark-swarm": "^5.2.3", - "embark-whisper-geth": "^5.2.3", + "embark-swarm": "^5.2.4-nightly.0", + "embark-whisper-geth": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-ens": "^5.2.3", "embarkjs-ipfs": "^5.2.3", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index a78e0c818..67b8721b4 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) **Note:** Version bump only for package embark-dapp-template-demo diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 670071ec5..366d92a74 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.3", + "version": "5.2.4-nightly.0", "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.3", - "embark-geth": "^5.2.3", - "embark-graph": "^5.2.3", - "embark-ipfs": "^5.2.3", - "embark-parity": "^5.2.3", - "embark-profiler": "^5.2.3", + "embark": "^5.2.4-nightly.0", + "embark-geth": "^5.2.4-nightly.0", + "embark-graph": "^5.2.4-nightly.0", + "embark-ipfs": "^5.2.4-nightly.0", + "embark-parity": "^5.2.4-nightly.0", + "embark-profiler": "^5.2.4-nightly.0", "embark-reset": "^5.2.3", - "embark-swarm": "^5.2.3", - "embark-whisper-geth": "^5.2.3", + "embark-swarm": "^5.2.4-nightly.0", + "embark-whisper-geth": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-ens": "^5.2.3", "embarkjs-ipfs": "^5.2.3", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index a6a5abde1..0829a1294 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) **Note:** Version bump only for package embark-dapp-template-simple diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index 781579e99..f4fd4543e 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.3", + "version": "5.2.4-nightly.0", "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,11 +28,11 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.3", - "embark-geth": "^5.2.3", - "embark-graph": "^5.2.3", - "embark-parity": "^5.2.3", - "embark-profiler": "^5.2.3", + "embark": "^5.2.4-nightly.0", + "embark-geth": "^5.2.4-nightly.0", + "embark-graph": "^5.2.4-nightly.0", + "embark-parity": "^5.2.4-nightly.0", + "embark-profiler": "^5.2.4-nightly.0", "embark-reset": "^5.2.3", "embarkjs": "^5.2.3", "embarkjs-ens": "^5.2.3", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 6da945564..c149c8052 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) **Note:** Version bump only for package embark-dapp-test-app diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index 760588f03..db96de5e6 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.3", + "embark": "^5.2.4-nightly.0", "embark-dapp-test-service": "^5.2.3", - "embark-geth": "^5.2.3", - "embark-graph": "^5.2.3", + "embark-geth": "^5.2.4-nightly.0", + "embark-graph": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-ipfs": "^5.2.3", - "embark-parity": "^5.2.3", - "embark-profiler": "^5.2.3", + "embark-ipfs": "^5.2.4-nightly.0", + "embark-parity": "^5.2.4-nightly.0", + "embark-profiler": "^5.2.4-nightly.0", "embark-reset": "^5.2.3", - "embark-swarm": "^5.2.3", - "embark-whisper-geth": "^5.2.3", + "embark-swarm": "^5.2.4-nightly.0", + "embark-whisper-geth": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-ens": "^5.2.3", "embarkjs-ipfs": "^5.2.3", @@ -39,5 +39,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.3" + "version": "5.2.4-nightly.0" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 446d3385c..8277db845 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) **Note:** Version bump only for package embark-dapp-test-contracts diff --git a/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index c66bbf47b..e26b8b148 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.3", - "embark-geth": "^5.2.3", - "embark-graph": "^5.2.3", - "embark-ipfs": "^5.2.3", - "embark-parity": "^5.2.3", - "embark-profiler": "^5.2.3", + "embark": "^5.2.4-nightly.0", + "embark-geth": "^5.2.4-nightly.0", + "embark-graph": "^5.2.4-nightly.0", + "embark-ipfs": "^5.2.4-nightly.0", + "embark-parity": "^5.2.4-nightly.0", + "embark-profiler": "^5.2.4-nightly.0", "embark-reset": "^5.2.3", - "embark-swarm": "^5.2.3", - "embark-whisper-geth": "^5.2.3", + "embark-swarm": "^5.2.4-nightly.0", + "embark-whisper-geth": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-ens": "^5.2.3", "embarkjs-ipfs": "^5.2.3", @@ -28,5 +28,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.3" + "version": "5.2.4-nightly.0" } diff --git a/lerna.json b/lerna.json index 2bc13ec35..1d2362298 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.2.3" + "version": "5.2.4-nightly.0" } diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 7c6524e47..a020840a4 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-code-runner + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index 89e1aa092..ffa9e3139 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -57,10 +57,10 @@ "async": "3.1.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "fs-extra": "8.1.0", "parse-json": "5.0.0", @@ -71,7 +71,7 @@ "@babel/core": "7.7.7", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 526b67b90..f8b45da48 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-console + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 578bb0d99..f77546207 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -56,18 +56,18 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "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.2.3", + "embark-logger": "^5.2.4-nightly.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index b34e6d8cb..b93812073 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-core + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 5fc6a858e..6cb4fff24 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -57,8 +57,8 @@ "decompress": "4.2.0", "deep-equal": "1.0.1", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "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 1f80ac36d..1851a80ce 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-engine + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 0512b5c0a..65a11b73b 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -47,53 +47,53 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.2.3", - "embark-api": "^5.2.3", - "embark-authenticator": "^5.2.3", - "embark-basic-pipeline": "^5.2.3", - "embark-blockchain": "^5.2.3", - "embark-code-runner": "^5.2.3", - "embark-communication": "^5.2.3", - "embark-compiler": "^5.2.3", - "embark-console": "^5.2.3", - "embark-contracts-manager": "^5.2.3", - "embark-core": "^5.2.3", - "embark-coverage": "^5.2.3", + "embark-accounts-manager": "^5.2.4-nightly.0", + "embark-api": "^5.2.4-nightly.0", + "embark-authenticator": "^5.2.4-nightly.0", + "embark-basic-pipeline": "^5.2.4-nightly.0", + "embark-blockchain": "^5.2.4-nightly.0", + "embark-code-runner": "^5.2.4-nightly.0", + "embark-communication": "^5.2.4-nightly.0", + "embark-compiler": "^5.2.4-nightly.0", + "embark-console": "^5.2.4-nightly.0", + "embark-contracts-manager": "^5.2.4-nightly.0", + "embark-core": "^5.2.4-nightly.0", + "embark-coverage": "^5.2.4-nightly.0", "embark-debugger": "^5.2.3", - "embark-deployment": "^5.2.3", - "embark-embarkjs": "^5.2.3", - "embark-ens": "^5.2.3", - "embark-ethereum-blockchain-client": "^5.2.3", - "embark-ganache": "^5.2.3", - "embark-geth": "^5.2.3", - "embark-ipfs": "^5.2.3", - "embark-library-manager": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-mocha-tests": "^5.2.3", + "embark-deployment": "^5.2.4-nightly.0", + "embark-embarkjs": "^5.2.4-nightly.0", + "embark-ens": "^5.2.4-nightly.0", + "embark-ethereum-blockchain-client": "^5.2.4-nightly.0", + "embark-ganache": "^5.2.4-nightly.0", + "embark-geth": "^5.2.4-nightly.0", + "embark-ipfs": "^5.2.4-nightly.0", + "embark-library-manager": "^5.2.4-nightly.0", + "embark-logger": "^5.2.4-nightly.0", + "embark-mocha-tests": "^5.2.4-nightly.0", "embark-namesystem": "^5.2.3", - "embark-parity": "^5.2.3", - "embark-pipeline": "^5.2.3", - "embark-plugin-cmd": "^5.2.3", - "embark-process-logs-api-manager": "^5.2.3", - "embark-profiler": "^5.2.3", - "embark-proxy": "^5.2.3", - "embark-rpc-manager": "^5.2.3", - "embark-scaffolding": "^5.2.3", - "embark-solidity": "^5.2.3", - "embark-solidity-tests": "^5.2.3", + "embark-parity": "^5.2.4-nightly.0", + "embark-pipeline": "^5.2.4-nightly.0", + "embark-plugin-cmd": "^5.2.4-nightly.0", + "embark-process-logs-api-manager": "^5.2.4-nightly.0", + "embark-profiler": "^5.2.4-nightly.0", + "embark-proxy": "^5.2.4-nightly.0", + "embark-rpc-manager": "^5.2.4-nightly.0", + "embark-scaffolding": "^5.2.4-nightly.0", + "embark-solidity": "^5.2.4-nightly.0", + "embark-solidity-tests": "^5.2.4-nightly.0", "embark-specialconfigs": "^5.2.3", - "embark-storage": "^5.2.3", - "embark-swarm": "^5.2.3", - "embark-test-runner": "^5.2.3", - "embark-transaction-logger": "^5.2.3", + "embark-storage": "^5.2.4-nightly.0", + "embark-swarm": "^5.2.4-nightly.0", + "embark-test-runner": "^5.2.4-nightly.0", + "embark-transaction-logger": "^5.2.4-nightly.0", "embark-transaction-tracker": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "embark-vyper": "^5.2.3", - "embark-watcher": "^5.2.3", - "embark-web3": "^5.2.3", - "embark-webserver": "^5.2.3", - "embark-whisper-geth": "^5.2.3", - "embark-whisper-parity": "^5.2.3" + "embark-watcher": "^5.2.4-nightly.0", + "embark-web3": "^5.2.4-nightly.0", + "embark-webserver": "^5.2.4-nightly.0", + "embark-whisper-geth": "^5.2.4-nightly.0", + "embark-whisper-parity": "^5.2.4-nightly.0" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index 108156a3f..f1f9d9965 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-logger + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index 54c4f17ee..7c85f9ab6 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -61,7 +61,7 @@ "@babel/core": "7.7.7", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index 8c348d95a..20dc3cd4a 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-utils + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 54ce6624f..f1eac1790 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", @@ -59,7 +59,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", "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 0cd8566c3..7c6a40600 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/embark/package.json b/packages/embark/package.json index b31154985..71841c26b 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -75,15 +75,15 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.2.3", - "embark-deploy-tracker": "^5.2.3", - "embark-engine": "^5.2.3", - "embark-graph": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", + "embark-deploy-tracker": "^5.2.4-nightly.0", + "embark-engine": "^5.2.4-nightly.0", + "embark-graph": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", "embark-reset": "^5.2.3", - "embark-suggestions": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-suggestions": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -134,15 +134,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.2.3", - "embark-compiler": "^5.2.3", - "embark-contracts-manager": "^5.2.3", - "embark-solidity": "^5.2.3", + "embark-code-runner": "^5.2.4-nightly.0", + "embark-compiler": "^5.2.4-nightly.0", + "embark-contracts-manager": "^5.2.4-nightly.0", + "embark-solidity": "^5.2.4-nightly.0", "embark-solo": "^5.2.3", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.2.3", - "embark-transaction-logger": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", + "embark-transaction-logger": "^5.2.4-nightly.0", "eslint": "6.8.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 23f7a7b55..f511ca08e 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-accounts-manager + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index a69d98362..7740878f3 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts", @@ -49,10 +49,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 3e3825859..2d0d3dd3a 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index 7c5fabee6..f9ea446af 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -76,9 +76,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", @@ -94,7 +94,7 @@ "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index 9f5a2f2c5..ccbd7c58a 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-coverage + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 5cee23731..0fd42d622 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -56,8 +56,8 @@ "@types/prettier": "1.16.4", "@types/semver": "5.5.0", "core-js": "3.4.3", - "embark-core": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "fs-extra": "8.1.0", "globule": "1.2.1", "prettier": "1.18.2", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 5b5aeb86b..c26658068 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index 52896355e..7f29db558 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -52,8 +52,8 @@ "dependencies": { "colors": "1.3.2", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "fs-extra": "8.1.0", "web3": "1.2.6" }, diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 14af192d9..a3e5e8dc5 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-ens + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 474ecdb8d..f1f32ca1c 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-ens": "^5.2.3", "eth-ens-namehash": "2.0.8", @@ -61,7 +61,7 @@ "babel-eslint": "10.0.3", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index abe32bad7..c33f65add 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index 1b07727b0..183bb5eb9 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "ethereumjs-util": "6.0.0", "ethers": "4.0.0-beta.3", diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index e742f2fdc..855b77efa 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-ganache + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 4194ecb8a..ac2ed32b0 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -47,9 +47,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "ganache-cli": "6.8.2" }, "devDependencies": { diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index 9ca779c04..017ba67cf 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-geth + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index f8a505494..3fe52d162 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -50,10 +50,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "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 4fc059f44..7ac5721b6 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-graph + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index 655d64515..09c3452e8 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "viz.js": "1.8.2" }, "devDependencies": { diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index 50d5ecee2..331b9e8ac 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-ipfs + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 758a250fc..755d07fe0 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -52,10 +52,10 @@ "colors": "1.3.2", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-storage": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-storage": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-ipfs": "^5.2.3", "ipfs-http-client": "40.0.0", diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index 2b84720bc..a0f1483f4 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-mocha-tests + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 3eb6396c2..24f872dc3 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.3", + "version": "5.2.4-nightly.0", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -58,7 +58,7 @@ "colors": "1.4.0", "core-js": "3.4.3", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "mocha": "6.2.2", "web3": "1.2.6" diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 66c1a9992..a3b2b55ef 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-nethermind + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index c67333583..dd0ff0251 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -46,10 +46,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "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 8e8665816..0e7004b8f 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-parity + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index 4eb1609a0..cc011da84 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "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 50264cb05..438ba4dbe 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index 310a3526b..26d3d3545 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -40,7 +40,7 @@ "async": "2.6.1", "core-js": "3.4.3", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3" + "embark-utils": "^5.2.4-nightly.0" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index 60f40952c..9aa3355ce 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-profiler + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 69bbff6bb..4c4e45595 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -49,7 +49,7 @@ "ascii-table": "0.0.9", "async": "2.6.1", "core-js": "3.4.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "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 b589b8f88..818d310fa 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-rpc-manager + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index 8a205a848..fb91ac78b 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.3", + "version": "5.2.4-nightly.0", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -54,10 +54,10 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "2.6.1", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index 2b6a7d694..2b2bea5c6 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-scaffolding + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 65bada977..3bbbd4957 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -46,10 +46,10 @@ "@babel/runtime-corejs3": "7.7.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "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 2325de6be..ff3b2c6ed 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-scripts-runner + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/scripts-runner/package.json b/packages/plugins/scripts-runner/package.json index 8ac56abf5..f80220c04 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.3", + "version": "5.2.4-nightly.0", "description": "Embark Scripts Runner", "repository": { "directory": "packages/plugins/scripts-runner", @@ -45,10 +45,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js-pure": "3.6.4", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "fs-extra": "8.1.0", "web3": "1.2.6", "web3-eth": "1.2.6" @@ -58,7 +58,7 @@ "@types/node": "^10.5.3", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/plugins/snark/CHANGELOG.md b/packages/plugins/snark/CHANGELOG.md index 597d60efe..8772238ba 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-snark + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 2845a76ce..0b1018616 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Anthony Laibe", "contributors": [ "Michael Bradley (https://github.com/michaelsbradleyjr/)" diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index 178685305..1bb227f9f 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-solidity-tests + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index 5ec1f635f..24bbbded6 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.3", + "version": "5.2.4-nightly.0", "description": "Plugin to run Embark solidity tests", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "repository": { @@ -53,7 +53,7 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "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 15aa8abab..0589bfcbd 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-solidity + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 1e9b2d1bb..28e6e7fe7 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "find-up": "4.1.0", "fs-extra": "8.1.0", "lodash.clonedeep": "4.5.0", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 97db9192d..420918511 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.4-nightly.0](https://github.com/embark-framework/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-suggestions + + + + + ## [5.2.3](https://github.com/embark-framework/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 550c53165..475a959a0 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -47,15 +47,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "fs-extra": "8.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "npm-run-all": "4.1.5", diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index ef4b6ec1d..57e0e15de 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-swarm + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index 14801f013..011277575 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -52,10 +52,10 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-storage": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-storage": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-swarm": "^5.2.3", "lodash.clonedeep": "4.5.0", diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index f96e8c9ef..6457fc835 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-transaction-logger + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index 304767e44..f59f8304c 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -50,9 +50,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "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 01bfa9588..3e758c2f1 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-web3 + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 186edb7cf..bfdc55041 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "embarkjs-web3": "^5.2.3", "web3": "1.2.6" }, diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index 4c56eda0b..47d61f151 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-whisper-geth + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index dbf5ebbdf..76dfaa0c8 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-whisper": "^5.2.3", "rxjs": "6.4.0", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index a70a94cf4..b2d1e8a25 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-whisper-parity + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/plugins/whisper-parity/package.json b/packages/plugins/whisper-parity/package.json index d77afe569..37efd6891 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "embarkjs": "^5.2.3", "embarkjs-whisper": "^5.2.3", "rxjs": "6.4.0" diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 639d90f4d..ed2d32af3 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-api + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 8a8ab04d5..8d7bb77cf 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -53,10 +53,10 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", "embark-ui": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "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 d6ee37eeb..0d953710b 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-authenticator + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index fdbad95a8..20a373fdc 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "keccakjs": "0.2.3", "uuid": "3.3.2" }, diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index c5e98784d..5501ef825 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-blockchain + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index b362ae984..cc0e2ea8f 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -56,17 +56,17 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "web3": "1.2.6" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index 85a4bae02..a56faedbf 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-communication + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index c5f43b7a2..88b61b4da 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -53,13 +53,13 @@ "@babel/runtime-corejs3": "7.8.3", "core-js": "3.6.4", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3" + "embark-utils": "^5.2.4-nightly.0" }, "devDependencies": { "@babel/core": "7.8.3", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index 219fd6528..fc66e25a2 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-compiler + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index f3ff8bc71..213305030 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -54,9 +54,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3" + "embark-utils": "^5.2.4-nightly.0" }, "devDependencies": { "@babel/core": "7.7.4", @@ -64,7 +64,7 @@ "clone-deep": "4.0.0", "cross-env": "5.2.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 65cb07033..bcad3fb9e 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-contracts-manager + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index f22bb0484..0a45652b1 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,10 +50,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "2.6.1", "core-js": "3.6.4", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "web3": "1.2.6", "web3-utils": "1.2.6" }, diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index e4afb8103..5cd26a194 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-deployment + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 8bd748b62..596e0c8c0 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -54,15 +54,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3" + "embark-utils": "^5.2.4-nightly.0" }, "devDependencies": { "@babel/core": "7.8.3", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "jest": "25.1.0", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index 30d82b504..f8bdd9026 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-embarkjs + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index adedda3ea..e9c4baa22 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", "embarkjs": "^5.2.3" }, diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index af4d3230d..76f8b1844 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-library-manager + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index a59fc7e21..77f5c73ff 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -49,7 +49,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index 463652e24..815ef4214 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-pipeline + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index 726a7c5a1..4bb4c4776 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -49,12 +49,12 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-utils": "^5.2.3" + "embark-utils": "^5.2.4-nightly.0" }, "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index 7dc4b5e21..8ed761c88 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index 3533381c7..c3f37fcfb 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -47,7 +47,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-utils": "^5.2.3" + "embark-utils": "^5.2.4-nightly.0" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 4cb2e9ad9..afc912a2f 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-proxy + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 1c98532f0..065889895 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -53,10 +53,10 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-logger": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-logger": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "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 52ca551ee..21ec97892 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-storage + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index a07e7879d..d8d6f1a6b 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "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.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "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 efea74a1e..c3e02741d 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-test-runner + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index 72dcbda3f..99830f265 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.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -58,10 +58,10 @@ "chalk": "2.4.2", "core-js": "3.4.3", "deep-equal": "1.0.1", - "embark-core": "^5.2.3", + "embark-core": "^5.2.4-nightly.0", "embark-i18n": "^5.2.3", - "embark-testing": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-testing": "^5.2.4-nightly.0", + "embark-utils": "^5.2.4-nightly.0", "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 cff5cf9d7..bfd63272d 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-watcher + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index d0c8c4a4d..a60f885ff 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -49,7 +49,7 @@ "chokidar": "2.1.6", "core-js": "3.4.3", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3" + "embark-utils": "^5.2.4-nightly.0" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index 92c69bbfc..c9a0463fb 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-webserver + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 1bdb42151..e8b42594d 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -50,7 +50,7 @@ "core-js": "3.4.3", "ejs": "2.6.1", "embark-i18n": "^5.2.3", - "embark-utils": "^5.2.3", + "embark-utils": "^5.2.4-nightly.0", "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 7d12d65cb..20af09d69 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.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26) + +**Note:** Version bump only for package embark-testing + + + + + ## [5.2.3](https://github.com/embarklabs/embark/compare/v5.2.3-nightly.1...v5.2.3) (2020-02-25) diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 680a875f9..294c3a60f 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.2.3", + "version": "5.2.4-nightly.0", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "./index.js",