diff --git a/CHANGELOG.md b/CHANGELOG.md index 33acbe033..074f0537e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + + +### Bug Fixes + +* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539)) + + + + + # [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/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index 7ff16e891..22221b84c 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) **Note:** Version bump only for package embark-dapp-template-boilerplate diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index 685e2da37..ce9dbd6c3 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.1", + "version": "5.1.0-nightly.2", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -32,10 +32,10 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.1", + "embark": "^5.1.0-nightly.2", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", - "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", + "embarkjs-ens": "^5.1.0-nightly.2", "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 ea008b241..b46406e1a 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) **Note:** Version bump only for package embark-dapp-template-demo diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 02404d951..b2e0ddf77 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.1", + "version": "5.1.0-nightly.2", "description": "Demo DApp for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -34,10 +34,10 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.1.0-nightly.1", + "embark": "^5.1.0-nightly.2", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", - "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", + "embarkjs-ens": "^5.1.0-nightly.2", "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 b0182b98a..8bba98ca1 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) **Note:** Version bump only for package embark-dapp-template-simple diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index 714038414..9937f22e9 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.1", + "version": "5.1.0-nightly.2", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -28,10 +28,10 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.1", + "embark": "^5.1.0-nightly.2", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", - "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", + "embarkjs-ens": "^5.1.0-nightly.2", "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 e65977ccb..fda852dfd 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [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/dapps/tests/app/package.json b/dapps/tests/app/package.json index 625c9a7ce..5e7d8b4f5 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.1", + "embark": "^5.1.0-nightly.2", "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.1", - "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", + "embarkjs-ens": "^5.1.0-nightly.2", "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.1" + "version": "5.1.0-nightly.2" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 199412bc3..ee8cd5464 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [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/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index 5d1f26b93..aae565594 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.1", + "embark": "^5.1.0-nightly.2", "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", - "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", + "embarkjs-ens": "^5.1.0-nightly.2", "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.1" + "version": "5.1.0-nightly.2" } diff --git a/lerna.json b/lerna.json index ac0587f49..d75a19fea 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.0-nightly.1" + "version": "5.1.0-nightly.2" } diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 4a2d30a15..147ec47db 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-code-runner + + + + + # [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/core/code-runner/package.json b/packages/core/code-runner/package.json index b348afde8..2f45e9f3d 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -55,7 +55,7 @@ "embark-core": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", "fs-extra": "8.1.0", "parse-json": "5.0.0", "vm2": "3.8.4", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 99e809517..c9d9bba24 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-console + + + + + # [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/core/console/package.json b/packages/core/console/package.json index 13048e674..9ad8606ae 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index 11525e7cc..30f433a15 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-engine + + + + + # [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/core/engine/package.json b/packages/core/engine/package.json index 1ab5ab919..39a444f9e 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -52,24 +52,24 @@ "embark-basic-pipeline": "^5.1.0-nightly.1", "embark-blockchain": "^5.1.0-nightly.1", "embark-blockchain-client": "^5.1.0-nightly.1", - "embark-code-runner": "^5.1.0-nightly.1", + "embark-code-runner": "^5.1.0-nightly.2", "embark-communication": "^5.1.0-nightly.1", "embark-compiler": "^5.1.0-nightly.1", - "embark-console": "^5.1.0-nightly.1", + "embark-console": "^5.1.0-nightly.2", "embark-contracts-manager": "^5.1.0-nightly.1", "embark-core": "^5.1.0-nightly.1", "embark-coverage": "^5.1.0-nightly.1", "embark-debugger": "^5.1.0-nightly.1", "embark-deployment": "^5.1.0-nightly.1", "embark-embarkjs": "^5.1.0-nightly.1", - "embark-ens": "^5.1.0-nightly.1", - "embark-ethereum-blockchain-client": "^5.1.0-nightly.1", + "embark-ens": "^5.1.0-nightly.2", + "embark-ethereum-blockchain-client": "^5.1.0-nightly.2", "embark-ganache": "^5.1.0-nightly.1", "embark-geth": "^5.1.0-nightly.1", - "embark-ipfs": "^5.1.0-nightly.1", + "embark-ipfs": "^5.1.0-nightly.2", "embark-library-manager": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", - "embark-mocha-tests": "^5.1.0-nightly.1", + "embark-mocha-tests": "^5.1.0-nightly.2", "embark-namesystem": "^5.1.0-nightly.1", "embark-parity": "^5.1.0-nightly.1", "embark-pipeline": "^5.1.0-nightly.1", @@ -83,7 +83,7 @@ "embark-solidity-tests": "^5.1.0-nightly.1", "embark-specialconfigs": "^5.1.0-nightly.1", "embark-storage": "^5.1.0-nightly.1", - "embark-swarm": "^5.1.0-nightly.1", + "embark-swarm": "^5.1.0-nightly.2", "embark-test-runner": "^5.1.0-nightly.1", "embark-transaction-logger": "^5.1.0-nightly.1", "embark-transaction-tracker": "^5.1.0-nightly.1", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 8bb0b0dab..e47a06301 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark + + + + + # [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/embark/package.json b/packages/embark/package.json index f8277913f..0d31a185e 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -79,12 +79,12 @@ "decompress": "4.2.0", "embark-core": "^5.1.0-nightly.1", "embark-deploy-tracker": "^5.1.0-nightly.1", - "embark-engine": "^5.1.0-nightly.1", + "embark-engine": "^5.1.0-nightly.2", "embark-graph": "^5.1.0-nightly.1", "embark-i18n": "^5.1.0-nightly.1", "embark-logger": "^5.1.0-nightly.1", "embark-reset": "^5.1.0-nightly.1", - "embark-suggestions": "^5.1.0-nightly.1", + "embark-suggestions": "^5.1.0-nightly.2", "embark-utils": "^5.1.0-nightly.1", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", @@ -141,7 +141,7 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.1.0-nightly.1", + "embark-code-runner": "^5.1.0-nightly.2", "embark-compiler": "^5.1.0-nightly.1", "embark-contracts-manager": "^5.1.0-nightly.1", "embark-solidity": "^5.1.0-nightly.1", diff --git a/packages/embarkjs/embarkjs/CHANGELOG.md b/packages/embarkjs/embarkjs/CHANGELOG.md index 839f8782f..f58db9547 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + + +### Bug Fixes + +* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539)) + + + + + # [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/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index d193c0b58..ff7a456b2 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.1.0-nightly.1", + "version": "5.1.0-nightly.2", "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 1491a9bd3..2c245b6a0 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + + +### Bug Fixes + +* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539)) + + + + + # [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/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index 5640f284b..338c63e93 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.1", + "version": "5.1.0-nightly.2", "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.1", + "embarkjs": "^5.1.0-nightly.2", "eth-ens-namehash": "2.0.8", "web3": "1.2.4" }, diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 4fe3cbc57..1fe09a217 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + + +### Bug Fixes + +* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539)) + + + + + # [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/plugins/ens/package.json b/packages/plugins/ens/package.json index becc513b9..405ede735 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -49,8 +49,8 @@ "embark-core": "^5.1.0-nightly.1", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", - "embarkjs-ens": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", + "embarkjs-ens": "^5.1.0-nightly.2", "eth-ens-namehash": "2.0.8", "lodash.clonedeep": "4.5.0", "web3": "1.2.4" diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index a6bd3fc11..d691e6f50 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + # [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/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index d5a6fd9cd..dbd76582b 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -50,7 +50,7 @@ "embark-core": "^5.1.0-nightly.1", "embark-i18n": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-core-requestmanager": "1.2.4" diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index 41d992fd5..23e6acddf 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-ipfs + + + + + # [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/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 0e1edefab..69464b24e 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -54,7 +54,7 @@ "embark-i18n": "^5.1.0-nightly.1", "embark-storage": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", "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 18e0af30f..905b80657 100644 --- a/packages/plugins/mocha-tests/CHANGELOG.md +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-mocha-tests + + + + + # [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/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index ba2c66dcf..79b6c63b7 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.1", + "version": "5.1.0-nightly.2", "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.1", - "embarkjs": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", "mocha": "6.2.2", "web3": "1.2.4" }, diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index a32642d8f..d3fa47122 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.2](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.1.0-nightly.1](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index c9f03d3f9..efcde3314 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index 575ef6889..023a8fd38 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.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21) + +**Note:** Version bump only for package embark-swarm + + + + + # [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/plugins/swarm/package.json b/packages/plugins/swarm/package.json index b9b4dd3b1..caa909ac9 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.1", + "version": "5.1.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -55,7 +55,7 @@ "embark-i18n": "^5.1.0-nightly.1", "embark-storage": "^5.1.0-nightly.1", "embark-utils": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.1", + "embarkjs": "^5.1.0-nightly.2", "embarkjs-swarm": "^5.1.0-nightly.1", "swarm-api": "0.1.2" },