diff --git a/CHANGELOG.md b/CHANGELOG.md index efa694bdb..837c7dfac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + + +### Bug Fixes + +* **@embark/embarkjs:** change enableEthereum to not rely on returned accounts array ([b8f93ea](https://github.com/embarklabs/embark/commit/b8f93ea)) +* **@embark/test:** increase default gas limit to 8M so tests support bigger contracts ([b6856b2](https://github.com/embarklabs/embark/commit/b6856b2)) + + +### Features + +* **@embark/testing:** add missing APIs to register console commands and API calls ([bef582d](https://github.com/embarklabs/embark/commit/bef582d)) + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index ea9c6ae00..7fc0a0cd3 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 98ced9765..63fed873c 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "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,10 +32,10 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.4", + "embark": "^5.1.0-nightly.5", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.2", - "embarkjs-ens": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", + "embarkjs-ens": "^5.1.0-nightly.5", "embarkjs-ipfs": "^5.1.0-nightly.1", "embarkjs-swarm": "^5.1.0-nightly.1", "embarkjs-web3": "^5.1.0-nightly.1", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index bfc61f8ed..a4eb8431f 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 a0599e8bc..e58c7bf42 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "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,10 +34,10 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.1.0-nightly.4", + "embark": "^5.1.0-nightly.5", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.2", - "embarkjs-ens": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", + "embarkjs-ens": "^5.1.0-nightly.5", "embarkjs-ipfs": "^5.1.0-nightly.1", "embarkjs-swarm": "^5.1.0-nightly.1", "embarkjs-web3": "^5.1.0-nightly.1", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index b8993ae9b..d27683634 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 aa7cd56db..06a4f5f0c 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "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,10 +28,10 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.4", + "embark": "^5.1.0-nightly.5", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.2", - "embarkjs-ens": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", + "embarkjs-ens": "^5.1.0-nightly.5", "embarkjs-ipfs": "^5.1.0-nightly.1", "embarkjs-swarm": "^5.1.0-nightly.1", "embarkjs-web3": "^5.1.0-nightly.1", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index f39c2428e..b2ba7e3aa 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 c653ef46c..eb72d283e 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,12 +3,12 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.1.0-nightly.4", + "embark": "^5.1.0-nightly.5", "embark-dapp-test-service": "^5.0.0", "embark-i18n": "^5.1.0-nightly.1", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.2", - "embarkjs-ens": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", + "embarkjs-ens": "^5.1.0-nightly.5", "embarkjs-ipfs": "^5.1.0-nightly.1", "embarkjs-swarm": "^5.1.0-nightly.1", "embarkjs-web3": "^5.1.0-nightly.1", @@ -32,5 +32,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.0-nightly.4" + "version": "5.1.0-nightly.5" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 74e0a8701..0f63df49b 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 193328437..bff4d9765 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,10 +1,10 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.1.0-nightly.4", + "embark": "^5.1.0-nightly.5", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.2", - "embarkjs-ens": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", + "embarkjs-ens": "^5.1.0-nightly.5", "embarkjs-ipfs": "^5.1.0-nightly.1", "embarkjs-swarm": "^5.1.0-nightly.1", "embarkjs-web3": "^5.1.0-nightly.1", @@ -21,5 +21,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.0-nightly.4" + "version": "5.1.0-nightly.5" } diff --git a/lerna.json b/lerna.json index 92bfebe5d..f7ec47881 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.0-nightly.4" + "version": "5.1.0-nightly.5" } diff --git a/packages/cockpit/ui/CHANGELOG.md b/packages/cockpit/ui/CHANGELOG.md index c941eac5e..ed5dbafea 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-ui + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-ui diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index 781802963..dde202dca 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index ff82678e1..6524f9895 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-code-runner + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 315ee7b7e..512fe042c 100644 --- a/packages/core/code-runner/package.json +++ b/packages/core/code-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-code-runner", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -52,10 +52,10 @@ "async": "3.1.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", "fs-extra": "8.1.0", "parse-json": "5.0.0", "vm2": "3.8.4", @@ -65,7 +65,7 @@ "@babel/core": "7.7.7", "babel-jest": "24.9.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 a52d91209..c11b48473 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-console + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 976bc7dba..c90e34d47 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -50,7 +50,7 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", @@ -61,7 +61,7 @@ "babel-jest": "24.9.0", "embark-logger": "^5.1.0-nightly.1", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 0f45cef4b..9e9897851 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-core + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index aca11bfec..23922eb15 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index 0aeaa972e..bf9578ab0 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-engine + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index a94f789c7..2a0dd6a42 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -46,54 +46,54 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.1.0-nightly.4", - "embark-api": "^5.1.0-nightly.4", + "embark-accounts-manager": "^5.1.0-nightly.5", + "embark-api": "^5.1.0-nightly.5", "embark-authenticator": "^5.1.0-nightly.4", - "embark-basic-pipeline": "^5.1.0-nightly.4", - "embark-blockchain": "^5.1.0-nightly.4", + "embark-basic-pipeline": "^5.1.0-nightly.5", + "embark-blockchain": "^5.1.0-nightly.5", "embark-blockchain-client": "^5.1.0-nightly.1", - "embark-code-runner": "^5.1.0-nightly.4", - "embark-communication": "^5.1.0-nightly.4", - "embark-compiler": "^5.1.0-nightly.4", - "embark-console": "^5.1.0-nightly.4", - "embark-contracts-manager": "^5.1.0-nightly.4", - "embark-core": "^5.1.0-nightly.4", - "embark-coverage": "^5.1.0-nightly.4", + "embark-code-runner": "^5.1.0-nightly.5", + "embark-communication": "^5.1.0-nightly.5", + "embark-compiler": "^5.1.0-nightly.5", + "embark-console": "^5.1.0-nightly.5", + "embark-contracts-manager": "^5.1.0-nightly.5", + "embark-core": "^5.1.0-nightly.5", + "embark-coverage": "^5.1.0-nightly.5", "embark-debugger": "^5.1.0-nightly.1", - "embark-deployment": "^5.1.0-nightly.4", - "embark-embarkjs": "^5.1.0-nightly.4", - "embark-ens": "^5.1.0-nightly.4", - "embark-ethereum-blockchain-client": "^5.1.0-nightly.4", - "embark-ganache": "^5.1.0-nightly.3", - "embark-geth": "^5.1.0-nightly.4", - "embark-ipfs": "^5.1.0-nightly.4", + "embark-deployment": "^5.1.0-nightly.5", + "embark-embarkjs": "^5.1.0-nightly.5", + "embark-ens": "^5.1.0-nightly.5", + "embark-ethereum-blockchain-client": "^5.1.0-nightly.5", + "embark-ganache": "^5.1.0-nightly.5", + "embark-geth": "^5.1.0-nightly.5", + "embark-ipfs": "^5.1.0-nightly.5", "embark-library-manager": "^5.1.0-nightly.4", "embark-logger": "^5.1.0-nightly.1", - "embark-mocha-tests": "^5.1.0-nightly.4", + "embark-mocha-tests": "^5.1.0-nightly.5", "embark-namesystem": "^5.1.0-nightly.1", - "embark-parity": "^5.1.0-nightly.4", - "embark-pipeline": "^5.1.0-nightly.4", + "embark-parity": "^5.1.0-nightly.5", + "embark-pipeline": "^5.1.0-nightly.5", "embark-plugin-cmd": "^5.1.0-nightly.4", "embark-process-logs-api-manager": "^5.1.0-nightly.4", "embark-profiler": "^5.1.0-nightly.1", - "embark-proxy": "^5.1.0-nightly.4", - "embark-rpc-manager": "^5.1.0-nightly.4", - "embark-scaffolding": "^5.1.0-nightly.4", - "embark-solidity": "^5.1.0-nightly.4", + "embark-proxy": "^5.1.0-nightly.5", + "embark-rpc-manager": "^5.1.0-nightly.5", + "embark-scaffolding": "^5.1.0-nightly.5", + "embark-solidity": "^5.1.0-nightly.5", "embark-solidity-tests": "^5.1.0-nightly.4", "embark-specialconfigs": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.4", - "embark-swarm": "^5.1.0-nightly.4", - "embark-test-runner": "^5.1.0-nightly.4", - "embark-transaction-logger": "^5.1.0-nightly.4", + "embark-storage": "^5.1.0-nightly.5", + "embark-swarm": "^5.1.0-nightly.5", + "embark-test-runner": "^5.1.0-nightly.5", + "embark-transaction-logger": "^5.1.0-nightly.5", "embark-transaction-tracker": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "embark-vyper": "^5.1.0-nightly.1", "embark-watcher": "^5.1.0-nightly.4", - "embark-web3": "^5.1.0-nightly.4", + "embark-web3": "^5.1.0-nightly.5", "embark-webserver": "^5.1.0-nightly.4", - "embark-whisper-geth": "^5.1.0-nightly.4", - "embark-whisper-parity": "^5.1.0-nightly.4" + "embark-whisper-geth": "^5.1.0-nightly.5", + "embark-whisper-parity": "^5.1.0-nightly.5" }, "devDependencies": { "embark-solo": "^5.1.0-nightly.1", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 4f2721bab..ad48917f2 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index 2af020553..798dce75d 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "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.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-deploy-tracker": "^5.1.0-nightly.4", - "embark-engine": "^5.1.0-nightly.4", + "embark-engine": "^5.1.0-nightly.5", "embark-graph": "^5.1.0-nightly.1", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-reset": "^5.1.0-nightly.1", - "embark-suggestions": "^5.1.0-nightly.4", + "embark-suggestions": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", @@ -140,15 +140,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.1.0-nightly.4", - "embark-compiler": "^5.1.0-nightly.4", - "embark-contracts-manager": "^5.1.0-nightly.4", - "embark-solidity": "^5.1.0-nightly.4", + "embark-code-runner": "^5.1.0-nightly.5", + "embark-compiler": "^5.1.0-nightly.5", + "embark-contracts-manager": "^5.1.0-nightly.5", + "embark-solidity": "^5.1.0-nightly.5", "embark-solo": "^5.1.0-nightly.1", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.1.0-nightly.1", - "embark-transaction-logger": "^5.1.0-nightly.4", + "embark-testing": "^5.1.0-nightly.5", + "embark-transaction-logger": "^5.1.0-nightly.5", "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 f58db9547..e810a1362 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/embarkjs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + + +### Bug Fixes + +* **@embark/embarkjs:** change enableEthereum to not rely on returned accounts array ([b8f93ea](https://github.com/embarklabs/embark/commit/b8f93ea)) + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index ff7a456b2..452843968 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "JavaScript library for easily interacting with web3 technologies", diff --git a/packages/embarkjs/ens/CHANGELOG.md b/packages/embarkjs/ens/CHANGELOG.md index 2c245b6a0..819199e3a 100644 --- a/packages/embarkjs/ens/CHANGELOG.md +++ b/packages/embarkjs/ens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embarkjs-ens + + + + + # [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index 338c63e93..e450c6090 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.1.0-nightly.2", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Ens plugin for embarkjs", @@ -49,7 +49,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embarkjs": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", "eth-ens-namehash": "2.0.8", "web3": "1.2.4" }, diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 8ef3bb2c1..647dd01ba 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 701da0fae..82cdab989 100644 --- a/packages/plugins/accounts-manager/package.json +++ b/packages/plugins/accounts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-accounts-manager", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "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,7 +48,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 86549b050..5bb893525 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 6b8f65d1c..2b31110b4 100644 --- a/packages/plugins/basic-pipeline/package.json +++ b/packages/plugins/basic-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-basic-pipeline", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -71,7 +71,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "file-loader": "5.0.2", @@ -89,7 +89,7 @@ "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 0f74d0000..e7a1adff4 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 5dfc0391e..3678db4ee 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -50,7 +50,7 @@ "@types/prettier": "1.16.4", "@types/semver": "5.5.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "globule": "1.2.1", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 5cc1b002a..78e6aa4de 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-ens + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 5d1acb6df..aaf5be53b 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -46,11 +46,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.2", - "embarkjs-ens": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", + "embarkjs-ens": "^5.1.0-nightly.5", "eth-ens-namehash": "2.0.8", "lodash.clonedeep": "4.5.0", "web3": "1.2.4" @@ -60,7 +60,7 @@ "babel-eslint": "10.0.3", "babel-jest": "24.9.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 4edf79480..d5b2d9a0e 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + + +### Bug Fixes + +* **@embark/test:** increase default gas limit to 8M so tests support bigger contracts ([b6856b2](https://github.com/embarklabs/embark/commit/b6856b2)) + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 639fb9089..bff57d878 100644 --- a/packages/plugins/ethereum-blockchain-client/package.json +++ b/packages/plugins/ethereum-blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-ethereum-blockchain-client", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -47,10 +47,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-core-requestmanager": "1.2.4" diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index 5ff8f0137..f5f44543f 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + + +### Bug Fixes + +* **@embark/test:** increase default gas limit to 8M so tests support bigger contracts ([b6856b2](https://github.com/embarklabs/embark/commit/b6856b2)) + + + + + # [5.1.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.2...v5.1.0-nightly.3) (2020-01-22) **Note:** Version bump only for package embark-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index d5038454e..962ee9543 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.1.0-nightly.3", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index b0849f1d2..9e119713a 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-geth + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 5ba1b9371..0e7e09611 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -49,7 +49,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index f957e5e84..744496537 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-ipfs + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index baf8577c6..87819dff8 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -50,11 +50,11 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.4", + "embark-storage": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", "embarkjs-ipfs": "^5.1.0-nightly.1", "ipfs-http-client": "40.0.0", "shelljs": "0.8.3" diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index a63206a66..6799024be 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + + +### Bug Fixes + +* **@embark/test:** increase default gas limit to 8M so tests support bigger contracts ([b6856b2](https://github.com/embarklabs/embark/commit/b6856b2)) + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 683ef11e0..ae75557eb 100644 --- a/packages/plugins/mocha-tests/package.json +++ b/packages/plugins/mocha-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-mocha-tests", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -53,7 +53,7 @@ "core-js": "3.4.3", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", "mocha": "6.2.2", "web3": "1.2.4" }, diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index c3761a410..4d4ebe5d0 100644 --- a/packages/plugins/nethermind/CHANGELOG.md +++ b/packages/plugins/nethermind/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-nethermind + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index a9d59ac0b..0b9692d04 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -45,7 +45,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index 9b50086e4..6747f7e13 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-parity + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index 83bf5d4c3..9bb268b27 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 3582fc5df..ebf075377 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 fd55c1298..636ff74d1 100644 --- a/packages/plugins/rpc-manager/package.json +++ b/packages/plugins/rpc-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-rpc-manager", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -49,7 +49,7 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "2.6.1", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index ce3d1ec8d..c524a020b 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 83c51f666..55a781230 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -45,7 +45,7 @@ "@babel/runtime-corejs3": "7.7.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index c237227b2..febd95c2d 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index ed88a6d32..3d5dfa0a0 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "find-up": "4.1.0", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index e74c5bc3f..194b66064 100644 --- a/packages/plugins/suggestions/CHANGELOG.md +++ b/packages/plugins/suggestions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.1.0-nightly.4](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 8ece1a99a..a44a46266 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -38,7 +38,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0" }, @@ -46,7 +46,7 @@ "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 e5d51cbc6..a06f1cc28 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-swarm + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index e37b0279a..fbc9f4a60 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -51,11 +51,11 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.4", + "embark-storage": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.2", + "embarkjs": "^5.1.0-nightly.5", "embarkjs-swarm": "^5.1.0-nightly.1", "swarm-api": "0.1.2" }, diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index e412490e0..cd756718c 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 304700045..b3cce1b38 100644 --- a/packages/plugins/transaction-logger/package.json +++ b/packages/plugins/transaction-logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-logger", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -49,7 +49,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "ethereumjs-tx": "1.3.7", diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index 0855c33a3..b1607f854 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 915a00cb5..9d89266df 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", "embarkjs-web3": "^5.1.0-nightly.1" }, diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index 5ef29f30b..e5d501363 100644 --- a/packages/plugins/whisper-geth/CHANGELOG.md +++ b/packages/plugins/whisper-geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 c06355730..91e059433 100644 --- a/packages/plugins/whisper-geth/package.json +++ b/packages/plugins/whisper-geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-geth", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "embarkjs-whisper": "^5.1.0-nightly.1", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 1687fc493..630f32ac8 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 1db6aae58..d8c19138c 100644 --- a/packages/plugins/whisper-parity/package.json +++ b/packages/plugins/whisper-parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-parity", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "embarkjs-whisper": "^5.1.0-nightly.1", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index eb5aecca6..ba46701fe 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-api + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 70b22dce6..a1aa345fa 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -52,9 +52,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", - "embark-ui": "^5.1.0-nightly.4", + "embark-ui": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", "express": "4.17.1", "express-ws": "4.0.0", diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index e5451c55b..18ce8a381 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-blockchain + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 2edeb3a42..6cf7728ff 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -51,7 +51,7 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4" @@ -60,7 +60,7 @@ "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 996fc3f1a..86e559fc6 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-communication + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 59af9fba6..0a6ca59f8 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -49,7 +49,7 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4" }, @@ -57,7 +57,7 @@ "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 be08bf134..8fc347558 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 367130de1..1ed5c74fc 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,7 +45,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4" }, @@ -55,7 +55,7 @@ "clone-deep": "4.0.0", "cross-env": "5.2.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 a8216ef05..b94839630 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-contracts-manager + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 8280e9a64..97c13c4ea 100644 --- a/packages/stack/contracts-manager/package.json +++ b/packages/stack/contracts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-contracts-manager", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,7 +50,7 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index e3872d307..e54b027f1 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-deployment + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 2cb9a1bb1..59b72015a 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -49,7 +49,7 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4" }, @@ -57,7 +57,7 @@ "@babel/core": "7.7.4", "babel-jest": "24.9.0", "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "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 c3b035249..5a1fb8645 100644 --- a/packages/stack/embarkjs/CHANGELOG.md +++ b/packages/stack/embarkjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index 5bb1ab240..1e9c557a2 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -47,7 +47,7 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1" }, "devDependencies": { diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index 245d30bd3..d5b2e92d3 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-pipeline + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index 55885f778..4921e0371 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -48,7 +48,7 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "find-up": "2.1.0", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index ccd30664b..ea1a7b78d 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-proxy + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 60c5204ab..337c6304d 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -51,7 +51,7 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index 5d68f5de3..900b08f94 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-storage + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index e38dfb383..720b9048a 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.4", + "embark-core": "^5.1.0-nightly.5", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.4", "lodash.clonedeep": "4.5.0", diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index cd9af08a2..ddc46ca4d 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + +**Note:** Version bump only for package embark-test-runner + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 815629c78..2d424a8d5 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "5.1.0-nightly.4", + "version": "5.1.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -54,7 +54,7 @@ "core-js": "3.4.3", "deep-equal": "1.0.1", "embark-i18n": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.1", + "embark-testing": "^5.1.0-nightly.5", "embark-utils": "^5.1.0-nightly.4", "fs-extra": "8.1.0", "istanbul-lib-coverage": "2.0.5", diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md index b5baee400..24c1b3c1d 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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) + + +### Features + +* **@embark/testing:** add missing APIs to register console commands and API calls ([bef582d](https://github.com/embarklabs/embark/commit/bef582d)) + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 5cb500150..ea8525ab6 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.5", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js", @@ -50,8 +50,8 @@ "@types/async": "3.0.3", "async": "2.6.1", "core-js": "3.4.3", - "refute": "1.0.2", "fs-extra": "8.1.0", + "refute": "1.0.2", "sinon": "7.4.2" }, "devDependencies": {