From a9807b77f53879a1550cde2f4b2565dcd623dc7d Mon Sep 17 00:00:00 2001 From: EmbarkBot <59620708+embarkbot@users.noreply.github.com> Date: Fri, 31 Jan 2020 00:12:28 +0000 Subject: [PATCH] chore(prerelease): 5.1.1-nightly.2 --- 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 | 18 ++-- dapps/tests/app/CHANGELOG.md | 8 ++ dapps/tests/app/package.json | 20 ++-- dapps/tests/contracts/CHANGELOG.md | 8 ++ dapps/tests/contracts/package.json | 18 ++-- lerna.json | 2 +- packages/cockpit/api-client/CHANGELOG.md | 8 ++ packages/cockpit/api-client/package.json | 4 +- packages/cockpit/ui/CHANGELOG.md | 8 ++ packages/cockpit/ui/package.json | 4 +- packages/core/code-runner/CHANGELOG.md | 8 ++ packages/core/code-runner/package.json | 14 +-- packages/core/console/CHANGELOG.md | 8 ++ packages/core/console/package.json | 14 +-- packages/core/core/CHANGELOG.md | 8 ++ packages/core/core/package.json | 10 +- packages/core/engine/CHANGELOG.md | 8 ++ packages/core/engine/package.json | 100 +++++++++--------- packages/core/i18n/CHANGELOG.md | 8 ++ packages/core/i18n/package.json | 4 +- packages/core/logger/CHANGELOG.md | 8 ++ packages/core/logger/package.json | 4 +- packages/core/reset/CHANGELOG.md | 8 ++ packages/core/reset/package.json | 4 +- packages/core/utils/CHANGELOG.md | 8 ++ packages/core/utils/package.json | 8 +- packages/embark/CHANGELOG.md | 8 ++ packages/embark/package.json | 34 +++--- packages/embarkjs/embarkjs/CHANGELOG.md | 8 ++ packages/embarkjs/embarkjs/package.json | 4 +- packages/embarkjs/ens/CHANGELOG.md | 8 ++ packages/embarkjs/ens/package.json | 6 +- packages/embarkjs/ipfs/CHANGELOG.md | 8 ++ packages/embarkjs/ipfs/package.json | 4 +- packages/embarkjs/swarm/CHANGELOG.md | 8 ++ packages/embarkjs/swarm/package.json | 4 +- packages/embarkjs/web3/CHANGELOG.md | 8 ++ packages/embarkjs/web3/package.json | 4 +- packages/embarkjs/whisper/CHANGELOG.md | 8 ++ packages/embarkjs/whisper/package.json | 4 +- .../plugins/accounts-manager/CHANGELOG.md | 8 ++ .../plugins/accounts-manager/package.json | 12 +-- packages/plugins/basic-pipeline/CHANGELOG.md | 8 ++ packages/plugins/basic-pipeline/package.json | 12 +-- packages/plugins/coverage/CHANGELOG.md | 8 ++ packages/plugins/coverage/package.json | 8 +- packages/plugins/debugger/CHANGELOG.md | 8 ++ packages/plugins/debugger/package.json | 6 +- packages/plugins/deploy-tracker/CHANGELOG.md | 8 ++ packages/plugins/deploy-tracker/package.json | 8 +- packages/plugins/ens/CHANGELOG.md | 8 ++ packages/plugins/ens/package.json | 16 +-- .../ethereum-blockchain-client/CHANGELOG.md | 8 ++ .../ethereum-blockchain-client/package.json | 12 +-- packages/plugins/ganache/CHANGELOG.md | 8 ++ packages/plugins/ganache/package.json | 4 +- packages/plugins/geth/CHANGELOG.md | 8 ++ packages/plugins/geth/package.json | 12 +-- packages/plugins/graph/CHANGELOG.md | 8 ++ packages/plugins/graph/package.json | 4 +- packages/plugins/ipfs/CHANGELOG.md | 8 ++ packages/plugins/ipfs/package.json | 16 +-- packages/plugins/mocha-tests/CHANGELOG.md | 8 ++ packages/plugins/mocha-tests/package.json | 10 +- packages/plugins/nethermind/CHANGELOG.md | 8 ++ packages/plugins/nethermind/package.json | 10 +- packages/plugins/parity/CHANGELOG.md | 8 ++ packages/plugins/parity/package.json | 10 +- packages/plugins/plugin-cmd/CHANGELOG.md | 8 ++ packages/plugins/plugin-cmd/package.json | 8 +- 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 | 12 +-- packages/plugins/scaffolding/CHANGELOG.md | 8 ++ packages/plugins/scaffolding/package.json | 12 +-- packages/plugins/snark/CHANGELOG.md | 8 ++ packages/plugins/snark/package.json | 4 +- packages/plugins/solc/CHANGELOG.md | 8 ++ packages/plugins/solc/package.json | 4 +- packages/plugins/solidity-tests/CHANGELOG.md | 8 ++ packages/plugins/solidity-tests/package.json | 6 +- packages/plugins/solidity/CHANGELOG.md | 8 ++ packages/plugins/solidity/package.json | 10 +- packages/plugins/specialconfigs/CHANGELOG.md | 8 ++ packages/plugins/specialconfigs/package.json | 6 +- packages/plugins/suggestions/CHANGELOG.md | 8 ++ packages/plugins/suggestions/package.json | 10 +- packages/plugins/swarm/CHANGELOG.md | 8 ++ packages/plugins/swarm/package.json | 16 +-- .../plugins/transaction-logger/CHANGELOG.md | 8 ++ .../plugins/transaction-logger/package.json | 10 +- .../plugins/transaction-tracker/CHANGELOG.md | 8 ++ .../plugins/transaction-tracker/package.json | 4 +- packages/plugins/vyper/CHANGELOG.md | 8 ++ packages/plugins/vyper/package.json | 6 +- packages/plugins/web3/CHANGELOG.md | 8 ++ packages/plugins/web3/package.json | 10 +- packages/plugins/whisper-geth/CHANGELOG.md | 8 ++ packages/plugins/whisper-geth/package.json | 12 +-- packages/plugins/whisper-parity/CHANGELOG.md | 8 ++ packages/plugins/whisper-parity/package.json | 12 +-- packages/stack/api/CHANGELOG.md | 8 ++ packages/stack/api/package.json | 12 +-- packages/stack/authenticator/CHANGELOG.md | 8 ++ packages/stack/authenticator/package.json | 8 +- packages/stack/blockchain-client/CHANGELOG.md | 8 ++ packages/stack/blockchain-client/package.json | 4 +- packages/stack/blockchain/CHANGELOG.md | 8 ++ packages/stack/blockchain/package.json | 14 +-- packages/stack/communication/CHANGELOG.md | 8 ++ packages/stack/communication/package.json | 10 +- packages/stack/compiler/CHANGELOG.md | 8 ++ packages/stack/compiler/package.json | 12 +-- packages/stack/contracts-manager/CHANGELOG.md | 8 ++ packages/stack/contracts-manager/package.json | 12 +-- packages/stack/deployment/CHANGELOG.md | 8 ++ packages/stack/deployment/package.json | 12 +-- packages/stack/embarkjs/CHANGELOG.md | 8 ++ packages/stack/embarkjs/package.json | 8 +- packages/stack/library-manager/CHANGELOG.md | 8 ++ packages/stack/library-manager/package.json | 8 +- packages/stack/namesystem/CHANGELOG.md | 8 ++ packages/stack/namesystem/package.json | 6 +- packages/stack/pipeline/CHANGELOG.md | 8 ++ packages/stack/pipeline/package.json | 10 +- .../process-logs-api-manager/CHANGELOG.md | 8 ++ .../process-logs-api-manager/package.json | 6 +- packages/stack/proxy/CHANGELOG.md | 8 ++ packages/stack/proxy/package.json | 12 +-- packages/stack/storage/CHANGELOG.md | 8 ++ packages/stack/storage/package.json | 10 +- packages/stack/test-runner/CHANGELOG.md | 8 ++ packages/stack/test-runner/package.json | 10 +- packages/stack/watcher/CHANGELOG.md | 8 ++ packages/stack/watcher/package.json | 8 +- packages/stack/webserver/CHANGELOG.md | 8 ++ packages/stack/webserver/package.json | 8 +- packages/utils/collective/CHANGELOG.md | 8 ++ packages/utils/collective/package.json | 2 +- packages/utils/solo/CHANGELOG.md | 8 ++ packages/utils/solo/package.json | 4 +- packages/utils/testing/CHANGELOG.md | 8 ++ packages/utils/testing/package.json | 4 +- 150 files changed, 993 insertions(+), 393 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c61ea47e9..0996f3ca90 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package root + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index e8e7348cc9..e09366af9f 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **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 c7eba194ea..f26f9abc9d 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "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,14 +32,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rimraf": "3.0.0" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index d8deaa7387..708a847f7f 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **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 a7a2bdd635..1e6d5bf7a3 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "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,14 +34,14 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "jquery": "3.4.1", "popper.js": "1.15.0", "react": "16.12.0", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 54c7b91afa..0ed58f4732 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **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 c31ded59db..33d287584a 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "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,14 +28,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rimraf": "3.0.0" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 1205d17dbd..c9f33fd5d9 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index 789e8c9aee..e26f1a2b89 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,16 +3,16 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.1.1-nightly.1", + "embark": "^5.1.1-nightly.2", "embark-dapp-test-service": "^5.0.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "haml": "0.4.3", "jquery": "3.4.0", @@ -32,5 +32,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.1-nightly.1" + "version": "5.1.1-nightly.2" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index da3037c64f..2780ea6ee3 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **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 7f6de6ff0b..7b82cf82f2 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,14 +1,14 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rimraf": "3.0.0" }, "license": "MIT", @@ -21,5 +21,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.1-nightly.1" + "version": "5.1.1-nightly.2" } diff --git a/lerna.json b/lerna.json index dc0f85c816..cd7620f942 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.1-nightly.1" + "version": "5.1.1-nightly.2" } diff --git a/packages/cockpit/api-client/CHANGELOG.md b/packages/cockpit/api-client/CHANGELOG.md index f26ac2a6f5..37b45acc93 100644 --- a/packages/cockpit/api-client/CHANGELOG.md +++ b/packages/cockpit/api-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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-api-client + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-api-client diff --git a/packages/cockpit/api-client/package.json b/packages/cockpit/api-client/package.json index 19c3cd8944..110e01b3da 100644 --- a/packages/cockpit/api-client/package.json +++ b/packages/cockpit/api-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-api-client", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -50,7 +50,7 @@ "keccakjs": "0.2.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/cockpit/ui/CHANGELOG.md b/packages/cockpit/ui/CHANGELOG.md index 438d8ff1a7..5f6beec0a3 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ui + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark-ui diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index 5e62f449f6..b7a76b7bfe 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", @@ -66,7 +66,7 @@ "classnames": "2.2.6", "connected-react-router": "4.5.0", "date-fns": "2.3.0", - "embark-api-client": "^5.1.0", + "embark-api-client": "^5.1.1-nightly.2", "eslint-plugin-import": "2.18.2", "ethereumjs-units": "0.2.0", "find-up": "4.1.0", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 6aad99bee1..de7997beac 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-code-runner + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 ec2863a9ec..a55b38c4ea 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -52,10 +52,10 @@ "async": "3.1.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "parse-json": "5.0.0", "vm2": "3.8.4", @@ -64,8 +64,8 @@ "devDependencies": { "@babel/core": "7.7.7", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index d0238950ea..410368a089 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-console + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 240cadf839..d34e23a97f 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -50,18 +50,18 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-logger": "^5.1.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-logger": "^5.1.1-nightly.2", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 247129ef4f..e905c8d22a 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-core + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index abe627f31f..36a974c3eb 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -54,9 +54,9 @@ "core-js": "3.4.3", "decompress": "4.2.0", "deep-equal": "1.0.1", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "find-up": "4.1.0", "flatted": "0.2.3", "fs-extra": "8.1.0", @@ -71,7 +71,7 @@ "window-size": "1.1.1" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index 99084985fe..df4f131cbb 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-engine + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 6aabe4c296..c3b5ae3baa 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -46,57 +46,57 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.1.1-nightly.0", - "embark-api": "^5.1.1-nightly.1", - "embark-authenticator": "^5.1.1-nightly.0", - "embark-basic-pipeline": "^5.1.1-nightly.0", - "embark-blockchain": "^5.1.1-nightly.0", - "embark-blockchain-client": "^5.1.0", - "embark-code-runner": "^5.1.1-nightly.0", - "embark-communication": "^5.1.1-nightly.0", - "embark-compiler": "^5.1.1-nightly.0", - "embark-console": "^5.1.1-nightly.0", - "embark-contracts-manager": "^5.1.1-nightly.1", - "embark-core": "^5.1.1-nightly.0", - "embark-coverage": "^5.1.1-nightly.0", - "embark-debugger": "^5.1.1-nightly.0", - "embark-deployment": "^5.1.1-nightly.0", - "embark-embarkjs": "^5.1.1-nightly.0", - "embark-ens": "^5.1.1-nightly.1", - "embark-ethereum-blockchain-client": "^5.1.1-nightly.0", - "embark-ganache": "^5.1.0", - "embark-geth": "^5.1.1-nightly.0", - "embark-ipfs": "^5.1.1-nightly.0", - "embark-library-manager": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-mocha-tests": "^5.1.1-nightly.0", - "embark-namesystem": "^5.1.1-nightly.0", - "embark-parity": "^5.1.1-nightly.0", - "embark-pipeline": "^5.1.1-nightly.0", - "embark-plugin-cmd": "^5.1.1-nightly.0", - "embark-process-logs-api-manager": "^5.1.1-nightly.0", - "embark-profiler": "^5.1.0", - "embark-proxy": "^5.1.1-nightly.0", - "embark-rpc-manager": "^5.1.1-nightly.0", - "embark-scaffolding": "^5.1.1-nightly.0", - "embark-solidity": "^5.1.1-nightly.0", - "embark-solidity-tests": "^5.1.1-nightly.0", - "embark-specialconfigs": "^5.1.1-nightly.0", - "embark-storage": "^5.1.1-nightly.0", - "embark-swarm": "^5.1.1-nightly.0", - "embark-test-runner": "^5.1.1-nightly.0", - "embark-transaction-logger": "^5.1.1-nightly.0", - "embark-transaction-tracker": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", - "embark-vyper": "^5.1.1-nightly.0", - "embark-watcher": "^5.1.1-nightly.0", - "embark-web3": "^5.1.1-nightly.0", - "embark-webserver": "^5.1.1-nightly.0", - "embark-whisper-geth": "^5.1.1-nightly.0", - "embark-whisper-parity": "^5.1.1-nightly.0" + "embark-accounts-manager": "^5.1.1-nightly.2", + "embark-api": "^5.1.1-nightly.2", + "embark-authenticator": "^5.1.1-nightly.2", + "embark-basic-pipeline": "^5.1.1-nightly.2", + "embark-blockchain": "^5.1.1-nightly.2", + "embark-blockchain-client": "^5.1.1-nightly.2", + "embark-code-runner": "^5.1.1-nightly.2", + "embark-communication": "^5.1.1-nightly.2", + "embark-compiler": "^5.1.1-nightly.2", + "embark-console": "^5.1.1-nightly.2", + "embark-contracts-manager": "^5.1.1-nightly.2", + "embark-core": "^5.1.1-nightly.2", + "embark-coverage": "^5.1.1-nightly.2", + "embark-debugger": "^5.1.1-nightly.2", + "embark-deployment": "^5.1.1-nightly.2", + "embark-embarkjs": "^5.1.1-nightly.2", + "embark-ens": "^5.1.1-nightly.2", + "embark-ethereum-blockchain-client": "^5.1.1-nightly.2", + "embark-ganache": "^5.1.1-nightly.2", + "embark-geth": "^5.1.1-nightly.2", + "embark-ipfs": "^5.1.1-nightly.2", + "embark-library-manager": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-mocha-tests": "^5.1.1-nightly.2", + "embark-namesystem": "^5.1.1-nightly.2", + "embark-parity": "^5.1.1-nightly.2", + "embark-pipeline": "^5.1.1-nightly.2", + "embark-plugin-cmd": "^5.1.1-nightly.2", + "embark-process-logs-api-manager": "^5.1.1-nightly.2", + "embark-profiler": "^5.1.1-nightly.2", + "embark-proxy": "^5.1.1-nightly.2", + "embark-rpc-manager": "^5.1.1-nightly.2", + "embark-scaffolding": "^5.1.1-nightly.2", + "embark-solidity": "^5.1.1-nightly.2", + "embark-solidity-tests": "^5.1.1-nightly.2", + "embark-specialconfigs": "^5.1.1-nightly.2", + "embark-storage": "^5.1.1-nightly.2", + "embark-swarm": "^5.1.1-nightly.2", + "embark-test-runner": "^5.1.1-nightly.2", + "embark-transaction-logger": "^5.1.1-nightly.2", + "embark-transaction-tracker": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embark-vyper": "^5.1.1-nightly.2", + "embark-watcher": "^5.1.1-nightly.2", + "embark-web3": "^5.1.1-nightly.2", + "embark-webserver": "^5.1.1-nightly.2", + "embark-whisper-geth": "^5.1.1-nightly.2", + "embark-whisper-parity": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/core/i18n/CHANGELOG.md b/packages/core/i18n/CHANGELOG.md index 52bd8fc2b4..733da10e3f 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-i18n + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-i18n diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index 2b7e4bc6e7..f829dba2b3 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "embark-i18n", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "i18n Support for Embark", @@ -51,7 +51,7 @@ "os-locale": "4.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index 8f67537ef7..23f2005243 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-logger + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-logger diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index 61bbea89e1..759d1314c6 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -50,7 +50,7 @@ "date-and-time": "0.6.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/core/reset/CHANGELOG.md b/packages/core/reset/CHANGELOG.md index b500d0e630..6715046288 100644 --- a/packages/core/reset/CHANGELOG.md +++ b/packages/core/reset/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-reset + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-reset diff --git a/packages/core/reset/package.json b/packages/core/reset/package.json index 39d6f7c061..f83df3228a 100644 --- a/packages/core/reset/package.json +++ b/packages/core/reset/package.json @@ -1,6 +1,6 @@ { "name": "embark-reset", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "DApp reset utlity for Embark", @@ -35,7 +35,7 @@ "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5" }, "engines": { diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index aa6fa98de9..c3319c6c98 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-utils + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-utils diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 9ca978b575..24f362cd90 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", @@ -56,8 +56,8 @@ "clipboardy": "1.2.3", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", "find-up": "2.1.0", "follow-redirects": "1.9.0", "fs-extra": "8.1.0", @@ -76,7 +76,7 @@ }, "devDependencies": { "embark-inside-monorepo": "^5.1.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 3716b5fc72..af94589a3a 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index 0102edc423..f018139857 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -77,15 +77,15 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.1.1-nightly.0", - "embark-deploy-tracker": "^5.1.1-nightly.0", - "embark-engine": "^5.1.1-nightly.1", - "embark-graph": "^5.1.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-reset": "^5.1.0", - "embark-suggestions": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-deploy-tracker": "^5.1.1-nightly.2", + "embark-engine": "^5.1.1-nightly.2", + "embark-graph": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embark-suggestions": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -140,15 +140,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.1.1-nightly.0", - "embark-compiler": "^5.1.1-nightly.0", - "embark-contracts-manager": "^5.1.1-nightly.1", - "embark-solidity": "^5.1.1-nightly.0", - "embark-solo": "^5.1.0", + "embark-code-runner": "^5.1.1-nightly.2", + "embark-compiler": "^5.1.1-nightly.2", + "embark-contracts-manager": "^5.1.1-nightly.2", + "embark-solidity": "^5.1.1-nightly.2", + "embark-solo": "^5.1.1-nightly.2", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.1.0", - "embark-transaction-logger": "^5.1.1-nightly.0", + "embark-testing": "^5.1.1-nightly.2", + "embark-transaction-logger": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/embarkjs/embarkjs/CHANGELOG.md b/packages/embarkjs/embarkjs/CHANGELOG.md index 4033a6d797..2710d675c2 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embarkjs diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index de482d1511..a868e9b77e 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "JavaScript library for easily interacting with web3 technologies", @@ -72,7 +72,7 @@ "devDependencies": { "ajv": "6.10.2", "chai": "4.2.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/embarkjs/ens/CHANGELOG.md b/packages/embarkjs/ens/CHANGELOG.md index 2fe4ef0c21..5117d05472 100644 --- a/packages/embarkjs/ens/CHANGELOG.md +++ b/packages/embarkjs/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-ens + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index 4636198da1..00ee98458d 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Ens plugin for embarkjs", @@ -49,13 +49,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embarkjs": "^5.1.1-nightly.0", + "embarkjs": "^5.1.1-nightly.2", "eth-ens-namehash": "2.0.8", "web3": "1.2.4" }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/ipfs/CHANGELOG.md b/packages/embarkjs/ipfs/CHANGELOG.md index 90710e0109..5b396ebed8 100644 --- a/packages/embarkjs/ipfs/CHANGELOG.md +++ b/packages/embarkjs/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-ipfs + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-ipfs diff --git a/packages/embarkjs/ipfs/package.json b/packages/embarkjs/ipfs/package.json index 6e55d23564..c668ac5493 100644 --- a/packages/embarkjs/ipfs/package.json +++ b/packages/embarkjs/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ipfs", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Ipfs plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/swarm/CHANGELOG.md b/packages/embarkjs/swarm/CHANGELOG.md index d1698e07c9..6f7ae47206 100644 --- a/packages/embarkjs/swarm/CHANGELOG.md +++ b/packages/embarkjs/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-swarm + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-swarm diff --git a/packages/embarkjs/swarm/package.json b/packages/embarkjs/swarm/package.json index d9ed48f20b..4be64be101 100644 --- a/packages/embarkjs/swarm/package.json +++ b/packages/embarkjs/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-swarm", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Swarm plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/web3/CHANGELOG.md b/packages/embarkjs/web3/CHANGELOG.md index ed4a5e21ae..9f94fc7549 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-web3 + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-web3 diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index 1b43457cb5..01b86df310 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Web3 plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/whisper/CHANGELOG.md b/packages/embarkjs/whisper/CHANGELOG.md index 028e697051..a9c925b362 100644 --- a/packages/embarkjs/whisper/CHANGELOG.md +++ b/packages/embarkjs/whisper/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-whisper + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-whisper diff --git a/packages/embarkjs/whisper/package.json b/packages/embarkjs/whisper/package.json index f9b11dd775..957c5c9dca 100644 --- a/packages/embarkjs/whisper/package.json +++ b/packages/embarkjs/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-whisper", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Whisper plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 940632c397..139f176dd4 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-accounts-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 1a81de9fc5..1a5909240c 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts", @@ -48,14 +48,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 5d81d6bbc0..03ffeed8d6 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-basic-pipeline diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index b2a5696750..4ddf83970d 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -71,9 +71,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", @@ -88,8 +88,8 @@ }, "devDependencies": { "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index bff85ad5b7..8ac08628bb 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-coverage + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 90b66893f8..ababc33c1e 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -50,8 +50,8 @@ "@types/prettier": "1.16.4", "@types/semver": "5.5.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "globule": "1.2.1", "prettier-plugin-solidity": "1.0.0-alpha.25", @@ -64,7 +64,7 @@ "@babel/cli": "7.7.4", "@babel/core": "7.7.4", "cross-env": "5.2.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/plugins/debugger/CHANGELOG.md b/packages/plugins/debugger/CHANGELOG.md index 234f401d0b..10192b215d 100644 --- a/packages/plugins/debugger/CHANGELOG.md +++ b/packages/plugins/debugger/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-debugger + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-debugger diff --git a/packages/plugins/debugger/package.json b/packages/plugins/debugger/package.json index 51cc5d6e18..4307b942ee 100644 --- a/packages/plugins/debugger/package.json +++ b/packages/plugins/debugger/package.json @@ -1,6 +1,6 @@ { "name": "embark-debugger", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Debugger component for Embark", @@ -46,11 +46,11 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", "remix-debug": "0.3.23" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 80229942cb..1bfcee389e 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 2b13275d0a..ecebac5507 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -46,13 +46,13 @@ }, "dependencies": { "colors": "1.3.2", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "expect.js": "0.3.1", "mocha": "6.2.2", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index d65b908b81..5197583410 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ens + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 03a37d1599..3c9d6ffdb6 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -46,11 +46,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", "eth-ens-namehash": "2.0.8", "lodash.clonedeep": "4.5.0", "web3": "1.2.4" @@ -59,8 +59,8 @@ "@babel/core": "7.7.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "eslint-plugin-jest": "22.5.1", "jest": "24.9.0", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index 6a4ddce184..68a6f3b751 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 46357b5d8c..a61bd5681f 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -47,16 +47,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-core-requestmanager": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index f9b4e8f5d2..1c5c55f150 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ganache + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 71ecaa8276..f36876ea4f 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -49,7 +49,7 @@ "ganache-cli": "6.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index 2b8f35f301..c5e1e6c591 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-geth + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 0443216f98..a3b449e37b 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -49,10 +49,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", @@ -60,7 +60,7 @@ "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/graph/CHANGELOG.md b/packages/plugins/graph/CHANGELOG.md index 0d1a89340a..b3da181c6a 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-graph + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-graph diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index 0479fc80d9..9dc5ed883d 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -50,7 +50,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index e1e2651589..255e9c6f05 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ipfs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 6d402ed824..7bda0d61fa 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -50,17 +50,17 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-storage": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ipfs": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-storage": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", "ipfs-http-client": "40.0.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index 20b91f0255..1f7799e11e 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-mocha-tests + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 19e504235b..2495b27501 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -51,14 +51,14 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", "mocha": "6.2.2", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 4220df7c4f..e0bf044d1f 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-nethermind + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 6b1d961253..11c5a517b0 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -45,16 +45,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index ae4bada0c6..c84008e38d 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-parity + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index d47a145a4b..1a56e86b9c 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -47,16 +47,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/plugin-cmd/CHANGELOG.md b/packages/plugins/plugin-cmd/CHANGELOG.md index 651d47003c..2f50e4fe6e 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 47a920a4a3..f9105e2053 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -38,11 +38,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index 35e9477116..7c2a0f868f 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-profiler + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 6adf70cf55..4fdbd952f8 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -52,7 +52,7 @@ "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 4e11cf9384..76d5f49459 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-rpc-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 04f0adc002..4d8f87011e 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -49,15 +49,15 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "2.6.1", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "web3": "1.2.4" }, "devDependencies": { "cross-env": "5.2.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index 1dd2c5be1d..36d451f4e1 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-scaffolding + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index dc9c9174b2..6e5c5f7cfa 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -45,15 +45,15 @@ "@babel/runtime-corejs3": "7.7.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "handlebars": "4.3.0", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/plugins/snark/CHANGELOG.md b/packages/plugins/snark/CHANGELOG.md index 8dcd33a0cc..73e4d4de30 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-snark + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-snark diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 7334d1c083..42a0c80765 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Anthony Laibe", "contributors": [ "Michael Bradley (https://github.com/michaelsbradleyjr/)" @@ -60,7 +60,7 @@ "@babel/core": "7.7.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "6.2.2", "eslint-config-prettier": "6.1.0", "eslint-plugin-jest": "22.5.1", diff --git a/packages/plugins/solc/CHANGELOG.md b/packages/plugins/solc/CHANGELOG.md index ed41cde108..2204e4b6fd 100644 --- a/packages/plugins/solc/CHANGELOG.md +++ b/packages/plugins/solc/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solc + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-solc diff --git a/packages/plugins/solc/package.json b/packages/plugins/solc/package.json index e7a622e07f..30498f4717 100644 --- a/packages/plugins/solc/package.json +++ b/packages/plugins/solc/package.json @@ -1,6 +1,6 @@ { "name": "embark-solc", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Richard Ramos", "contributors": [], "description": "Solc plugin for Embark", @@ -51,7 +51,7 @@ "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index 1928c67117..38b73b9a5d 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solidity-tests + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 bd1d7ed17d..36e04afdf2 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "description": "Plugin to run Embark solidity tests", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "repository": { @@ -52,13 +52,13 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-utils": "^5.1.1-nightly.0", + "embark-utils": "^5.1.1-nightly.2", "remix-tests": "0.1.24", "web3": "1.2.4", "yo-yoify": "4.3.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "embark-utils": "^5.0.0-alpha.4", "eslint": "5.7.0", "mocha": "6.2.2", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index a4dadebf8b..a7f3ca7030 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solidity + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 457f190f17..6d6733b698 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "find-up": "4.1.0", "fs-extra": "8.1.0", "semver": "5.6.0", @@ -57,7 +57,7 @@ "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/specialconfigs/CHANGELOG.md b/packages/plugins/specialconfigs/CHANGELOG.md index a58b14ca6a..893a1ca991 100644 --- a/packages/plugins/specialconfigs/CHANGELOG.md +++ b/packages/plugins/specialconfigs/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-specialconfigs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-specialconfigs diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index 3972e8d1d4..e3cfa6df4b 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Adds various configs to embark's contract.js config file", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 8ba38d252b..e7ddbbdcde 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.1.1-nightly.2](https://github.com/embark-framework/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-suggestions + + + + + ## [5.1.1-nightly.0](https://github.com/embark-framework/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 3c3d4e7bb0..3e063646fc 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -38,15 +38,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index a9efaf16ed..bfc5c4f7cc 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-swarm + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index e4a12d221a..b143228bcb 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -51,16 +51,16 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-storage": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-swarm": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-storage": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", "swarm-api": "0.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 787b73d452..ec4a859bf1 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-transaction-logger + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 d184d6430c..cabf8b5ffa 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -49,16 +49,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/transaction-tracker/CHANGELOG.md b/packages/plugins/transaction-tracker/CHANGELOG.md index 3860f8998f..ffdfd0693a 100644 --- a/packages/plugins/transaction-tracker/CHANGELOG.md +++ b/packages/plugins/transaction-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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-transaction-tracker + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-transaction-tracker diff --git a/packages/plugins/transaction-tracker/package.json b/packages/plugins/transaction-tracker/package.json index ce8f3bb480..c6b8e09a13 100644 --- a/packages/plugins/transaction-tracker/package.json +++ b/packages/plugins/transaction-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-tracker", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Transaction tracker for Embark's cockpit", @@ -50,7 +50,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/vyper/CHANGELOG.md b/packages/plugins/vyper/CHANGELOG.md index 1bd7532b8f..1c46d6e6a9 100644 --- a/packages/plugins/vyper/CHANGELOG.md +++ b/packages/plugins/vyper/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-vyper + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-vyper diff --git a/packages/plugins/vyper/package.json b/packages/plugins/vyper/package.json index de89275981..c4191b9d66 100644 --- a/packages/plugins/vyper/package.json +++ b/packages/plugins/vyper/package.json @@ -1,6 +1,6 @@ { "name": "embark-vyper", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark wrapper for the Vyper compiler", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index 10eb869de2..ee8614730e 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-web3 + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index a08cad8659..6e314fac2f 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -47,12 +47,12 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs-web3": "^5.1.0" + "embark-core": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index e5a41a1e36..df7d2a380f 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-whisper-geth + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 f4801cdfd7..0d8a45974e 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,14 +47,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs-whisper": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 5ffd1b01ec..ddcc0974b2 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-whisper-parity + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 fbb7455219..f10a50a961 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,14 +47,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs-whisper": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 77b2e9bb66..2cd2838d28 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-api + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 914a96a403..4a5638e0d5 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -52,17 +52,17 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-ui": "^5.1.1-nightly.1", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-ui": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", "helmet": "3.13.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/stack/authenticator/CHANGELOG.md b/packages/stack/authenticator/CHANGELOG.md index 5ad09817f0..2507f6ca97 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-authenticator + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index e8a195fbcb..e947459cc0 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -46,13 +46,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "keccakjs": "0.2.3", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/blockchain-client/CHANGELOG.md b/packages/stack/blockchain-client/CHANGELOG.md index 4411810d5c..6eb3deabef 100644 --- a/packages/stack/blockchain-client/CHANGELOG.md +++ b/packages/stack/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-blockchain-client + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-blockchain-client diff --git a/packages/stack/blockchain-client/package.json b/packages/stack/blockchain-client/package.json index 0976f64fe1..4b4e21e937 100644 --- a/packages/stack/blockchain-client/package.json +++ b/packages/stack/blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain-client", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Provides ability to register a blockchain technology in Embark, ie Ethereum.", @@ -49,7 +49,7 @@ "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index d55e7efb97..a39dc0e9b4 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-blockchain + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 6b2cbbba63..9343f2b34e 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -51,16 +51,16 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index df93b7ad03..c97c4e417d 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-communication + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 30e3e3d10f..36a69486a0 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -47,14 +47,14 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.3", "core-js": "3.6.4", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.8.3", "babel-jest": "25.1.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index b824ff6b6b..8fe6d449a0 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-compiler + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index a987ac08d2..f4ba784ef4 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,17 +45,17 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "clone-deep": "4.0.0", "cross-env": "5.2.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 68940e6067..70ec39fb58 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-contracts-manager + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 3d2b925992..741d43fa7f 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.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,15 +50,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index 265ad1e408..f98c50f578 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-deployment + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index d1d81ff8ee..ca6a370e15 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -49,15 +49,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index 2e6e3f3cf4..91f3e6afe1 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-embarkjs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index 3cd24afe5c..4f0273492a 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index b8383e7199..31e72be9a9 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-library-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 2c3c93a329..93c2129f1d 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -47,13 +47,13 @@ "@babel/runtime-corejs3": "7.7.4", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/namesystem/CHANGELOG.md b/packages/stack/namesystem/CHANGELOG.md index abf93e3356..765c7da12f 100644 --- a/packages/stack/namesystem/CHANGELOG.md +++ b/packages/stack/namesystem/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-namesystem + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-namesystem diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index 9e98aa3cbc..0c1994bce4 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Namesystem provider abstraction module for Embark", @@ -47,10 +47,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index e7c0375c3a..9656f8e332 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-pipeline + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index f944b41170..ce08f09932 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -48,14 +48,14 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "find-up": "2.1.0", "fs-extra": "8.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index de1c89c0e3..d271819aca 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 2d79ae6c63..54f87a2fbf 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -46,10 +46,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-utils": "^5.1.1-nightly.0" + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index c90fdbbe55..19be50f2bf 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-proxy + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 6d9cd00a08..76826fe72b 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -51,17 +51,17 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.4", "web3-providers-ws": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index 255c691934..a1b4460c2a 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-storage + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index f3d370bda5..ea1aa8c433 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -48,14 +48,14 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index eca1b68411..46760dd8bf 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-test-runner + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 ee06d875ba..7cc93296a0 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -53,9 +53,9 @@ "chalk": "2.4.2", "core-js": "3.4.3", "deep-equal": "1.0.1", - "embark-i18n": "^5.1.1-nightly.0", - "embark-testing": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "istanbul-lib-coverage": "2.0.5", "istanbul-lib-report": "2.0.8", @@ -65,7 +65,7 @@ "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/stack/watcher/CHANGELOG.md b/packages/stack/watcher/CHANGELOG.md index 6ea5ac8109..b0b9be0e5c 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-watcher + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index 7846ae8978..9f6c3c6fc0 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "chokidar": "2.1.6", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index 765f34ed2d..8781c09059 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-webserver + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index b0a89c1761..81303b9de5 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -47,15 +47,15 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", "serve-static": "1.13.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/utils/collective/CHANGELOG.md b/packages/utils/collective/CHANGELOG.md index 373fb1052f..7537db253e 100644 --- a/packages/utils/collective/CHANGELOG.md +++ b/packages/utils/collective/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-collective + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-collective diff --git a/packages/utils/collective/package.json b/packages/utils/collective/package.json index caaa387cf8..07e93c76d3 100644 --- a/packages/utils/collective/package.json +++ b/packages/utils/collective/package.json @@ -1,6 +1,6 @@ { "name": "embark-collective", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "You will be assimilated", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/collective#readme", diff --git a/packages/utils/solo/CHANGELOG.md b/packages/utils/solo/CHANGELOG.md index 3436db01c6..3dd5b67a45 100644 --- a/packages/utils/solo/CHANGELOG.md +++ b/packages/utils/solo/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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solo + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-solo diff --git a/packages/utils/solo/package.json b/packages/utils/solo/package.json index 6ecfd9eff0..909ef98499 100644 --- a/packages/utils/solo/package.json +++ b/packages/utils/solo/package.json @@ -1,7 +1,7 @@ { "name": "embark-solo", "private": true, - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "Resistance is not futile?", "license": "MIT", @@ -13,7 +13,7 @@ "reset": "npx rimraf embark-*.tgz package" }, "devDependencies": { - "embark-collective": "^5.1.0", + "embark-collective": "^5.1.1-nightly.2", "find-up": "4.1.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md index bbdb362e84..fb82ea9ccf 100644 --- a/packages/utils/testing/CHANGELOG.md +++ b/packages/utils/testing/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-testing + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-testing diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 7e423d5cd1..63ae365c1f 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js", @@ -57,7 +57,7 @@ "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "lodash.clonedeep": "4.5.0",