From c98e769d0d54a4860067a4051e886219ca92c450 Mon Sep 17 00:00:00 2001 From: EmbarkBot <59620708+embarkbot@users.noreply.github.com> Date: Mon, 20 Jan 2020 09:57:35 -0600 Subject: [PATCH] chore(prerelease): 5.1.0-nightly.1 --- CHANGELOG.md | 11 ++ 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 | 11 ++ dapps/tests/app/package.json | 20 ++-- dapps/tests/contracts/CHANGELOG.md | 11 ++ dapps/tests/contracts/package.json | 18 ++-- lerna.json | 2 +- packages/cockpit/api-client/CHANGELOG.md | 11 ++ packages/cockpit/api-client/package.json | 4 +- packages/cockpit/ui/CHANGELOG.md | 11 ++ packages/cockpit/ui/package.json | 4 +- packages/core/code-runner/CHANGELOG.md | 11 ++ packages/core/code-runner/package.json | 14 +-- packages/core/console/CHANGELOG.md | 11 ++ packages/core/console/package.json | 12 +-- packages/core/core/CHANGELOG.md | 11 ++ packages/core/core/package.json | 10 +- packages/core/engine/CHANGELOG.md | 11 ++ packages/core/engine/package.json | 100 +++++++++--------- packages/core/i18n/CHANGELOG.md | 11 ++ packages/core/i18n/package.json | 4 +- packages/core/logger/CHANGELOG.md | 11 ++ packages/core/logger/package.json | 4 +- packages/core/reset/CHANGELOG.md | 11 ++ packages/core/reset/package.json | 4 +- packages/core/utils/CHANGELOG.md | 11 ++ packages/core/utils/package.json | 10 +- packages/embark/CHANGELOG.md | 11 ++ packages/embark/package.json | 34 +++--- packages/embarkjs/embarkjs/CHANGELOG.md | 11 ++ packages/embarkjs/embarkjs/package.json | 4 +- packages/embarkjs/ens/CHANGELOG.md | 11 ++ packages/embarkjs/ens/package.json | 6 +- packages/embarkjs/ipfs/CHANGELOG.md | 11 ++ packages/embarkjs/ipfs/package.json | 4 +- packages/embarkjs/swarm/CHANGELOG.md | 11 ++ packages/embarkjs/swarm/package.json | 4 +- packages/embarkjs/web3/CHANGELOG.md | 11 ++ packages/embarkjs/web3/package.json | 4 +- packages/embarkjs/whisper/CHANGELOG.md | 11 ++ packages/embarkjs/whisper/package.json | 4 +- .../plugins/accounts-manager/CHANGELOG.md | 11 ++ .../plugins/accounts-manager/package.json | 12 +-- packages/plugins/basic-pipeline/CHANGELOG.md | 11 ++ packages/plugins/basic-pipeline/package.json | 12 +-- packages/plugins/coverage/CHANGELOG.md | 11 ++ packages/plugins/coverage/package.json | 8 +- packages/plugins/debugger/CHANGELOG.md | 11 ++ packages/plugins/debugger/package.json | 6 +- packages/plugins/deploy-tracker/CHANGELOG.md | 11 ++ packages/plugins/deploy-tracker/package.json | 8 +- packages/plugins/ens/CHANGELOG.md | 11 ++ packages/plugins/ens/package.json | 16 +-- .../ethereum-blockchain-client/CHANGELOG.md | 11 ++ .../ethereum-blockchain-client/package.json | 12 +-- packages/plugins/ganache/CHANGELOG.md | 11 ++ packages/plugins/ganache/package.json | 4 +- packages/plugins/geth/CHANGELOG.md | 11 ++ packages/plugins/geth/package.json | 12 +-- packages/plugins/graph/CHANGELOG.md | 11 ++ packages/plugins/graph/package.json | 4 +- packages/plugins/ipfs/CHANGELOG.md | 11 ++ packages/plugins/ipfs/package.json | 16 +-- packages/plugins/mocha-tests/CHANGELOG.md | 11 ++ packages/plugins/mocha-tests/package.json | 10 +- packages/plugins/nethermind/CHANGELOG.md | 11 ++ packages/plugins/nethermind/package.json | 10 +- packages/plugins/parity/CHANGELOG.md | 11 ++ packages/plugins/parity/package.json | 10 +- packages/plugins/plugin-cmd/CHANGELOG.md | 11 ++ packages/plugins/plugin-cmd/package.json | 8 +- packages/plugins/profiler/CHANGELOG.md | 11 ++ packages/plugins/profiler/package.json | 4 +- packages/plugins/rpc-manager/CHANGELOG.md | 11 ++ packages/plugins/rpc-manager/package.json | 12 +-- packages/plugins/scaffolding/CHANGELOG.md | 11 ++ packages/plugins/scaffolding/package.json | 12 +-- packages/plugins/snark/CHANGELOG.md | 11 ++ packages/plugins/snark/package.json | 4 +- packages/plugins/solc/CHANGELOG.md | 11 ++ packages/plugins/solc/package.json | 4 +- packages/plugins/solidity-tests/CHANGELOG.md | 11 ++ packages/plugins/solidity-tests/package.json | 6 +- packages/plugins/solidity/CHANGELOG.md | 11 ++ packages/plugins/solidity/package.json | 10 +- packages/plugins/specialconfigs/CHANGELOG.md | 11 ++ packages/plugins/specialconfigs/package.json | 6 +- packages/plugins/suggestions/CHANGELOG.md | 8 ++ packages/plugins/suggestions/package.json | 10 +- packages/plugins/swarm/CHANGELOG.md | 11 ++ packages/plugins/swarm/package.json | 16 +-- .../plugins/transaction-logger/CHANGELOG.md | 11 ++ .../plugins/transaction-logger/package.json | 10 +- .../plugins/transaction-tracker/CHANGELOG.md | 11 ++ .../plugins/transaction-tracker/package.json | 4 +- packages/plugins/vyper/CHANGELOG.md | 11 ++ packages/plugins/vyper/package.json | 6 +- packages/plugins/web3/CHANGELOG.md | 11 ++ packages/plugins/web3/package.json | 10 +- packages/plugins/whisper-geth/CHANGELOG.md | 11 ++ packages/plugins/whisper-geth/package.json | 12 +-- packages/plugins/whisper-parity/CHANGELOG.md | 11 ++ packages/plugins/whisper-parity/package.json | 12 +-- packages/stack/api/CHANGELOG.md | 11 ++ packages/stack/api/package.json | 12 +-- packages/stack/authenticator/CHANGELOG.md | 11 ++ packages/stack/authenticator/package.json | 8 +- packages/stack/blockchain-client/CHANGELOG.md | 11 ++ packages/stack/blockchain-client/package.json | 4 +- packages/stack/blockchain/CHANGELOG.md | 11 ++ packages/stack/blockchain/package.json | 14 +-- packages/stack/communication/CHANGELOG.md | 11 ++ packages/stack/communication/package.json | 12 +-- packages/stack/compiler/CHANGELOG.md | 11 ++ packages/stack/compiler/package.json | 12 +-- packages/stack/contracts-manager/CHANGELOG.md | 11 ++ packages/stack/contracts-manager/package.json | 12 +-- packages/stack/deployment/CHANGELOG.md | 11 ++ packages/stack/deployment/package.json | 12 +-- packages/stack/embarkjs/CHANGELOG.md | 11 ++ packages/stack/embarkjs/package.json | 8 +- packages/stack/library-manager/CHANGELOG.md | 11 ++ packages/stack/library-manager/package.json | 8 +- packages/stack/namesystem/CHANGELOG.md | 11 ++ packages/stack/namesystem/package.json | 6 +- packages/stack/pipeline/CHANGELOG.md | 11 ++ packages/stack/pipeline/package.json | 10 +- .../process-logs-api-manager/CHANGELOG.md | 11 ++ .../process-logs-api-manager/package.json | 6 +- packages/stack/proxy/CHANGELOG.md | 11 ++ packages/stack/proxy/package.json | 12 +-- packages/stack/storage/CHANGELOG.md | 11 ++ packages/stack/storage/package.json | 10 +- packages/stack/test-runner/CHANGELOG.md | 11 ++ packages/stack/test-runner/package.json | 10 +- packages/stack/watcher/CHANGELOG.md | 11 ++ packages/stack/watcher/package.json | 8 +- packages/stack/webserver/CHANGELOG.md | 11 ++ packages/stack/webserver/package.json | 8 +- packages/utils/collective/CHANGELOG.md | 11 ++ packages/utils/collective/package.json | 4 +- packages/utils/inside-monorepo/CHANGELOG.md | 11 ++ packages/utils/inside-monorepo/package.json | 2 +- packages/utils/solo/CHANGELOG.md | 11 ++ packages/utils/solo/package.json | 4 +- packages/utils/testing/CHANGELOG.md | 11 ++ packages/utils/testing/package.json | 4 +- 152 files changed, 1220 insertions(+), 396 deletions(-) create mode 100644 packages/plugins/suggestions/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9a28471..33acbe033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index f51b3fffb..7ff16e891 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.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 718f2a787..685e2da37 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-reset": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-ens": "^5.1.0-nightly.0", - "embarkjs-ipfs": "^5.1.0-nightly.0", - "embarkjs-swarm": "^5.1.0-nightly.0", - "embarkjs-web3": "^5.1.0-nightly.0", - "embarkjs-whisper": "^5.1.0-nightly.0", + "embark": "^5.1.0-nightly.1", + "embark-reset": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs-ipfs": "^5.1.0-nightly.1", + "embarkjs-swarm": "^5.1.0-nightly.1", + "embarkjs-web3": "^5.1.0-nightly.1", + "embarkjs-whisper": "^5.1.0-nightly.1", "rimraf": "3.0.0" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index fb38ffc41..ea008b241 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.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 a6c62d663..02404d951 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-reset": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-ens": "^5.1.0-nightly.0", - "embarkjs-ipfs": "^5.1.0-nightly.0", - "embarkjs-swarm": "^5.1.0-nightly.0", - "embarkjs-web3": "^5.1.0-nightly.0", - "embarkjs-whisper": "^5.1.0-nightly.0", + "embark": "^5.1.0-nightly.1", + "embark-reset": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs-ipfs": "^5.1.0-nightly.1", + "embarkjs-swarm": "^5.1.0-nightly.1", + "embarkjs-web3": "^5.1.0-nightly.1", + "embarkjs-whisper": "^5.1.0-nightly.1", "jquery": "3.4.1", "popper.js": "1.15.0", "react": "16.12.0", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 3902d3b1a..b0182b98a 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.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 34d1b8977..714038414 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-reset": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-ens": "^5.1.0-nightly.0", - "embarkjs-ipfs": "^5.1.0-nightly.0", - "embarkjs-swarm": "^5.1.0-nightly.0", - "embarkjs-web3": "^5.1.0-nightly.0", - "embarkjs-whisper": "^5.1.0-nightly.0", + "embark": "^5.1.0-nightly.1", + "embark-reset": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs-ipfs": "^5.1.0-nightly.1", + "embarkjs-swarm": "^5.1.0-nightly.1", + "embarkjs-web3": "^5.1.0-nightly.1", + "embarkjs-whisper": "^5.1.0-nightly.1", "rimraf": "3.0.0" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 282f00e82..e65977ccb 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index e51594ff0..625c9a7ce 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.0-nightly.0", + "embark": "^5.1.0-nightly.1", "embark-dapp-test-service": "^5.0.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-reset": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-ens": "^5.1.0-nightly.0", - "embarkjs-ipfs": "^5.1.0-nightly.0", - "embarkjs-swarm": "^5.1.0-nightly.0", - "embarkjs-web3": "^5.1.0-nightly.0", - "embarkjs-whisper": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-reset": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs-ipfs": "^5.1.0-nightly.1", + "embarkjs-swarm": "^5.1.0-nightly.1", + "embarkjs-web3": "^5.1.0-nightly.1", + "embarkjs-whisper": "^5.1.0-nightly.1", "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.0-nightly.0" + "version": "5.1.0-nightly.1" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 83b88eea3..199412bc3 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 9a4ad6024..5d1f26b93 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.0-nightly.0", - "embark-reset": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-ens": "^5.1.0-nightly.0", - "embarkjs-ipfs": "^5.1.0-nightly.0", - "embarkjs-swarm": "^5.1.0-nightly.0", - "embarkjs-web3": "^5.1.0-nightly.0", - "embarkjs-whisper": "^5.1.0-nightly.0", + "embark": "^5.1.0-nightly.1", + "embark-reset": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs-ipfs": "^5.1.0-nightly.1", + "embarkjs-swarm": "^5.1.0-nightly.1", + "embarkjs-web3": "^5.1.0-nightly.1", + "embarkjs-whisper": "^5.1.0-nightly.1", "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.0-nightly.0" + "version": "5.1.0-nightly.1" } diff --git a/lerna.json b/lerna.json index c9233b080..ac0587f49 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.0-nightly.0" + "version": "5.1.0-nightly.1" } diff --git a/packages/cockpit/api-client/CHANGELOG.md b/packages/cockpit/api-client/CHANGELOG.md index 784ea6c43..1111edb32 100644 --- a/packages/cockpit/api-client/CHANGELOG.md +++ b/packages/cockpit/api-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 90c65fd73..44acbc4bb 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-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -50,7 +50,7 @@ "keccakjs": "0.2.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 005ed9909..90526ec37 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-ui diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index cdda33b52..32da1249c 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", @@ -64,7 +64,7 @@ "classnames": "2.2.6", "connected-react-router": "4.5.0", "date-fns": "2.3.0", - "embark-api-client": "^5.1.0-nightly.0", + "embark-api-client": "^5.1.0-nightly.1", "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 b7bdca12b..4a2d30a15 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 df35e8fe7..b348afde8 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", "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-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "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 81519a6f0..99e809517 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 315065a7b..5573bd9ea 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -53,15 +53,15 @@ "async": "2.6.1", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { - "embark-logger": "^5.1.0-nightly.0", - "embark-solo": "^5.1.0-nightly.0", + "embark-logger": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0-nightly.1", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index c395fefa4..b02452f66 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/core/core/package.json b/packages/core/core/package.json index e597764a0..9f1908b69 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 83b69501b..11525e7cc 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index e2bc518fa..1ab5ab919 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-api": "^5.1.0-nightly.0", - "embark-authenticator": "^5.1.0-nightly.0", - "embark-basic-pipeline": "^5.1.0-nightly.0", - "embark-blockchain": "^5.1.0-nightly.0", - "embark-blockchain-client": "^5.1.0-nightly.0", - "embark-code-runner": "^5.1.0-nightly.0", - "embark-communication": "^5.1.0-nightly.0", - "embark-compiler": "^5.1.0-nightly.0", - "embark-console": "^5.1.0-nightly.0", - "embark-contracts-manager": "^5.1.0-nightly.0", - "embark-core": "^5.1.0-nightly.0", - "embark-coverage": "^5.1.0-nightly.0", - "embark-debugger": "^5.1.0-nightly.0", - "embark-deployment": "^5.1.0-nightly.0", - "embark-embarkjs": "^5.1.0-nightly.0", - "embark-ens": "^5.1.0-nightly.0", - "embark-ethereum-blockchain-client": "^5.1.0-nightly.0", - "embark-ganache": "^5.1.0-nightly.0", - "embark-geth": "^5.1.0-nightly.0", - "embark-ipfs": "^5.1.0-nightly.0", - "embark-library-manager": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-mocha-tests": "^5.1.0-nightly.0", - "embark-namesystem": "^5.1.0-nightly.0", - "embark-parity": "^5.1.0-nightly.0", - "embark-pipeline": "^5.1.0-nightly.0", - "embark-plugin-cmd": "^5.1.0-nightly.0", - "embark-process-logs-api-manager": "^5.1.0-nightly.0", - "embark-profiler": "^5.1.0-nightly.0", - "embark-proxy": "^5.1.0-nightly.0", - "embark-rpc-manager": "^5.1.0-nightly.0", - "embark-scaffolding": "^5.1.0-nightly.0", - "embark-solidity": "^5.1.0-nightly.0", - "embark-solidity-tests": "^5.1.0-nightly.0", - "embark-specialconfigs": "^5.1.0-nightly.0", - "embark-storage": "^5.1.0-nightly.0", - "embark-swarm": "^5.1.0-nightly.0", - "embark-test-runner": "^5.1.0-nightly.0", - "embark-transaction-logger": "^5.1.0-nightly.0", - "embark-transaction-tracker": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embark-vyper": "^5.1.0-nightly.0", - "embark-watcher": "^5.1.0-nightly.0", - "embark-web3": "^5.1.0-nightly.0", - "embark-webserver": "^5.1.0-nightly.0", - "embark-whisper-geth": "^5.1.0-nightly.0", - "embark-whisper-parity": "^5.1.0-nightly.0" + "embark-accounts-manager": "^5.1.0-nightly.1", + "embark-api": "^5.1.0-nightly.1", + "embark-authenticator": "^5.1.0-nightly.1", + "embark-basic-pipeline": "^5.1.0-nightly.1", + "embark-blockchain": "^5.1.0-nightly.1", + "embark-blockchain-client": "^5.1.0-nightly.1", + "embark-code-runner": "^5.1.0-nightly.1", + "embark-communication": "^5.1.0-nightly.1", + "embark-compiler": "^5.1.0-nightly.1", + "embark-console": "^5.1.0-nightly.1", + "embark-contracts-manager": "^5.1.0-nightly.1", + "embark-core": "^5.1.0-nightly.1", + "embark-coverage": "^5.1.0-nightly.1", + "embark-debugger": "^5.1.0-nightly.1", + "embark-deployment": "^5.1.0-nightly.1", + "embark-embarkjs": "^5.1.0-nightly.1", + "embark-ens": "^5.1.0-nightly.1", + "embark-ethereum-blockchain-client": "^5.1.0-nightly.1", + "embark-ganache": "^5.1.0-nightly.1", + "embark-geth": "^5.1.0-nightly.1", + "embark-ipfs": "^5.1.0-nightly.1", + "embark-library-manager": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-mocha-tests": "^5.1.0-nightly.1", + "embark-namesystem": "^5.1.0-nightly.1", + "embark-parity": "^5.1.0-nightly.1", + "embark-pipeline": "^5.1.0-nightly.1", + "embark-plugin-cmd": "^5.1.0-nightly.1", + "embark-process-logs-api-manager": "^5.1.0-nightly.1", + "embark-profiler": "^5.1.0-nightly.1", + "embark-proxy": "^5.1.0-nightly.1", + "embark-rpc-manager": "^5.1.0-nightly.1", + "embark-scaffolding": "^5.1.0-nightly.1", + "embark-solidity": "^5.1.0-nightly.1", + "embark-solidity-tests": "^5.1.0-nightly.1", + "embark-specialconfigs": "^5.1.0-nightly.1", + "embark-storage": "^5.1.0-nightly.1", + "embark-swarm": "^5.1.0-nightly.1", + "embark-test-runner": "^5.1.0-nightly.1", + "embark-transaction-logger": "^5.1.0-nightly.1", + "embark-transaction-tracker": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embark-vyper": "^5.1.0-nightly.1", + "embark-watcher": "^5.1.0-nightly.1", + "embark-web3": "^5.1.0-nightly.1", + "embark-webserver": "^5.1.0-nightly.1", + "embark-whisper-geth": "^5.1.0-nightly.1", + "embark-whisper-parity": "^5.1.0-nightly.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 80540fe5f..b2dc83e89 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-i18n diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index f977a3699..fced4fc3f 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "embark-i18n", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "i18n Support for Embark", @@ -51,7 +51,7 @@ "os-locale": "4.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 b2118b048..15b3f6f9c 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/logger/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-logger diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index d8b90b630..ca5f0e095 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 cde282203..9b7f0a697 100644 --- a/packages/core/reset/CHANGELOG.md +++ b/packages/core/reset/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-reset diff --git a/packages/core/reset/package.json b/packages/core/reset/package.json index 1620c2e08..c30527b82 100644 --- a/packages/core/reset/package.json +++ b/packages/core/reset/package.json @@ -1,6 +1,6 @@ { "name": "embark-reset", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "DApp reset utlity for Embark", @@ -35,7 +35,7 @@ "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "npm-run-all": "4.1.5" }, "engines": { diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index e93d26737..9cd27f642 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 857149481..4d222699d 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", "find-up": "2.1.0", "follow-redirects": "1.8.0", "fs-extra": "8.1.0", @@ -75,8 +75,8 @@ "ws": "7.1.2" }, "devDependencies": { - "embark-inside-monorepo": "^5.0.0", - "embark-solo": "^5.1.0-nightly.0", + "embark-inside-monorepo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0-nightly.1", "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 c9fce7cd2..8bb0b0dab 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/embark/package.json b/packages/embark/package.json index bf59e7865..f8277913f 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-deploy-tracker": "^5.1.0-nightly.0", - "embark-engine": "^5.1.0-nightly.0", - "embark-graph": "^5.1.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-reset": "^5.1.0-nightly.0", - "embark-suggestions": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-deploy-tracker": "^5.1.0-nightly.1", + "embark-engine": "^5.1.0-nightly.1", + "embark-graph": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-reset": "^5.1.0-nightly.1", + "embark-suggestions": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -141,15 +141,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.1.0-nightly.0", - "embark-compiler": "^5.1.0-nightly.0", - "embark-contracts-manager": "^5.1.0-nightly.0", - "embark-solidity": "^5.1.0-nightly.0", - "embark-solo": "^5.1.0-nightly.0", + "embark-code-runner": "^5.1.0-nightly.1", + "embark-compiler": "^5.1.0-nightly.1", + "embark-contracts-manager": "^5.1.0-nightly.1", + "embark-solidity": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0-nightly.1", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.1.0-nightly.0", - "embark-transaction-logger": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.1", + "embark-transaction-logger": "^5.1.0-nightly.1", "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 16adc5e91..839f8782f 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/embarkjs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embarkjs diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index 061b7e6ce..d193c0b58 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 f2167c7ac..1491a9bd3 100644 --- a/packages/embarkjs/ens/CHANGELOG.md +++ b/packages/embarkjs/ens/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index b195b9c69..5640f284b 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", + "embarkjs": "^5.1.0-nightly.1", "eth-ens-namehash": "2.0.8", "web3": "1.2.4" }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 a26a03f8d..bbfa6a1b8 100644 --- a/packages/embarkjs/ipfs/CHANGELOG.md +++ b/packages/embarkjs/ipfs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embarkjs-ipfs diff --git a/packages/embarkjs/ipfs/package.json b/packages/embarkjs/ipfs/package.json index 747b887e7..51e8860a8 100644 --- a/packages/embarkjs/ipfs/package.json +++ b/packages/embarkjs/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ipfs", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Ipfs plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 1247fbcae..d0789f9cc 100644 --- a/packages/embarkjs/swarm/CHANGELOG.md +++ b/packages/embarkjs/swarm/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embarkjs-swarm diff --git a/packages/embarkjs/swarm/package.json b/packages/embarkjs/swarm/package.json index ab4d76705..4a5683151 100644 --- a/packages/embarkjs/swarm/package.json +++ b/packages/embarkjs/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-swarm", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Swarm plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 08d169273..d1461dbae 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/web3/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embarkjs-web3 diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index 5e7207f2c..0fec24b1e 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Web3 plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 d0ccae24a..bfa72ecc9 100644 --- a/packages/embarkjs/whisper/CHANGELOG.md +++ b/packages/embarkjs/whisper/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embarkjs-whisper diff --git a/packages/embarkjs/whisper/package.json b/packages/embarkjs/whisper/package.json index 9c0a2aae3..7b3042ad5 100644 --- a/packages/embarkjs/whisper/package.json +++ b/packages/embarkjs/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-whisper", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Whisper plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 57d00332e..5aa65371a 100644 --- a/packages/plugins/accounts-manager/CHANGELOG.md +++ b/packages/plugins/accounts-manager/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 0eed571c8..7e13e8dc6 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 b4bce5401..7b510b498 100644 --- a/packages/plugins/basic-pipeline/CHANGELOG.md +++ b/packages/plugins/basic-pipeline/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 cd28736ae..6baa1f792 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "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-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "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 0a8426cec..10a452dd7 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 4a9a20c2a..f61434d06 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 dc400b2a0..bf39601d3 100644 --- a/packages/plugins/debugger/CHANGELOG.md +++ b/packages/plugins/debugger/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/debugger/package.json b/packages/plugins/debugger/package.json index 96e64450a..0c3c073cb 100644 --- a/packages/plugins/debugger/package.json +++ b/packages/plugins/debugger/package.json @@ -1,6 +1,6 @@ { "name": "embark-debugger", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", "remix-debug": "0.3.23" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 cbc8cd2e2..9ea612022 100644 --- a/packages/plugins/deploy-tracker/CHANGELOG.md +++ b/packages/plugins/deploy-tracker/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index 9803846d1..58a4e8f4c 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.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -46,13 +46,13 @@ }, "dependencies": { "colors": "1.3.2", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "fs-extra": "8.1.0", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 d91b1b405..4fe3cbc57 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 8d84fe518..becc513b9 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-ens": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-ens": "^5.1.0-nightly.1", "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-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "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 203cddad5..a6bd3fc11 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index 37268e1ca..d5a6fd9cd 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-core-requestmanager": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 4264c555a..5f8f54624 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index ab482d2b1..f57e96695 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -49,7 +49,7 @@ "ganache-cli": "6.7.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 996d03581..b68d64759 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index dce64a732..4a78c66e5 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 4f8f1bb08..108aa1994 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-graph diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index ca4d42970..c72b2ffba 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 cf1ad1f6c..41d992fd5 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 13de607a2..0e1edefab 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-storage": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-ipfs": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-storage": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-ipfs": "^5.1.0-nightly.1", "ipfs-http-client": "40.0.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 f5464b836..18e0af30f 100644 --- a/packages/plugins/mocha-tests/CHANGELOG.md +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 4fbc1b36b..ba2c66dcf 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", "mocha": "6.2.2", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 e271e6930..cfda287f0 100644 --- a/packages/plugins/nethermind/CHANGELOG.md +++ b/packages/plugins/nethermind/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 9dfdfd7f6..1c1a97dc5 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 9d5270b17..868eb21e1 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index effac9814..a9c56e072 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 b28ef61a7..c55f5be4c 100644 --- a/packages/plugins/plugin-cmd/CHANGELOG.md +++ b/packages/plugins/plugin-cmd/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 0a9b16872..38a6733a7 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0" + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 bd1a9bba1..35a528599 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index de281d7e7..7f1ee47f1 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 f39d70bba..d29e014a2 100644 --- a/packages/plugins/rpc-manager/CHANGELOG.md +++ b/packages/plugins/rpc-manager/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 5fb1e6167..f11d28441 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "web3": "1.2.4" }, "devDependencies": { "cross-env": "5.2.0", - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 f2f8146a5..fbf512b30 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 9e0ab3a35..b98af6851 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "handlebars": "4.3.0", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 3501a1a38..534a81c5d 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-snark diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index f2364cf44..17085bbcb 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 5b531bf9d..979bcd106 100644 --- a/packages/plugins/solc/CHANGELOG.md +++ b/packages/plugins/solc/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-solc diff --git a/packages/plugins/solc/package.json b/packages/plugins/solc/package.json index c8760f82d..e13c8cd0d 100644 --- a/packages/plugins/solc/package.json +++ b/packages/plugins/solc/package.json @@ -1,6 +1,6 @@ { "name": "embark-solc", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Richard Ramos", "contributors": [], "description": "Solc plugin for Embark", @@ -51,7 +51,7 @@ "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 8ae67fcf2..e52d504ee 100644 --- a/packages/plugins/solidity-tests/CHANGELOG.md +++ b/packages/plugins/solidity-tests/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 91d36e9de..c6850d43e 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", + "embark-utils": "^5.1.0-nightly.1", "remix-tests": "0.1.24", "web3": "1.2.4", "yo-yoify": "4.3.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 751b00d99..492e8c822 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 9afe63878..793fe11c6 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs 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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "fs-extra": "8.1.0", "semver": "5.6.0", "solc": "0.5.0", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 7d7c320bb..532ba74cb 100644 --- a/packages/plugins/specialconfigs/CHANGELOG.md +++ b/packages/plugins/specialconfigs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-specialconfigs diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index 5549c00ba..1f0beb2ee 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 new file mode 100644 index 000000000..a32642d8f --- /dev/null +++ b/packages/plugins/suggestions/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.1.0-nightly.1](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + +**Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 934c8dfcb..f2e42f168 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -37,15 +37,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "fs-extra": "8.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "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 9f1ff868a..575ef6889 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index 45fb880e9..b9b4dd3b1 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-storage": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs": "^5.1.0-nightly.0", - "embarkjs-swarm": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-storage": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.1", + "embarkjs-swarm": "^5.1.0-nightly.1", "swarm-api": "0.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 3845caf9c..8d38f3662 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index 26cdbe057..6f84e8994 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 f488f6637..8b05ede54 100644 --- a/packages/plugins/transaction-tracker/CHANGELOG.md +++ b/packages/plugins/transaction-tracker/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 dc5988bca..e59645613 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-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 b01550673..7b568ac98 100644 --- a/packages/plugins/vyper/CHANGELOG.md +++ b/packages/plugins/vyper/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-vyper diff --git a/packages/plugins/vyper/package.json b/packages/plugins/vyper/package.json index d50d3eeff..712b1affb 100644 --- a/packages/plugins/vyper/package.json +++ b/packages/plugins/vyper/package.json @@ -1,6 +1,6 @@ { "name": "embark-vyper", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 c0b67455c..ebbd4800b 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 1a5240605..f9dc67cfe 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs-web3": "^5.1.0-nightly.0" + "embark-core": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs-web3": "^5.1.0-nightly.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 b90223f80..d05ddd42d 100644 --- a/packages/plugins/whisper-geth/CHANGELOG.md +++ b/packages/plugins/whisper-geth/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index 9072d99d2..a028bafa7 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs-whisper": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs-whisper": "^5.1.0-nightly.1", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 e60212718..709b77761 100644 --- a/packages/plugins/whisper-parity/CHANGELOG.md +++ b/packages/plugins/whisper-parity/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 4078af3ca..554281df8 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", - "embarkjs-whisper": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", + "embarkjs-whisper": "^5.1.0-nightly.1", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 a3b1fdda4..bc74a2e4c 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index f542260a8..c837bc180 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-ui": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-ui": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", "helmet": "3.13.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 3a6ba13d7..a19ea3be5 100644 --- a/packages/stack/authenticator/CHANGELOG.md +++ b/packages/stack/authenticator/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index d9114fb3c..2beef2483 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "keccakjs": "0.2.3", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 55c253a2a..1ccc695ee 100644 --- a/packages/stack/blockchain-client/CHANGELOG.md +++ b/packages/stack/blockchain-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 76f9388ff..de4b2ff66 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-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 3a82766c2..294eec86c 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index b1ff449ea..238de9c44 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0" + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "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 51a501703..55ba36c9e 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 8ad5c99ab..09fc7d413 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Iuri Matias ", "contributors": [], "description": "Communication 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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0" + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index f831ef31c..925c762b9 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 320a20368..991c3eb8c 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0" + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1" }, "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-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "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 b0e7a2cac..78469f71a 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-contracts-manager diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 17dd8d2e6..564fcc81c 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 299379488..bb6cb65ae 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 87cfd656c..6fd6138ac 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0" + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.0", - "embark-testing": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", "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 4fb70ca3a..b2dced280 100644 --- a/packages/stack/embarkjs/CHANGELOG.md +++ b/packages/stack/embarkjs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index c49e6937b..ae2b9befe 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0" + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 05793ac2a..8cb7476cd 100644 --- a/packages/stack/library-manager/CHANGELOG.md +++ b/packages/stack/library-manager/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 7f2bf1e89..5f1b14c3d 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 bf0fee2b4..1b76958f8 100644 --- a/packages/stack/namesystem/CHANGELOG.md +++ b/packages/stack/namesystem/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-namesystem diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index ff9a360a2..29a88a974 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0" + "embark-i18n": "^5.1.0-nightly.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 8c75a3b39..ef4921c95 100644 --- a/packages/stack/pipeline/CHANGELOG.md +++ b/packages/stack/pipeline/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index f42c2fcc9..275017cf9 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "find-up": "2.1.0", "fs-extra": "8.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 adbbbfc04..1620ee0b8 100644 --- a/packages/stack/process-logs-api-manager/CHANGELOG.md +++ b/packages/stack/process-logs-api-manager/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **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 0f8fddb8a..d9939eba5 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0" + "embark-utils": "^5.1.0-nightly.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 c7cb14415..ef4215c2b 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 6310f8015..2214aa113 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-logger": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-logger": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 bd154900d..272285a58 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 17c9f9911..a09918bfa 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-i18n": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-core": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 7fb8637d7..23e01afba 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index df06088fe..6f7abef44 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.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-testing": "^5.1.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "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-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 25b5cec85..58f7212aa 100644 --- a/packages/stack/watcher/CHANGELOG.md +++ b/packages/stack/watcher/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index 50975535d..4c926dce2 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0" + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 e8a0c1f10..83a95daac 100644 --- a/packages/stack/webserver/CHANGELOG.md +++ b/packages/stack/webserver/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index a28a0db12..6d4c3ea6e 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "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.0-nightly.0", - "embark-utils": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.1", + "embark-utils": "^5.1.0-nightly.1", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", "serve-static": "1.13.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "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 5568e0ded..74d76c3ed 100644 --- a/packages/utils/collective/CHANGELOG.md +++ b/packages/utils/collective/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-collective diff --git a/packages/utils/collective/package.json b/packages/utils/collective/package.json index da4ce0dec..b665eeb31 100644 --- a/packages/utils/collective/package.json +++ b/packages/utils/collective/package.json @@ -1,6 +1,6 @@ { "name": "embark-collective", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "You will be assimilated", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/collective#readme", @@ -56,7 +56,7 @@ "@lerna/filter-packages": "3.16.0", "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-macros": "2.7.1", - "embark-inside-monorepo": "^5.0.0", + "embark-inside-monorepo": "^5.1.0-nightly.1", "find-up": "4.1.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/utils/inside-monorepo/CHANGELOG.md b/packages/utils/inside-monorepo/CHANGELOG.md index e85bfec72..b93f11554 100644 --- a/packages/utils/inside-monorepo/CHANGELOG.md +++ b/packages/utils/inside-monorepo/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-07) **Note:** Version bump only for package embark-inside-monorepo diff --git a/packages/utils/inside-monorepo/package.json b/packages/utils/inside-monorepo/package.json index 4cba5fa20..9e56f9b51 100644 --- a/packages/utils/inside-monorepo/package.json +++ b/packages/utils/inside-monorepo/package.json @@ -1,7 +1,7 @@ { "name": "embark-inside-monorepo", "private": true, - "version": "5.0.0", + "version": "5.1.0-nightly.1", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "If a package from the monorepo can resolve this package then the first package is inside the monorepo", "license": "MIT", diff --git a/packages/utils/solo/CHANGELOG.md b/packages/utils/solo/CHANGELOG.md index b955712ca..8dabb5925 100644 --- a/packages/utils/solo/CHANGELOG.md +++ b/packages/utils/solo/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) **Note:** Version bump only for package embark-solo diff --git a/packages/utils/solo/package.json b/packages/utils/solo/package.json index e8f502963..94851d0f3 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-nightly.0", + "version": "5.1.0-nightly.1", "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-nightly.0", + "embark-collective": "^5.1.0-nightly.1", "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 d24a40e0a..b5baee400 100644 --- a/packages/utils/testing/CHANGELOG.md +++ b/packages/utils/testing/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) + + +### Features + +* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8)) + + + + + # [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 558912d55..fb8a140c5 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.1.0-nightly.0", + "version": "5.1.0-nightly.1", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js", @@ -56,7 +56,7 @@ "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.1", "eslint": "5.7.0", "jest": "24.9.0", "lodash.clonedeep": "4.5.0",