diff --git a/CHANGELOG.md b/CHANGELOG.md index 95114a38f..cc9a28471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/cmd_controller:** fix build command to escape on finish ([e2767c2](https://github.com/embarklabs/embark/commit/e2767c2)) +* **@embark/debugger:** Prevent error if contract not tracked by Embark ([1e1172e](https://github.com/embarklabs/embark/commit/1e1172e)) +* **@embark/ens:** fix Infura connection and testnet use of ENS ([42bd3b7](https://github.com/embarklabs/embark/commit/42bd3b7)) +* **@embark/test-dapp:** fix test_dapp broken for ENS resolve ([f5849e0](https://github.com/embarklabs/embark/commit/f5849e0)) +* **@embark/tests:** Fix failing test with `—node=embark` ([81af3af](https://github.com/embarklabs/embark/commit/81af3af)) +* **@embark/transaction-logger:** Circular JSON log and unknown contract log level ([5843a8e](https://github.com/embarklabs/embark/commit/5843a8e)) +* **@embark/utils:** fix deconstruct url to return port as an integer ([4190d5e](https://github.com/embarklabs/embark/commit/4190d5e)) +* **transaction-logger:** fix circular dep issue with util.inspect ([6f239f4](https://github.com/embarklabs/embark/commit/6f239f4)) + + +### Features + +* **@embark/deployment:** introduce `interfaces` and `libraries` configuration ([73d0443](https://github.com/embarklabs/embark/commit/73d0443)) +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) +* **@embark/test-runner:** expose evmClientVersion for conditional tests ([e37d3f7](https://github.com/embarklabs/embark/commit/e37d3f7)) +* **@embark/testing:** introduce proper request2 api for async/await ([c947517](https://github.com/embarklabs/embark/commit/c947517)) + + + + + # [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-07) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index 830f52d84..f51b3fffb 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.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 + + + + + # [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-dapp-template-boilerplate diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index f91dc3a38..718f2a787 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -32,14 +32,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.0.0", - "embark-reset": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-ens": "^5.0.0", - "embarkjs-ipfs": "^5.0.0", - "embarkjs-swarm": "^5.0.0", - "embarkjs-web3": "^5.0.0", - "embarkjs-whisper": "^5.0.0", + "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", "rimraf": "3.0.0" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 7bcb4bd37..fb38ffc41 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.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 + + + + + # [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-dapp-template-demo diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 263e749e1..a6c62d663 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "description": "Demo DApp for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -34,14 +34,14 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.0.0", - "embark-reset": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-ens": "^5.0.0", - "embarkjs-ipfs": "^5.0.0", - "embarkjs-swarm": "^5.0.0", - "embarkjs-web3": "^5.0.0", - "embarkjs-whisper": "^5.0.0", + "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", "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 8195516ce..3902d3b1a 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.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 + + + + + # [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-dapp-template-simple diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index bd0b126d3..34d1b8977 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -28,14 +28,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.0.0", - "embark-reset": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-ens": "^5.0.0", - "embarkjs-ipfs": "^5.0.0", - "embarkjs-swarm": "^5.0.0", - "embarkjs-web3": "^5.0.0", - "embarkjs-whisper": "^5.0.0", + "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", "rimraf": "3.0.0" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index a0eda0a62..282f00e82 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,24 @@ 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/test-dapp:** fix test_dapp broken for ENS resolve ([f5849e0](https://github.com/embarklabs/embark/commit/f5849e0)) +* **@embark/tests:** Fix failing test with `—node=embark` ([81af3af](https://github.com/embarklabs/embark/commit/81af3af)) + + +### Features + +* **@embark/deployment:** introduce `interfaces` and `libraries` configuration ([73d0443](https://github.com/embarklabs/embark/commit/73d0443)) +* **@embark/test-runner:** expose evmClientVersion for conditional tests ([e37d3f7](https://github.com/embarklabs/embark/commit/e37d3f7)) + + + + + # [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-dapp-test-app diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index 30f9a83d1..e51594ff0 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.0.0", + "embark": "^5.1.0-nightly.0", "embark-dapp-test-service": "^5.0.0", - "embark-i18n": "^5.0.0", - "embark-reset": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-ens": "^5.0.0", - "embarkjs-ipfs": "^5.0.0", - "embarkjs-swarm": "^5.0.0", - "embarkjs-web3": "^5.0.0", - "embarkjs-whisper": "^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", "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.0.0" + "version": "5.1.0-nightly.0" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 60f477312..83b88eea3 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-dapp-test-contracts diff --git a/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index 03fdf68aa..9a4ad6024 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.0.0", - "embark-reset": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-ens": "^5.0.0", - "embarkjs-ipfs": "^5.0.0", - "embarkjs-swarm": "^5.0.0", - "embarkjs-web3": "^5.0.0", - "embarkjs-whisper": "^5.0.0", + "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", "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.0.0" + "version": "5.1.0-nightly.0" } diff --git a/lerna.json b/lerna.json index aa058feec..c9233b080 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.0.0" + "version": "5.1.0-nightly.0" } diff --git a/packages/cockpit/api-client/CHANGELOG.md b/packages/cockpit/api-client/CHANGELOG.md index dc90d7c13..784ea6c43 100644 --- a/packages/cockpit/api-client/CHANGELOG.md +++ b/packages/cockpit/api-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-api-client diff --git a/packages/cockpit/api-client/package.json b/packages/cockpit/api-client/package.json index 4858ba238..5b763ea22 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.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -50,7 +50,7 @@ "keccakjs": "0.2.3" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 4f9a3e725..005ed9909 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-ui diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index e18b304e3..5841c4ae7 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-api-client": "^5.1.0-nightly.0", "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 77a5a4d8f..b7bdca12b 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-code-runner diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index c3e3d8493..50ecc97a3 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", - "embarkjs": "^5.0.0", + "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", "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.0.0", - "embark-testing": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", "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 0d3cc8f36..81519a6f0 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 1621882c6..15eb5f38c 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { - "embark-logger": "^5.0.0", - "embark-solo": "^5.0.0", + "embark-logger": "^5.1.0-nightly.0", + "embark-solo": "^5.1.0-nightly.0", "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 8b3f7e265..c395fefa4 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 0bb9fc760..8476569fe 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-logger": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 aba69ac38..83b69501b 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 5fe1055be..44e0d8792 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-api": "^5.0.0", - "embark-authenticator": "^5.0.0", - "embark-basic-pipeline": "^5.0.0", - "embark-blockchain": "^5.0.0", - "embark-blockchain-client": "^5.0.0", - "embark-code-runner": "^5.0.0", - "embark-communication": "^5.0.0", - "embark-compiler": "^5.0.0", - "embark-console": "^5.0.0", - "embark-contracts-manager": "^5.0.0", - "embark-core": "^5.0.0", - "embark-coverage": "^5.0.0", - "embark-debugger": "^5.0.0", - "embark-deployment": "^5.0.0", - "embark-embarkjs": "^5.0.0", - "embark-ens": "^5.0.0", - "embark-ethereum-blockchain-client": "^5.0.0", - "embark-ganache": "^5.0.0", - "embark-geth": "^5.0.0", - "embark-ipfs": "^5.0.0", - "embark-library-manager": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-mocha-tests": "^5.0.0", - "embark-namesystem": "^5.0.0", - "embark-parity": "^5.0.0", - "embark-pipeline": "^5.0.0", - "embark-plugin-cmd": "^5.0.0", - "embark-process-logs-api-manager": "^5.0.0", - "embark-profiler": "^5.0.0", - "embark-proxy": "^5.0.0", - "embark-rpc-manager": "^5.0.0", - "embark-scaffolding": "^5.0.0", - "embark-solidity": "^5.0.0", - "embark-solidity-tests": "^5.0.0", - "embark-specialconfigs": "^5.0.0", - "embark-storage": "^5.0.0", - "embark-swarm": "^5.0.0", - "embark-test-runner": "^5.0.0", - "embark-transaction-logger": "^5.0.0", - "embark-transaction-tracker": "^5.0.0", - "embark-utils": "^5.0.0", - "embark-vyper": "^5.0.0", - "embark-watcher": "^5.0.0", - "embark-web3": "^5.0.0", - "embark-webserver": "^5.0.0", - "embark-whisper-geth": "^5.0.0", - "embark-whisper-parity": "^5.0.0" + "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" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 dba6b16fd..80540fe5f 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-i18n diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index 7556cc6cb..1f920d2b8 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "embark-i18n", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "i18n Support for Embark", @@ -51,7 +51,7 @@ "os-locale": "4.0.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 279f1b8cd..b2118b048 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-logger diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index 68a22fb01..76cc0d6fd 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -50,7 +50,7 @@ "date-and-time": "0.6.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 ca3542af5..cde282203 100644 --- a/packages/core/reset/CHANGELOG.md +++ b/packages/core/reset/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-reset diff --git a/packages/core/reset/package.json b/packages/core/reset/package.json index 8c1d6ce04..4816592da 100644 --- a/packages/core/reset/package.json +++ b/packages/core/reset/package.json @@ -1,6 +1,6 @@ { "name": "embark-reset", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "DApp reset utlity for Embark", @@ -35,7 +35,7 @@ "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "npm-run-all": "4.1.5" }, "engines": { diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index 05d5c1de2..e93d26737 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -3,6 +3,22 @@ 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/utils:** fix deconstruct url to return port as an integer ([4190d5e](https://github.com/embarklabs/embark/commit/4190d5e)) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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-utils diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 7aedd31a0..c1418ec40 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-logger": "^5.0.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-logger": "^5.1.0-nightly.0", "find-up": "2.1.0", "follow-redirects": "1.8.0", "fs-extra": "8.1.0", @@ -76,7 +76,7 @@ }, "devDependencies": { "embark-inside-monorepo": "^5.0.0", - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 fb7656137..c9fce7cd2 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,22 @@ 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/cmd_controller:** fix build command to escape on finish ([e2767c2](https://github.com/embarklabs/embark/commit/e2767c2)) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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 diff --git a/packages/embark/package.json b/packages/embark/package.json index 0d9598b4a..242a1a774 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -77,14 +77,14 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.0.0", - "embark-deploy-tracker": "^5.0.0", - "embark-engine": "^5.0.0", - "embark-graph": "^5.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-reset": "^5.0.0", - "embark-utils": "^5.0.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-utils": "^5.1.0-nightly.0", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -140,15 +140,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.0.0", - "embark-compiler": "^5.0.0", - "embark-contracts-manager": "^5.0.0", - "embark-solidity": "^5.0.0", - "embark-solo": "^5.0.0", + "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-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.0.0", - "embark-transaction-logger": "^5.0.0", + "embark-testing": "^5.1.0-nightly.0", + "embark-transaction-logger": "^5.1.0-nightly.0", "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 83eb1e1c4..16adc5e91 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/embarkjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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 embarkjs diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index 1b279effb..860b58ddd 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 edd3aacb3..f2167c7ac 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/ens:** fix Infura connection and testnet use of ENS ([42bd3b7](https://github.com/embarklabs/embark/commit/42bd3b7)) + + + + + # [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 embarkjs-ens diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index a22084d54..22df444a3 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embarkjs": "^5.1.0-nightly.0", "eth-ens-namehash": "2.0.8", "web3": "1.2.4" }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 de730fca6..a26a03f8d 100644 --- a/packages/embarkjs/ipfs/CHANGELOG.md +++ b/packages/embarkjs/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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 embarkjs-ipfs diff --git a/packages/embarkjs/ipfs/package.json b/packages/embarkjs/ipfs/package.json index 2fca33268..6e36f71fa 100644 --- a/packages/embarkjs/ipfs/package.json +++ b/packages/embarkjs/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ipfs", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Ipfs plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 ba0bf9700..1247fbcae 100644 --- a/packages/embarkjs/swarm/CHANGELOG.md +++ b/packages/embarkjs/swarm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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 embarkjs-swarm diff --git a/packages/embarkjs/swarm/package.json b/packages/embarkjs/swarm/package.json index b7dfa50ae..9594ffc82 100644 --- a/packages/embarkjs/swarm/package.json +++ b/packages/embarkjs/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-swarm", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Swarm plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 31935bcbd..08d169273 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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 embarkjs-web3 diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index 7fd84fb5a..6b76d92e9 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Web3 plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 1104f5c98..d0ccae24a 100644 --- a/packages/embarkjs/whisper/CHANGELOG.md +++ b/packages/embarkjs/whisper/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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 embarkjs-whisper diff --git a/packages/embarkjs/whisper/package.json b/packages/embarkjs/whisper/package.json index 54797b5fa..61c819e67 100644 --- a/packages/embarkjs/whisper/package.json +++ b/packages/embarkjs/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-whisper", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Whisper plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 38bc8f6c1..57d00332e 100644 --- a/packages/plugins/accounts-manager/CHANGELOG.md +++ b/packages/plugins/accounts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-accounts-manager diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index 907a2d222..65e81a108 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.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts", @@ -48,14 +48,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "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", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 85c324bbd..b4bce5401 100644 --- a/packages/plugins/basic-pipeline/CHANGELOG.md +++ b/packages/plugins/basic-pipeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-basic-pipeline diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index f9cd341ed..49dbd54fc 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "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.0.0", - "embark-testing": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", "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 52bb32d16..0a8426cec 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index cb7d52d02..220d768e0 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 6882008fb..dc400b2a0 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/debugger:** Prevent error if contract not tracked by Embark ([1e1172e](https://github.com/embarklabs/embark/commit/1e1172e)) + + + + + # [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-debugger diff --git a/packages/plugins/debugger/package.json b/packages/plugins/debugger/package.json index 109f06815..5184b32ad 100644 --- a/packages/plugins/debugger/package.json +++ b/packages/plugins/debugger/package.json @@ -1,6 +1,6 @@ { "name": "embark-debugger", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-i18n": "^5.1.0-nightly.0", "remix-debug": "0.3.23" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 d16775424..cbc8cd2e2 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/deployment:** introduce `interfaces` and `libraries` configuration ([73d0443](https://github.com/embarklabs/embark/commit/73d0443)) + + + + + # [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-deploy-tracker diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index 16a14bba7..b4c9814b2 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.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -46,13 +46,13 @@ }, "dependencies": { "colors": "1.3.2", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-logger": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "fs-extra": "8.1.0", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 4c7b04513..d91b1b405 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/ens:** fix Infura connection and testnet use of ENS ([42bd3b7](https://github.com/embarklabs/embark/commit/42bd3b7)) + + + + + # [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-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 4835b0ca6..99d09c360 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-ens": "^5.0.0", + "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", "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.0.0", - "embark-testing": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", "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 751e27c56..203cddad5 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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-ethereum-blockchain-client diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index d42c8ee60..cc4137ff5 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", - "embarkjs": "^5.0.0", + "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", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-core-requestmanager": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 798309f44..4264c555a 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 570946f5b..1229c7971 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 eb319d17d..996d03581 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index c7a267a57..9416f1059 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "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", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 1886a5e6c..4f8f1bb08 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-graph diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index ba0c0290e..12772a9fc 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 c3bf366e9..cf1ad1f6c 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 52b57d98c..1444febac 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-storage": "^5.0.0", - "embark-utils": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-ipfs": "^5.0.0", + "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", "ipfs-http-client": "40.0.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 2220ae7df..f5464b836 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/test-runner:** expose evmClientVersion for conditional tests ([e37d3f7](https://github.com/embarklabs/embark/commit/e37d3f7)) + + + + + # [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-mocha-tests diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 4f76a9b11..dd2ba59fe 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0", - "embarkjs": "^5.0.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", + "embarkjs": "^5.1.0-nightly.0", "mocha": "6.2.2", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 new file mode 100644 index 000000000..e271e6930 --- /dev/null +++ b/packages/plugins/nethermind/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 025405a31..82ff846ff 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.0.0-alpha.9", + "version": "5.1.0-nightly.0", "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.0.0-alpha.9", - "embark-i18n": "^5.0.0-alpha.5", - "embark-utils": "^5.0.0-alpha.9", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.0.0-alpha.5", + "embark-solo": "^5.1.0-nightly.0", "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 e6bf83558..9d5270b17 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index d70530f8a..bdf4cd753 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 65067aeb6..b28ef61a7 100644 --- a/packages/plugins/plugin-cmd/CHANGELOG.md +++ b/packages/plugins/plugin-cmd/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-plugin-cmd diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index b44bf1d5c..5ec0c3054 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0" + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 121a585d0..bd1a9bba1 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 3b4737561..4d6f20919 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -52,7 +52,7 @@ "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 c91a4599f..f39d70bba 100644 --- a/packages/plugins/rpc-manager/CHANGELOG.md +++ b/packages/plugins/rpc-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-rpc-manager diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index b8c78ecc4..986290303 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "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", "web3": "1.2.4" }, "devDependencies": { "cross-env": "5.2.0", - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 9a194b4f4..f2f8146a5 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 23cbd40a9..9fe3ca1b7 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "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", "handlebars": "4.3.0", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 54858cc9d..3501a1a38 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-snark diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 9554571aa..96e5ade39 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 c154f7bc0..5b531bf9d 100644 --- a/packages/plugins/solc/CHANGELOG.md +++ b/packages/plugins/solc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-solc diff --git a/packages/plugins/solc/package.json b/packages/plugins/solc/package.json index c40dad37b..0359b550d 100644 --- a/packages/plugins/solc/package.json +++ b/packages/plugins/solc/package.json @@ -1,6 +1,6 @@ { "name": "embark-solc", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Richard Ramos", "contributors": [], "description": "Solc plugin for Embark", @@ -51,7 +51,7 @@ "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 cc2d5441a..8ae67fcf2 100644 --- a/packages/plugins/solidity-tests/CHANGELOG.md +++ b/packages/plugins/solidity-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-solidity-tests diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index 35438dace..02dc65838 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-utils": "^5.1.0-nightly.0", "remix-tests": "0.1.24", "web3": "1.2.4", "yo-yoify": "4.3.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 531de6f59..751b00d99 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 4d0f5db73..e756f3454 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "fs-extra": "8.1.0", "semver": "5.6.0", "solc": "0.5.0", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 452c78579..7d7c320bb 100644 --- a/packages/plugins/specialconfigs/CHANGELOG.md +++ b/packages/plugins/specialconfigs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-specialconfigs diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index 71d2a1b12..66898ffb5 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-i18n": "^5.1.0-nightly.0", "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 2ec68eafc..9f1ff868a 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index 44bc4595c..6dde630f8 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-storage": "^5.0.0", - "embark-utils": "^5.0.0", - "embarkjs": "^5.0.0", - "embarkjs-swarm": "^5.0.0", + "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", "swarm-api": "0.1.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 2daa90aa3..3845caf9c 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/transaction-logger:** Circular JSON log and unknown contract log level ([5843a8e](https://github.com/embarklabs/embark/commit/5843a8e)) +* **transaction-logger:** fix circular dep issue with util.inspect ([6f239f4](https://github.com/embarklabs/embark/commit/6f239f4)) + + + + + # [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-transaction-logger diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index d1edde225..da9592cac 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 e86e58ddf..f488f6637 100644 --- a/packages/plugins/transaction-tracker/CHANGELOG.md +++ b/packages/plugins/transaction-tracker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-transaction-tracker diff --git a/packages/plugins/transaction-tracker/package.json b/packages/plugins/transaction-tracker/package.json index d6f96c13b..4f1143c9a 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.0.0", + "version": "5.1.0-nightly.0", "author": "Iuri Matias ", "contributors": [], "description": "Transaction tracker for Embark's cockpit", @@ -50,7 +50,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 7d8898f09..b01550673 100644 --- a/packages/plugins/vyper/CHANGELOG.md +++ b/packages/plugins/vyper/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-vyper diff --git a/packages/plugins/vyper/package.json b/packages/plugins/vyper/package.json index 3f1497252..73aeb4d0b 100644 --- a/packages/plugins/vyper/package.json +++ b/packages/plugins/vyper/package.json @@ -1,6 +1,6 @@ { "name": "embark-vyper", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-i18n": "^5.1.0-nightly.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 2ec5ae7e4..c0b67455c 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 065d7131e..debd3ce44 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0", - "embarkjs-web3": "^5.0.0" + "embark-core": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", + "embarkjs-web3": "^5.1.0-nightly.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 df2c1b1f0..b90223f80 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87)) + + + + + # [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-whisper-geth diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index 68737b9df..d05cd793a 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", - "embarkjs-whisper": "^5.0.0", + "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", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 72865a3fb..e60212718 100644 --- a/packages/plugins/whisper-parity/CHANGELOG.md +++ b/packages/plugins/whisper-parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-whisper-parity diff --git a/packages/plugins/whisper-parity/package.json b/packages/plugins/whisper-parity/package.json index 0c282b80c..ef94a057d 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", - "embarkjs-whisper": "^5.0.0", + "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", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 ceba1cdde..a3b1fdda4 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 2b98c92a7..987f31b0a 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-ui": "^5.0.0", - "embark-utils": "^5.0.0", + "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", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", "helmet": "3.13.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 cf522ad44..3a6ba13d7 100644 --- a/packages/stack/authenticator/CHANGELOG.md +++ b/packages/stack/authenticator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index 561376ffb..d25f12e1d 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "keccakjs": "0.2.3", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 4b5e910e8..55c253a2a 100644 --- a/packages/stack/blockchain-client/CHANGELOG.md +++ b/packages/stack/blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-blockchain-client diff --git a/packages/stack/blockchain-client/package.json b/packages/stack/blockchain-client/package.json index 96b7bceab..f0219a196 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 cde35358f..3a82766c2 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index a7f93a3ba..28c118abe 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0" + "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" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.0.0", - "embark-testing": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", "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 ae09e71a7..51a501703 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 3c773d3a9..84a40fe03 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0" + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.0.0", - "embark-testing": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", "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 a2d0f521b..f831ef31c 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 3937f54aa..ec886111a 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0" + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "clone-deep": "4.0.0", "cross-env": "5.2.0", - "embark-solo": "^5.0.0", - "embark-testing": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", "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 dfbaa3494..b0e7a2cac 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-contracts-manager diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 925917291..36b54fef6 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "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", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 55aa73b97..299379488 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 1bd7b0e9e..84659d58b 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0" + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.0.0", - "embark-testing": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", "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 64dad3c0e..4fb70ca3a 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Bug Fixes + +* **@embark/ens:** fix Infura connection and testnet use of ENS ([42bd3b7](https://github.com/embarklabs/embark/commit/42bd3b7)) + + + + + # [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-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index bc30db74b..7303acdd1 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0" + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 ac8970a14..05793ac2a 100644 --- a/packages/stack/library-manager/CHANGELOG.md +++ b/packages/stack/library-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-library-manager diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index 3ac1b3153..edc10dc8c 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 6963cb29e..bf0fee2b4 100644 --- a/packages/stack/namesystem/CHANGELOG.md +++ b/packages/stack/namesystem/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-namesystem diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index c3833826d..b23300869 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0" + "embark-i18n": "^5.1.0-nightly.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 957e3d4f1..8c75a3b39 100644 --- a/packages/stack/pipeline/CHANGELOG.md +++ b/packages/stack/pipeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index 97afd9c48..58463ecd4 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "find-up": "2.1.0", "fs-extra": "8.1.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 c7b47dc5f..adbbbfc04 100644 --- a/packages/stack/process-logs-api-manager/CHANGELOG.md +++ b/packages/stack/process-logs-api-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-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 846f7a9b5..5ddb10127 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0" + "embark-utils": "^5.1.0-nightly.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 5d8aeadf7..c7cb14415 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index d7c42d6d8..8eafaa014 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-logger": "^5.0.0", - "embark-utils": "^5.0.0", + "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", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 06a819a5b..bd154900d 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index c1342e130..e0b94df4f 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-i18n": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-core": "^5.1.0-nightly.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 8740867b6..7fb8637d7 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/test-runner:** expose evmClientVersion for conditional tests ([e37d3f7](https://github.com/embarklabs/embark/commit/e37d3f7)) + + + + + # [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-test-runner diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index dd0a2c6c2..0c080dcbc 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.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-testing": "^5.0.0", - "embark-utils": "^5.0.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-testing": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 37b108fbf..25b5cec85 100644 --- a/packages/stack/watcher/CHANGELOG.md +++ b/packages/stack/watcher/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-07) diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index d7ab6896b..7e772d30c 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0" + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 6b84f22cc..e8a0c1f10 100644 --- a/packages/stack/webserver/CHANGELOG.md +++ b/packages/stack/webserver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 07b38f5ac..d04ba9e54 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", - "embark-utils": "^5.0.0", + "embark-i18n": "^5.1.0-nightly.0", + "embark-utils": "^5.1.0-nightly.0", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", "serve-static": "1.13.2" }, "devDependencies": { - "embark-solo": "^5.0.0", + "embark-solo": "^5.1.0-nightly.0", "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 770ad6c84..5568e0ded 100644 --- a/packages/utils/collective/CHANGELOG.md +++ b/packages/utils/collective/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-collective diff --git a/packages/utils/collective/package.json b/packages/utils/collective/package.json index e35baff03..c4f547c6e 100644 --- a/packages/utils/collective/package.json +++ b/packages/utils/collective/package.json @@ -1,6 +1,6 @@ { "name": "embark-collective", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "You will be assimilated", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/collective#readme", diff --git a/packages/utils/solo/CHANGELOG.md b/packages/utils/solo/CHANGELOG.md index 417aa61ef..b955712ca 100644 --- a/packages/utils/solo/CHANGELOG.md +++ b/packages/utils/solo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.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 + + + + + # [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-solo diff --git a/packages/utils/solo/package.json b/packages/utils/solo/package.json index a50e08fde..31a0180f2 100644 --- a/packages/utils/solo/package.json +++ b/packages/utils/solo/package.json @@ -1,7 +1,7 @@ { "name": "embark-solo", "private": true, - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-collective": "^5.1.0-nightly.0", "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 f6d3d2d15..d24a40e0a 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.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17) + + +### Features + +* **@embark/testing:** introduce proper request2 api for async/await ([c947517](https://github.com/embarklabs/embark/commit/c947517)) + + + + + # [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-testing diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 28d72305d..9bf772dda 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.0.0", + "version": "5.1.0-nightly.0", "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.0.0", + "embark-solo": "^5.1.0-nightly.0", "eslint": "5.7.0", "jest": "24.9.0", "lodash.clonedeep": "4.5.0",