diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a53f20e6..43479ddc4 100644 --- a/CHANGELOG.md +++ b/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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + + +### Bug Fixes + +* **@embark/ganache:** fix connection to other nodes from Ganache ([5531b60](https://github.com/embarklabs/embark/commit/5531b60)) +* **@embark/proxy:** up max listener for proxy request manager ([9c8837d](https://github.com/embarklabs/embark/commit/9c8837d)) + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index 77a9f8210..072e6783a 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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index 2e8d10ad6..0d49593ab 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.2.0-nightly.4", + "version": "5.2.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,7 +32,7 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.4", + "embark": "^5.2.0-nightly.5", "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", "embark-ipfs": "^5.2.0-nightly.4", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 4d05319d4..bdd3b5d9b 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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 55433eb13..d50066a31 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.2.0-nightly.4", + "version": "5.2.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,7 +34,7 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.2.0-nightly.4", + "embark": "^5.2.0-nightly.5", "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", "embark-ipfs": "^5.2.0-nightly.4", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 0fbc76a0b..91e1b254c 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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) **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 f5c789c34..1f55f8002 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.2.0-nightly.4", + "version": "5.2.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,7 +28,7 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.4", + "embark": "^5.2.0-nightly.5", "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", "embark-parity": "^5.2.0-nightly.4", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 6284a2bb2..f8aa3034e 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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index 5d1f15db4..f0f79165c 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,7 +3,7 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.2.0-nightly.4", + "embark": "^5.2.0-nightly.5", "embark-dapp-test-service": "^5.0.0", "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", @@ -39,5 +39,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.4" + "version": "5.2.0-nightly.5" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 3e683588a..6f4cd747e 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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) **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 904088a2a..3fbf92e99 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,7 +1,7 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.2.0-nightly.4", + "embark": "^5.2.0-nightly.5", "embark-geth": "^5.2.0-nightly.4", "embark-graph": "^5.2.0-nightly.3", "embark-ipfs": "^5.2.0-nightly.4", @@ -28,5 +28,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.4" + "version": "5.2.0-nightly.5" } diff --git a/lerna.json b/lerna.json index 1827b65d3..965a631ad 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.2.0-nightly.4" + "version": "5.2.0-nightly.5" } diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index 09254f748..6b18921ae 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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + + +### Bug Fixes + +* **@embark/proxy:** up max listener for proxy request manager ([9c8837d](https://github.com/embarklabs/embark/commit/9c8837d)) + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 5237df99c..afe2a9992 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.2.0-nightly.4", + "version": "5.2.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -50,7 +50,7 @@ "embark-api": "^5.2.0-nightly.4", "embark-authenticator": "^5.2.0-nightly.3", "embark-basic-pipeline": "^5.2.0-nightly.4", - "embark-blockchain": "^5.2.0-nightly.4", + "embark-blockchain": "^5.2.0-nightly.5", "embark-code-runner": "^5.2.0-nightly.4", "embark-communication": "^5.2.0-nightly.3", "embark-compiler": "^5.2.0-nightly.4", @@ -63,7 +63,7 @@ "embark-embarkjs": "^5.2.0-nightly.4", "embark-ens": "^5.2.0-nightly.4", "embark-ethereum-blockchain-client": "^5.2.0-nightly.4", - "embark-ganache": "^5.2.0-nightly.4", + "embark-ganache": "^5.2.0-nightly.5", "embark-geth": "^5.2.0-nightly.4", "embark-ipfs": "^5.2.0-nightly.4", "embark-library-manager": "^5.2.0-nightly.3", @@ -75,7 +75,7 @@ "embark-plugin-cmd": "^5.2.0-nightly.3", "embark-process-logs-api-manager": "^5.2.0-nightly.3", "embark-profiler": "^5.2.0-nightly.3", - "embark-proxy": "^5.2.0-nightly.4", + "embark-proxy": "^5.2.0-nightly.5", "embark-rpc-manager": "^5.2.0-nightly.4", "embark-scaffolding": "^5.2.0-nightly.4", "embark-solidity": "^5.2.0-nightly.4", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index cd209e033..2f1e6a640 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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + +**Note:** Version bump only for package embark + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/packages/embark/package.json b/packages/embark/package.json index 68dedd4bd..9df1fd0fa 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.2.0-nightly.4", + "version": "5.2.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -79,7 +79,7 @@ "decompress": "4.2.0", "embark-core": "^5.2.0-nightly.4", "embark-deploy-tracker": "^5.2.0-nightly.3", - "embark-engine": "^5.2.0-nightly.4", + "embark-engine": "^5.2.0-nightly.5", "embark-graph": "^5.2.0-nightly.3", "embark-i18n": "^5.1.1", "embark-logger": "^5.2.0-nightly.3", diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index 4814e03c0..ac9c4805d 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/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.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + + +### Bug Fixes + +* **@embark/ganache:** fix connection to other nodes from Ganache ([5531b60](https://github.com/embarklabs/embark/commit/5531b60)) +* **@embark/proxy:** up max listener for proxy request manager ([9c8837d](https://github.com/embarklabs/embark/commit/9c8837d)) + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index a182cf1a4..386fc8955 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.2.0-nightly.4", + "version": "5.2.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index 13cce662e..13aad6624 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + + +### Bug Fixes + +* **@embark/ganache:** fix connection to other nodes from Ganache ([5531b60](https://github.com/embarklabs/embark/commit/5531b60)) + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index cd60cb51e..f27e18d94 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.2.0-nightly.4", + "version": "5.2.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 0d558f94b..305c00cd1 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18) + + +### Bug Fixes + +* **@embark/proxy:** up max listener for proxy request manager ([9c8837d](https://github.com/embarklabs/embark/commit/9c8837d)) + + + + + # [5.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15) diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 4a09ed0fc..141ebf65d 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.2.0-nightly.4", + "version": "5.2.0-nightly.5", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses",