From 34f4b0cf1a8ea8f81ac0e331a30176c3b61d5b4e Mon Sep 17 00:00:00 2001 From: EmbarkBot <59620708+embarkbot@users.noreply.github.com> Date: Tue, 10 Mar 2020 00:18:09 +0000 Subject: [PATCH] chore(prerelease): 5.3.0-nightly.7 --- 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 | 6 +- dapps/tests/app/CHANGELOG.md | 8 +++ dapps/tests/app/package.json | 18 ++--- dapps/tests/contracts/CHANGELOG.md | 8 +++ dapps/tests/contracts/package.json | 18 ++--- dapps/tests/teller-contracts/CHANGELOG.md | 8 +++ dapps/tests/teller-contracts/package.json | 4 +- lerna.json | 2 +- packages/cockpit/ui/CHANGELOG.md | 8 +++ packages/cockpit/ui/package.json | 2 +- packages/core/code-runner/CHANGELOG.md | 8 +++ packages/core/code-runner/package.json | 6 +- packages/core/console/CHANGELOG.md | 8 +++ packages/core/console/package.json | 6 +- packages/core/core/CHANGELOG.md | 8 +++ packages/core/core/package.json | 4 +- packages/core/engine/CHANGELOG.md | 8 +++ packages/core/engine/package.json | 72 +++++++++---------- packages/core/utils/CHANGELOG.md | 8 +++ packages/core/utils/package.json | 2 +- packages/embark/CHANGELOG.md | 8 +++ packages/embark/package.json | 22 +++--- .../plugins/accounts-manager/CHANGELOG.md | 8 +++ .../plugins/accounts-manager/package.json | 6 +- packages/plugins/basic-pipeline/CHANGELOG.md | 8 +++ packages/plugins/basic-pipeline/package.json | 6 +- packages/plugins/coverage/CHANGELOG.md | 8 +++ packages/plugins/coverage/package.json | 6 +- packages/plugins/deploy-tracker/CHANGELOG.md | 8 +++ packages/plugins/deploy-tracker/package.json | 4 +- packages/plugins/ens/CHANGELOG.md | 8 +++ packages/plugins/ens/package.json | 6 +- .../ethereum-blockchain-client/CHANGELOG.md | 8 +++ .../ethereum-blockchain-client/package.json | 6 +- packages/plugins/ganache/CHANGELOG.md | 8 +++ packages/plugins/ganache/package.json | 6 +- packages/plugins/geth/CHANGELOG.md | 8 +++ packages/plugins/geth/package.json | 6 +- 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 | 6 +- packages/plugins/parity/CHANGELOG.md | 8 +++ packages/plugins/parity/package.json | 6 +- packages/plugins/plugin-cmd/CHANGELOG.md | 8 +++ packages/plugins/plugin-cmd/package.json | 4 +- packages/plugins/profiler/CHANGELOG.md | 8 +++ packages/plugins/profiler/package.json | 4 +- packages/plugins/rpc-manager/CHANGELOG.md | 8 +++ packages/plugins/rpc-manager/package.json | 6 +- packages/plugins/scaffolding/CHANGELOG.md | 8 +++ packages/plugins/scaffolding/package.json | 6 +- packages/plugins/scripts-runner/CHANGELOG.md | 8 +++ packages/plugins/scripts-runner/package.json | 6 +- packages/plugins/solidity-tests/CHANGELOG.md | 8 +++ packages/plugins/solidity-tests/package.json | 4 +- packages/plugins/solidity/CHANGELOG.md | 8 +++ packages/plugins/solidity/package.json | 6 +- packages/plugins/suggestions/CHANGELOG.md | 8 +++ packages/plugins/suggestions/package.json | 6 +- packages/plugins/swarm/CHANGELOG.md | 8 +++ packages/plugins/swarm/package.json | 8 +-- .../plugins/transaction-logger/CHANGELOG.md | 8 +++ .../plugins/transaction-logger/package.json | 6 +- packages/plugins/web3/CHANGELOG.md | 8 +++ packages/plugins/web3/package.json | 6 +- packages/plugins/whisper-geth/CHANGELOG.md | 8 +++ packages/plugins/whisper-geth/package.json | 6 +- packages/plugins/whisper-parity/CHANGELOG.md | 8 +++ packages/plugins/whisper-parity/package.json | 6 +- packages/stack/api/CHANGELOG.md | 8 +++ packages/stack/api/package.json | 8 +-- packages/stack/authenticator/CHANGELOG.md | 8 +++ packages/stack/authenticator/package.json | 4 +- packages/stack/blockchain/CHANGELOG.md | 8 +++ packages/stack/blockchain/package.json | 6 +- packages/stack/communication/CHANGELOG.md | 8 +++ packages/stack/communication/package.json | 4 +- packages/stack/compiler/CHANGELOG.md | 8 +++ packages/stack/compiler/package.json | 6 +- packages/stack/contracts-manager/CHANGELOG.md | 8 +++ packages/stack/contracts-manager/package.json | 6 +- packages/stack/deployment/CHANGELOG.md | 8 +++ packages/stack/deployment/package.json | 6 +- packages/stack/embarkjs/CHANGELOG.md | 8 +++ packages/stack/embarkjs/package.json | 4 +- packages/stack/library-manager/CHANGELOG.md | 8 +++ packages/stack/library-manager/package.json | 4 +- packages/stack/pipeline/CHANGELOG.md | 8 +++ packages/stack/pipeline/package.json | 4 +- .../process-logs-api-manager/CHANGELOG.md | 8 +++ .../process-logs-api-manager/package.json | 4 +- packages/stack/proxy/CHANGELOG.md | 8 +++ packages/stack/proxy/package.json | 6 +- packages/stack/storage/CHANGELOG.md | 8 +++ packages/stack/storage/package.json | 6 +- packages/stack/test-runner/CHANGELOG.md | 8 +++ packages/stack/test-runner/package.json | 6 +- packages/stack/watcher/CHANGELOG.md | 8 +++ packages/stack/watcher/package.json | 4 +- packages/stack/webserver/CHANGELOG.md | 8 +++ packages/stack/webserver/package.json | 4 +- 112 files changed, 662 insertions(+), 214 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3a84138..ac5352a97 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package root + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index 5584555de..0302a0652 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 42b060dbe..26d4512da 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.6", - "embark-geth": "^5.3.0-nightly.6", - "embark-graph": "^5.3.0-nightly.6", - "embark-ipfs": "^5.3.0-nightly.6", - "embark-parity": "^5.3.0-nightly.6", - "embark-profiler": "^5.3.0-nightly.6", + "embark": "^5.3.0-nightly.7", + "embark-geth": "^5.3.0-nightly.7", + "embark-graph": "^5.3.0-nightly.7", + "embark-ipfs": "^5.3.0-nightly.7", + "embark-parity": "^5.3.0-nightly.7", + "embark-profiler": "^5.3.0-nightly.7", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.6", - "embark-whisper-geth": "^5.3.0-nightly.6", + "embark-swarm": "^5.3.0-nightly.7", + "embark-whisper-geth": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index a56812570..cb4fecb0d 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 70fe1b0c9..4a0d7d536 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.6", - "embark-geth": "^5.3.0-nightly.6", - "embark-graph": "^5.3.0-nightly.6", - "embark-ipfs": "^5.3.0-nightly.6", - "embark-parity": "^5.3.0-nightly.6", - "embark-profiler": "^5.3.0-nightly.6", + "embark": "^5.3.0-nightly.7", + "embark-geth": "^5.3.0-nightly.7", + "embark-graph": "^5.3.0-nightly.7", + "embark-ipfs": "^5.3.0-nightly.7", + "embark-parity": "^5.3.0-nightly.7", + "embark-profiler": "^5.3.0-nightly.7", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.6", - "embark-whisper-geth": "^5.3.0-nightly.6", + "embark-swarm": "^5.3.0-nightly.7", + "embark-whisper-geth": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 9934c1c4a..9b9472550 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 67d5009ac..04d0b595e 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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,8 +28,8 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.3.0-nightly.6", - "embark-geth": "^5.3.0-nightly.6", + "embark": "^5.3.0-nightly.7", + "embark-geth": "^5.3.0-nightly.7", "embark-reset": "^5.2.3", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index f5cbd3633..ea3cde9a4 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 52dffbddf..27895beaa 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -2,17 +2,17 @@ "description": "Test DApp for integration testing purposes", "devDependencies": { "bootstrap": "3.4.1", - "embark": "^5.3.0-nightly.6", + "embark": "^5.3.0-nightly.7", "embark-dapp-test-service": "^5.2.3", - "embark-geth": "^5.3.0-nightly.6", - "embark-graph": "^5.3.0-nightly.6", + "embark-geth": "^5.3.0-nightly.7", + "embark-graph": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-ipfs": "^5.3.0-nightly.6", - "embark-parity": "^5.3.0-nightly.6", - "embark-profiler": "^5.3.0-nightly.6", + "embark-ipfs": "^5.3.0-nightly.7", + "embark-parity": "^5.3.0-nightly.7", + "embark-profiler": "^5.3.0-nightly.7", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.6", - "embark-whisper-geth": "^5.3.0-nightly.6", + "embark-swarm": "^5.3.0-nightly.7", + "embark-whisper-geth": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", @@ -38,5 +38,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.3.0-nightly.6" + "version": "5.3.0-nightly.7" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index b1d7d33ef..cfbdb1cb2 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 c14ec1958..96a628ca4 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.3.0-nightly.6", - "embark-geth": "^5.3.0-nightly.6", - "embark-graph": "^5.3.0-nightly.6", - "embark-ipfs": "^5.3.0-nightly.6", - "embark-parity": "^5.3.0-nightly.6", - "embark-profiler": "^5.3.0-nightly.6", + "embark": "^5.3.0-nightly.7", + "embark-geth": "^5.3.0-nightly.7", + "embark-graph": "^5.3.0-nightly.7", + "embark-ipfs": "^5.3.0-nightly.7", + "embark-parity": "^5.3.0-nightly.7", + "embark-profiler": "^5.3.0-nightly.7", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.6", - "embark-whisper-geth": "^5.3.0-nightly.6", + "embark-swarm": "^5.3.0-nightly.7", + "embark-whisper-geth": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", @@ -28,5 +28,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.3.0-nightly.6" + "version": "5.3.0-nightly.7" } diff --git a/dapps/tests/teller-contracts/CHANGELOG.md b/dapps/tests/teller-contracts/CHANGELOG.md index b61fb4f2f..0b833babc 100644 --- a/dapps/tests/teller-contracts/CHANGELOG.md +++ b/dapps/tests/teller-contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-dapp-test-teller-contracts + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-dapp-test-teller-contracts diff --git a/dapps/tests/teller-contracts/package.json b/dapps/tests/teller-contracts/package.json index e186504f7..4224f37d4 100644 --- a/dapps/tests/teller-contracts/package.json +++ b/dapps/tests/teller-contracts/package.json @@ -1,7 +1,7 @@ { "name": "embark-dapp-test-teller-contracts", "description": "Test Teller contracts for integration testing purposes", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "scripts": { "ci": "npm run qa", "clean": "npm run reset", @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "devDependencies": { - "embark": "^5.3.0-nightly.6", + "embark": "^5.3.0-nightly.7", "embark-reset": "^5.2.3", "rimraf": "3.0.0" } diff --git a/lerna.json b/lerna.json index e50f7f986..eeec421c2 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.3.0-nightly.6" + "version": "5.3.0-nightly.7" } diff --git a/packages/cockpit/ui/CHANGELOG.md b/packages/cockpit/ui/CHANGELOG.md index 3e5a38d5a..fb88c763b 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-ui + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index 53197ff34..1402f1298 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index eb09008a2..be903a08e 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-code-runner + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 5c0e573da..718e5fd4a 100644 --- a/packages/core/code-runner/package.json +++ b/packages/core/code-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-code-runner", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -57,10 +57,10 @@ "async": "3.2.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "fs-extra": "8.1.0", "parse-json": "5.0.0", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 618269f26..afbe2faec 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-console + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 4e368dbe4..8ff7c2ebc 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -56,9 +56,9 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 0f5de9859..9c5ea02cd 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-core + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index e0f70195d..eca4455f9 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -58,7 +58,7 @@ "deep-equal": "1.0.1", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 0ee0b31d2..9913c4b98 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-engine + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 960841cce..dc7300151 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -47,48 +47,48 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.3.0-nightly.6", - "embark-api": "^5.3.0-nightly.6", - "embark-authenticator": "^5.3.0-nightly.6", - "embark-basic-pipeline": "^5.3.0-nightly.6", - "embark-blockchain": "^5.3.0-nightly.6", - "embark-code-runner": "^5.3.0-nightly.6", - "embark-communication": "^5.3.0-nightly.6", - "embark-compiler": "^5.3.0-nightly.6", - "embark-console": "^5.3.0-nightly.6", - "embark-contracts-manager": "^5.3.0-nightly.6", - "embark-core": "^5.3.0-nightly.6", - "embark-coverage": "^5.3.0-nightly.6", + "embark-accounts-manager": "^5.3.0-nightly.7", + "embark-api": "^5.3.0-nightly.7", + "embark-authenticator": "^5.3.0-nightly.7", + "embark-basic-pipeline": "^5.3.0-nightly.7", + "embark-blockchain": "^5.3.0-nightly.7", + "embark-code-runner": "^5.3.0-nightly.7", + "embark-communication": "^5.3.0-nightly.7", + "embark-compiler": "^5.3.0-nightly.7", + "embark-console": "^5.3.0-nightly.7", + "embark-contracts-manager": "^5.3.0-nightly.7", + "embark-core": "^5.3.0-nightly.7", + "embark-coverage": "^5.3.0-nightly.7", "embark-debugger": "^5.3.0-nightly.6", - "embark-deployment": "^5.3.0-nightly.6", - "embark-embarkjs": "^5.3.0-nightly.6", - "embark-ens": "^5.3.0-nightly.6", - "embark-ethereum-blockchain-client": "^5.3.0-nightly.6", - "embark-ganache": "^5.3.0-nightly.6", - "embark-geth": "^5.3.0-nightly.6", + "embark-deployment": "^5.3.0-nightly.7", + "embark-embarkjs": "^5.3.0-nightly.7", + "embark-ens": "^5.3.0-nightly.7", + "embark-ethereum-blockchain-client": "^5.3.0-nightly.7", + "embark-ganache": "^5.3.0-nightly.7", + "embark-geth": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-library-manager": "^5.3.0-nightly.6", + "embark-library-manager": "^5.3.0-nightly.7", "embark-logger": "^5.3.0-nightly.6", - "embark-mocha-tests": "^5.3.0-nightly.6", + "embark-mocha-tests": "^5.3.0-nightly.7", "embark-namesystem": "^5.3.0-nightly.6", - "embark-pipeline": "^5.3.0-nightly.6", - "embark-plugin-cmd": "^5.3.0-nightly.6", - "embark-process-logs-api-manager": "^5.3.0-nightly.6", - "embark-proxy": "^5.3.0-nightly.6", - "embark-rpc-manager": "^5.3.0-nightly.6", - "embark-scaffolding": "^5.3.0-nightly.6", - "embark-solidity": "^5.3.0-nightly.6", - "embark-solidity-tests": "^5.3.0-nightly.6", + "embark-pipeline": "^5.3.0-nightly.7", + "embark-plugin-cmd": "^5.3.0-nightly.7", + "embark-process-logs-api-manager": "^5.3.0-nightly.7", + "embark-proxy": "^5.3.0-nightly.7", + "embark-rpc-manager": "^5.3.0-nightly.7", + "embark-scaffolding": "^5.3.0-nightly.7", + "embark-solidity": "^5.3.0-nightly.7", + "embark-solidity-tests": "^5.3.0-nightly.7", "embark-specialconfigs": "^5.3.0-nightly.6", - "embark-storage": "^5.3.0-nightly.6", - "embark-test-runner": "^5.3.0-nightly.6", - "embark-transaction-logger": "^5.3.0-nightly.6", + "embark-storage": "^5.3.0-nightly.7", + "embark-test-runner": "^5.3.0-nightly.7", + "embark-transaction-logger": "^5.3.0-nightly.7", "embark-transaction-tracker": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embark-vyper": "^5.3.0-nightly.6", - "embark-watcher": "^5.3.0-nightly.6", - "embark-web3": "^5.3.0-nightly.6", - "embark-webserver": "^5.3.0-nightly.6", + "embark-watcher": "^5.3.0-nightly.7", + "embark-web3": "^5.3.0-nightly.7", + "embark-webserver": "^5.3.0-nightly.7", "fs-extra": "8.1.0" }, "devDependencies": { diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index 83d6acda7..93c20ce2c 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-utils + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 46f1b4db1..215b10b06 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 70938e82c..e8f8967b6 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/embark/package.json b/packages/embark/package.json index 54e893da1..bce0a7d19 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -75,14 +75,14 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.3.0-nightly.6", - "embark-deploy-tracker": "^5.3.0-nightly.6", - "embark-engine": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", + "embark-deploy-tracker": "^5.3.0-nightly.7", + "embark-engine": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", "embark-reset": "^5.2.3", - "embark-suggestions": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-suggestions": "^5.3.0-nightly.7", + "embark-utils": "^5.3.0-nightly.7", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -132,15 +132,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.3.0-nightly.6", - "embark-compiler": "^5.3.0-nightly.6", - "embark-contracts-manager": "^5.3.0-nightly.6", - "embark-solidity": "^5.3.0-nightly.6", + "embark-code-runner": "^5.3.0-nightly.7", + "embark-compiler": "^5.3.0-nightly.7", + "embark-contracts-manager": "^5.3.0-nightly.7", + "embark-solidity": "^5.3.0-nightly.7", "embark-solo": "^5.2.3", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", "embark-testing": "^5.3.0-nightly.6", - "embark-transaction-logger": "^5.3.0-nightly.6", + "embark-transaction-logger": "^5.3.0-nightly.7", "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 aa51d437d..8952f8cf7 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 1ab373024..774d59dde 100644 --- a/packages/plugins/accounts-manager/package.json +++ b/packages/plugins/accounts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-accounts-manager", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 1e9a29d16..3c4d6a82c 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index 4a0dc7648..7316b4a88 100644 --- a/packages/plugins/basic-pipeline/package.json +++ b/packages/plugins/basic-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-basic-pipeline", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index 5f35237c3..d0ed38b18 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 748079b07..5fcfe3032 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -56,8 +56,8 @@ "@types/prettier": "1.16.4", "@types/semver": "7.1.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", + "embark-utils": "^5.3.0-nightly.7", "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 a35c30d53..dc93e6698 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-deploy-tracker diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index f6b436a2d..99e34343f 100644 --- a/packages/plugins/deploy-tracker/package.json +++ b/packages/plugins/deploy-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-deploy-tracker", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -53,7 +53,7 @@ "colors": "1.3.2", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "fs-extra": "8.1.0", "web3": "1.2.6" }, diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 66627a9b4..2e8e946f3 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-ens + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 1996e95c7..11cab48b9 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "eth-ens-namehash": "2.0.8", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index 4366cc4cb..a4af1555c 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-ethereum-blockchain-client diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index 47eafdb22..5e9c41cbf 100644 --- a/packages/plugins/ethereum-blockchain-client/package.json +++ b/packages/plugins/ethereum-blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-ethereum-blockchain-client", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "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 dc4c8501d..47af73174 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-ganache + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index bf767386a..ee86184fe 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -47,9 +47,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "ganache-cli": "6.8.2" }, "devDependencies": { diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index 82b5b8947..0ba93f227 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-geth + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 961443b62..0bf9b7d2b 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -50,10 +50,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 ecea90cef..5e0ca7785 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-graph + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index b2c1b458e..8ea10b6ff 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "viz.js": "2.1.2" }, "devDependencies": { diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index 2bce924d0..bf0aa72d8 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-ipfs + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 519c6db6a..c71c34825 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-storage": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-storage": "^5.3.0-nightly.7", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", "ipfs-http-client": "40.0.0", diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index b81ecd94f..ef30e9d6d 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-mocha-tests + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-mocha-tests diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 57f8ffb98..3a46368a3 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.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "mocha": "7.1.0", "web3": "1.2.6" diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 647b4b26d..50dfe6fb5 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-nethermind + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 31ecf8503..ede18de21 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -46,10 +46,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 45509c78d..0f1b344e8 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-parity + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index 699b3785e..e5252a4cf 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 626727d9a..a55c70c5e 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-plugin-cmd diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index d240a8aee..58081762e 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.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -40,7 +40,7 @@ "async": "3.2.0", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6" + "embark-utils": "^5.3.0-nightly.7" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index ed746c81c..fa997f38e 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-profiler + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 8c59e430f..a0c84a26c 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -49,7 +49,7 @@ "ascii-table": "0.0.9", "async": "3.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 991579543..7436e6060 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 f755f5a5e..905652d88 100644 --- a/packages/plugins/rpc-manager/package.json +++ b/packages/plugins/rpc-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-rpc-manager", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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": "3.2.0", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index 1441c162f..d0239bea2 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 8b2bbd3f1..86b80039c 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -46,10 +46,10 @@ "@babel/runtime-corejs3": "7.8.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 b62fbb6a4..a8de9e644 100644 --- a/packages/plugins/scripts-runner/CHANGELOG.md +++ b/packages/plugins/scripts-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-scripts-runner + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 27a8cb159..818e211e1 100644 --- a/packages/plugins/scripts-runner/package.json +++ b/packages/plugins/scripts-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-scripts-runner", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "description": "Embark Scripts Runner", "repository": { "directory": "packages/plugins/scripts-runner", @@ -45,10 +45,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js-pure": "3.6.4", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "fs-extra": "8.1.0", "web3": "1.2.6", "web3-eth": "1.2.6" diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index b878b3a50..e58e9939b 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-solidity-tests + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-solidity-tests diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index 0934b2de4..c88495dfa 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.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 1c7b679a5..5ecf94be8 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index a2f9778de..59da10b2c 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 3f6bd6e36..469d4b3a9 100644 --- a/packages/plugins/suggestions/CHANGELOG.md +++ b/packages/plugins/suggestions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.3.0-nightly.6](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index fa346734b..3a09d9b38 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -47,8 +47,8 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", + "embark-utils": "^5.3.0-nightly.7", "fs-extra": "8.1.0" }, "devDependencies": { diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index f7d1a3b0e..9fe922bf6 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-swarm + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index 2d7172ec5..20ab73175 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -52,10 +52,10 @@ "async": "3.2.0", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-storage": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-storage": "^5.3.0-nightly.7", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-swarm": "^5.3.0-nightly.4", "lodash.clonedeep": "4.5.0", diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index caa1ba0dc..1ade9f8ca 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 a86a43d7d..191bdcc4c 100644 --- a/packages/plugins/transaction-logger/package.json +++ b/packages/plugins/transaction-logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-logger", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -50,9 +50,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 306c03c1f..e56c16d86 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 49769b205..ffb72d25f 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embarkjs-web3": "^5.3.0-nightly.4", "web3": "1.2.6" }, diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index 37232c668..d08993f4e 100644 --- a/packages/plugins/whisper-geth/CHANGELOG.md +++ b/packages/plugins/whisper-geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 3bd2acf1e..d97b2bfe3 100644 --- a/packages/plugins/whisper-geth/package.json +++ b/packages/plugins/whisper-geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-geth", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-whisper": "^5.3.0-nightly.4", "rxjs": "6.4.0", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 381f2aecf..be1219caf 100644 --- a/packages/plugins/whisper-parity/CHANGELOG.md +++ b/packages/plugins/whisper-parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 062c9b7ec..5b9ab0477 100644 --- a/packages/plugins/whisper-parity/package.json +++ b/packages/plugins/whisper-parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-parity", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "embarkjs": "^5.3.0-nightly.6", "embarkjs-whisper": "^5.3.0-nightly.4", "rxjs": "6.4.0" diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index bf4a4ab53..d62f7e51a 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-api + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 188e76d61..e33e39123 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-ui": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-ui": "^5.3.0-nightly.7", + "embark-utils": "^5.3.0-nightly.7", "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 160cb45ae..bb439748e 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-authenticator + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index d62a5631c..1904721fc 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "keccakjs": "0.2.3", "uuid": "3.3.2" }, diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index 0538c04cd..b21657f42 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-blockchain + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 0ac53cdc3..79f624697 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -56,10 +56,10 @@ "async": "3.2.0", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index 145b42be0..830634c27 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-communication + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index f7fcdaf15..990313463 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -53,7 +53,7 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.6.4", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6" + "embark-utils": "^5.3.0-nightly.7" }, "devDependencies": { "@babel/core": "7.8.6", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index c58f36a08..6dc84d372 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 268b5ebb9..24e3266cf 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -54,9 +54,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6" + "embark-utils": "^5.3.0-nightly.7" }, "devDependencies": { "@babel/core": "7.8.6", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 6437a3088..89811d70f 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-contracts-manager + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-contracts-manager diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index c4d2672d8..b54071c2f 100644 --- a/packages/stack/contracts-manager/package.json +++ b/packages/stack/contracts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-contracts-manager", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -51,10 +51,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.6.4", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "web3": "1.2.6", "web3-utils": "1.2.6" }, diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index d91683747..ff43163b1 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-deployment + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 0422571ff..716750c45 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -54,9 +54,9 @@ "async": "3.2.0", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6" + "embark-utils": "^5.3.0-nightly.7" }, "devDependencies": { "@babel/core": "7.8.6", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index 5fa0aeb39..ec273575b 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index c9dc2dc07..c13c27115 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embarkjs": "^5.3.0-nightly.6" }, diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index cb7931e6c..b19d55470 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-library-manager + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-library-manager diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index 60c3461ea..64dd77e0c 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.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index 9c7c0fb87..3f4f8e7c4 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-pipeline + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index 430209a92..438b3fe3f 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -49,7 +49,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.6" + "embark-utils": "^5.3.0-nightly.7" }, "devDependencies": { "babel-jest": "24.9.0", diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index d6e8fd9cd..9df173562 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-process-logs-api-manager diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index 0fd1d9299..f5cf9eec6 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.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -47,7 +47,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.6" + "embark-utils": "^5.3.0-nightly.7" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 48e3d3b75..4a987d863 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-proxy + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index b93fd83d0..0a63a47b6 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-logger": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 6673716de..791d37f75 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-storage + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 291ee1018..89da2c9bc 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -48,9 +48,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 9ca30a844..e823a5f9f 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-test-runner + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **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 73e39eb1d..8044120bc 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.6", + "embark-core": "^5.3.0-nightly.7", "embark-i18n": "^5.3.0-nightly.5", "embark-testing": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "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 3b8ef6776..50ee1952a 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-watcher + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index d2ba86584..59b37a48f 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "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.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6" + "embark-utils": "^5.3.0-nightly.7" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index 4df2fbbb1..2f5a2d763 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.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10) + +**Note:** Version bump only for package embark-webserver + + + + + # [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 68e6d2227..f3f6fa95e 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.3.0-nightly.6", + "version": "5.3.0-nightly.7", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -50,7 +50,7 @@ "core-js": "3.4.3", "ejs": "2.6.1", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.6", + "embark-utils": "^5.3.0-nightly.7", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0",