diff --git a/CHANGELOG.md b/CHANGELOG.md index df243f10b..db86b0bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Bug Fixes + +* set helper methods on contracts ([7031335](https://github.com/embarklabs/embark/commit/7031335)) +* **core/config:** Fix `EmbarkConfig` type ([0f59e0c](https://github.com/embarklabs/embark/commit/0f59e0c)) + + +### Features + +* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689)) +* **plugins/scripts-runner:** introduce exec command to run scripts ([40c3d98](https://github.com/embarklabs/embark/commit/40c3d98)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index b2d0114a3..49eb8bd48 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/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.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Features + +* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 365e49254..5ee56459c 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.1", + "version": "5.2.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,13 +32,13 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.1", + "embark": "^5.2.0-nightly.2", "embark-reset": "^5.1.1", - "embarkjs": "^5.1.1", - "embarkjs-ens": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", + "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", - "embarkjs-web3": "^5.1.1", + "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", "rimraf": "3.0.0" } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index a95977633..81b6c5a7a 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/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.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Features + +* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index ffc198f60..58d0479c7 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.1", + "version": "5.2.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,13 +34,13 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.2.0-nightly.1", + "embark": "^5.2.0-nightly.2", "embark-reset": "^5.1.1", - "embarkjs": "^5.1.1", - "embarkjs-ens": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", + "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", - "embarkjs-web3": "^5.1.1", + "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", "jquery": "3.4.1", "popper.js": "1.15.0", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 9d370b83c..38e24d006 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/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.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Features + +* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 7af515218..4f8d786e6 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.1", + "version": "5.2.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,13 +28,13 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.2.0-nightly.1", + "embark": "^5.2.0-nightly.2", "embark-reset": "^5.1.1", - "embarkjs": "^5.1.1", - "embarkjs-ens": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", + "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", - "embarkjs-web3": "^5.1.1", + "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", "rimraf": "3.0.0" } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 86ad2acea..64156ea73 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Bug Fixes + +* set helper methods on contracts ([7031335](https://github.com/embarklabs/embark/commit/7031335)) + + +### Features + +* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 dba705e29..e5e513935 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,15 +3,15 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.2.0-nightly.1", + "embark": "^5.2.0-nightly.2", "embark-dapp-test-service": "^5.0.0", "embark-i18n": "^5.1.1", "embark-reset": "^5.1.1", - "embarkjs": "^5.1.1", - "embarkjs-ens": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", + "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", - "embarkjs-web3": "^5.1.1", + "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", "fs-extra": "8.1.0", "haml": "0.4.3", @@ -32,5 +32,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.1" + "version": "5.2.0-nightly.2" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index f9812ea53..3e865c506 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Features + +* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 e6e6630c1..0d21b2d9b 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,13 +1,13 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.2.0-nightly.1", + "embark": "^5.2.0-nightly.2", "embark-reset": "^5.1.1", - "embarkjs": "^5.1.1", - "embarkjs-ens": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", + "embarkjs-ens": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.1", "embarkjs-swarm": "^5.1.1", - "embarkjs-web3": "^5.1.1", + "embarkjs-web3": "^5.2.0-nightly.2", "embarkjs-whisper": "^5.1.1", "rimraf": "3.0.0" }, @@ -21,5 +21,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.2.0-nightly.1" + "version": "5.2.0-nightly.2" } diff --git a/lerna.json b/lerna.json index fddb65b89..391372433 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.2.0-nightly.1" + "version": "5.2.0-nightly.2" } diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index bcdff807d..e90edfe0c 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-code-runner + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 969d86a06..ebd0866cd 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", - "embarkjs": "^5.1.1", + "embarkjs": "^5.2.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 6dc06eae9..631737b6d 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-console + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 6d0114a7f..38b126210 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "fs-extra": "8.1.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index afa51aa77..74772ee48 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Bug Fixes + +* **core/config:** Fix `EmbarkConfig` type ([0f59e0c](https://github.com/embarklabs/embark/commit/0f59e0c)) + + +### Features + +* **plugins/scripts-runner:** introduce exec command to run scripts ([40c3d98](https://github.com/embarklabs/embark/commit/40c3d98)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 1973f38aa..1e1107b0c 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index c29d5b97c..d17ab9c8d 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-engine + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index e00539f6f..832954eb5 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.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", - "embark-api": "^5.2.0-nightly.1", + "embark-accounts-manager": "^5.2.0-nightly.2", + "embark-api": "^5.2.0-nightly.2", "embark-authenticator": "^5.2.0-nightly.1", - "embark-basic-pipeline": "^5.2.0-nightly.1", - "embark-blockchain": "^5.2.0-nightly.1", + "embark-basic-pipeline": "^5.2.0-nightly.2", + "embark-blockchain": "^5.2.0-nightly.2", "embark-blockchain-client": "^5.1.1", - "embark-code-runner": "^5.2.0-nightly.1", + "embark-code-runner": "^5.2.0-nightly.2", "embark-communication": "^5.2.0-nightly.1", - "embark-compiler": "^5.2.0-nightly.1", - "embark-console": "^5.2.0-nightly.1", - "embark-contracts-manager": "^5.2.0-nightly.1", - "embark-core": "^5.2.0-nightly.1", - "embark-coverage": "^5.2.0-nightly.1", + "embark-compiler": "^5.2.0-nightly.2", + "embark-console": "^5.2.0-nightly.2", + "embark-contracts-manager": "^5.2.0-nightly.2", + "embark-core": "^5.2.0-nightly.2", + "embark-coverage": "^5.2.0-nightly.2", "embark-debugger": "^5.1.1", "embark-deployment": "^5.2.0-nightly.1", - "embark-embarkjs": "^5.2.0-nightly.1", - "embark-ens": "^5.2.0-nightly.1", - "embark-ethereum-blockchain-client": "^5.2.0-nightly.1", + "embark-embarkjs": "^5.2.0-nightly.2", + "embark-ens": "^5.2.0-nightly.2", + "embark-ethereum-blockchain-client": "^5.2.0-nightly.2", "embark-ganache": "^5.1.1", - "embark-geth": "^5.2.0-nightly.1", - "embark-ipfs": "^5.2.0-nightly.1", + "embark-geth": "^5.2.0-nightly.2", + "embark-ipfs": "^5.2.0-nightly.2", "embark-library-manager": "^5.2.0-nightly.1", "embark-logger": "^5.1.2-nightly.0", - "embark-mocha-tests": "^5.2.0-nightly.1", + "embark-mocha-tests": "^5.2.0-nightly.2", "embark-namesystem": "^5.1.1", - "embark-parity": "^5.2.0-nightly.1", - "embark-pipeline": "^5.2.0-nightly.1", + "embark-parity": "^5.2.0-nightly.2", + "embark-pipeline": "^5.2.0-nightly.2", "embark-plugin-cmd": "^5.2.0-nightly.1", "embark-process-logs-api-manager": "^5.2.0-nightly.1", "embark-profiler": "^5.1.1", - "embark-proxy": "^5.2.0-nightly.1", - "embark-rpc-manager": "^5.2.0-nightly.1", - "embark-scaffolding": "^5.2.0-nightly.1", - "embark-solidity": "^5.2.0-nightly.1", + "embark-proxy": "^5.2.0-nightly.2", + "embark-rpc-manager": "^5.2.0-nightly.2", + "embark-scaffolding": "^5.2.0-nightly.2", + "embark-solidity": "^5.2.0-nightly.2", "embark-solidity-tests": "^5.2.0-nightly.1", "embark-specialconfigs": "^5.1.1", - "embark-storage": "^5.2.0-nightly.1", - "embark-swarm": "^5.2.0-nightly.1", + "embark-storage": "^5.2.0-nightly.2", + "embark-swarm": "^5.2.0-nightly.2", "embark-test-runner": "^5.2.0-nightly.1", - "embark-transaction-logger": "^5.2.0-nightly.1", + "embark-transaction-logger": "^5.2.0-nightly.2", "embark-transaction-tracker": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "embark-vyper": "^5.1.1", "embark-watcher": "^5.2.0-nightly.1", - "embark-web3": "^5.2.0-nightly.1", + "embark-web3": "^5.2.0-nightly.2", "embark-webserver": "^5.2.0-nightly.1", - "embark-whisper-geth": "^5.2.0-nightly.1", - "embark-whisper-parity": "^5.2.0-nightly.1" + "embark-whisper-geth": "^5.2.0-nightly.2", + "embark-whisper-parity": "^5.2.0-nightly.2" }, "devDependencies": { "embark-solo": "^5.1.1", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 51dd43b49..1f4966f0d 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Features + +* **plugins/scripts-runner:** introduce exec command to run scripts ([40c3d98](https://github.com/embarklabs/embark/commit/40c3d98)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index 18f6e062d..7c8ea38d1 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-deploy-tracker": "^5.2.0-nightly.1", - "embark-engine": "^5.2.0-nightly.1", + "embark-engine": "^5.2.0-nightly.2", "embark-graph": "^5.1.1", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-reset": "^5.1.1", - "embark-suggestions": "^5.2.0-nightly.1", + "embark-suggestions": "^5.2.0-nightly.2", "embark-utils": "^5.2.0-nightly.1", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", @@ -139,15 +139,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.2.0-nightly.1", - "embark-compiler": "^5.2.0-nightly.1", - "embark-contracts-manager": "^5.2.0-nightly.1", - "embark-solidity": "^5.2.0-nightly.1", + "embark-code-runner": "^5.2.0-nightly.2", + "embark-compiler": "^5.2.0-nightly.2", + "embark-contracts-manager": "^5.2.0-nightly.2", + "embark-solidity": "^5.2.0-nightly.2", "embark-solo": "^5.1.1", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", "embark-testing": "^5.1.1", - "embark-transaction-logger": "^5.2.0-nightly.1", + "embark-transaction-logger": "^5.2.0-nightly.2", "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 20e362645..36cd3b919 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Bug Fixes + +* set helper methods on contracts ([7031335](https://github.com/embarklabs/embark/commit/7031335)) + + + + + ## [5.1.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.4...v5.1.1) (2020-02-03) **Note:** Version bump only for package embarkjs diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index c01608a01..5c27b59b4 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.1.1", + "version": "5.2.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 3084b513b..2a3fa08db 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embarkjs-ens + + + + + ## [5.1.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.4...v5.1.1) (2020-02-03) **Note:** Version bump only for package embarkjs-ens diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index f51657a87..bb1c6b474 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.1.1", + "version": "5.2.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.1", + "embarkjs": "^5.2.0-nightly.2", "eth-ens-namehash": "2.0.8", "web3": "1.2.6" }, diff --git a/packages/embarkjs/web3/CHANGELOG.md b/packages/embarkjs/web3/CHANGELOG.md index 765ea5fc2..fb3c99976 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/web3/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Bug Fixes + +* set helper methods on contracts ([7031335](https://github.com/embarklabs/embark/commit/7031335)) + + + + + ## [5.1.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.4...v5.1.1) (2020-02-03) **Note:** Version bump only for package embarkjs-web3 diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index 9f5b43bee..6e4b3c563 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "5.1.1", + "version": "5.2.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Web3 plugin for embarkjs", diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 729a65a4f..f21b69241 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 a12e3916b..952cc1acf 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 052d4f6fd..2f3eb253c 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 dc4eaff91..6ac9bebf1 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "file-loader": "5.0.2", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index b2f1b1e9a..a81ac2ba0 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index d9d8f3290..192141f87 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-utils": "^5.2.0-nightly.1", "fs-extra": "8.1.0", "globule": "1.2.1", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 98b9c20c4..4d1fa93d0 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-ens + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index c0694f3af..448e29441 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", - "embarkjs": "^5.1.1", - "embarkjs-ens": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", + "embarkjs-ens": "^5.2.0-nightly.2", "eth-ens-namehash": "2.0.8", "lodash.clonedeep": "4.5.0", "web3": "1.2.6" diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index bd6481967..2983235d7 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index dc0c0a93f..22dcc1509 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", - "embarkjs": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", "ethereumjs-util": "6.0.0", "web3": "1.2.6", "web3-core-requestmanager": "1.2.6" diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index c57136909..f10eb83c3 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-geth + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 0f5d4450b..f3c4bd414 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index a6faa8024..147f85de6 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-ipfs + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 8c5129e8e..06eba033d 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", - "embark-storage": "^5.2.0-nightly.1", + "embark-storage": "^5.2.0-nightly.2", "embark-utils": "^5.2.0-nightly.1", - "embarkjs": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", "embarkjs-ipfs": "^5.1.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 ed1d59d88..aa01c9ecd 100644 --- a/packages/plugins/mocha-tests/CHANGELOG.md +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Bug Fixes + +* set helper methods on contracts ([7031335](https://github.com/embarklabs/embark/commit/7031335)) + + +### Features + +* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689)) + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 a0a3ded7c..003295c96 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -54,7 +54,7 @@ "core-js": "3.4.3", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", - "embarkjs": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", "mocha": "6.2.2", "web3": "1.2.6" }, diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 6fd1d46da..b30e060c7 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-nethermind + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index b508bb8a0..b948f868e 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "fs-extra": "8.1.0", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index 7b5848d73..14ef68d75 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-parity + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index b68e620d6..90a0397a0 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "fs-extra": "8.1.0", diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 7376ef628..42e5696f7 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 20f4a0e32..8a37b2dc2 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index bdd7e351f..e94daa1e8 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 48b5924a3..5efe2dbe9 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", diff --git a/packages/plugins/scripts-runner/CHANGELOG.md b/packages/plugins/scripts-runner/CHANGELOG.md new file mode 100644 index 000000000..b125578c9 --- /dev/null +++ b/packages/plugins/scripts-runner/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + + +### Features + +* **plugins/scripts-runner:** introduce exec command to run scripts ([40c3d98](https://github.com/embarklabs/embark/commit/40c3d98)) diff --git a/packages/plugins/scripts-runner/package.json b/packages/plugins/scripts-runner/package.json index 5b53b3a80..d3cdeecae 100644 --- a/packages/plugins/scripts-runner/package.json +++ b/packages/plugins/scripts-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-scripts-runner", - "version": "5.1.0", + "version": "5.2.0-nightly.2", "description": "Embark Scripts Runner", "repository": { "directory": "packages/plugins/scripts-runner", @@ -33,10 +33,10 @@ "test": "jest" }, "dependencies": { - "async": "2.6.1", "@babel/runtime-corejs3": "7.7.4", + "async": "2.6.1", "core-js-pure": "3.6.4", - "embark-core": "^5.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", @@ -75,4 +75,3 @@ } } } - diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index a863604d6..6e688842e 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 1cab7bbe3..930ffefce 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "find-up": "4.1.0", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 6f6a5e587..b7d219a57 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.2.0-nightly.2](https://github.com/embark-framework/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.2.0-nightly.1](https://github.com/embark-framework/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 0c1d62d79..d5a2f9330 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-utils": "^5.2.0-nightly.1", "fs-extra": "8.1.0" }, diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index e07ed17ac..88225d70c 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-swarm + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index fe67395c1..c2cdd5e32 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", - "embark-storage": "^5.2.0-nightly.1", + "embark-storage": "^5.2.0-nightly.2", "embark-utils": "^5.2.0-nightly.1", - "embarkjs": "^5.1.1", + "embarkjs": "^5.2.0-nightly.2", "embarkjs-swarm": "^5.1.1", "swarm-api": "0.1.2" }, diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 64ef0090a..c8f2acacd 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index b9b20397e..844edb062 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "ethereumjs-tx": "1.3.7", diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index 00dd0610b..78d66ab5f 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 9849e6849..f79f8d1ac 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-utils": "^5.2.0-nightly.1", - "embarkjs-web3": "^5.1.1" + "embarkjs-web3": "^5.2.0-nightly.2" }, "devDependencies": { "embark-solo": "^5.1.1", diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index 30be886e5..a1aa5e0a3 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 1efb96ed6..d49c095e2 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "embarkjs-whisper": "^5.1.1", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 7d50d00dd..a797885b5 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **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 766b570a7..dfa723025 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "embarkjs-whisper": "^5.1.1", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 52c2164c9..357e58039 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-api + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index fe4bf73cc..f83fe2af4 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -52,7 +52,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-ui": "^5.2.0-nightly.1", "embark-utils": "^5.2.0-nightly.1", diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index c2f51d72a..79cdb9c0b 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-blockchain + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 722b18088..7ef371ebf 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.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1" diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index abf2865ed..f66cac271 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 40917c072..77da1e6a3 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1" }, diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 43dd7c917..6a29e52f9 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-contracts-manager + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 19fa2f7d3..238f3867a 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.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index c7a970249..d816d9300 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index e0c58c077..c7474e102 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1" }, "devDependencies": { diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index 2871c9abf..d66474c6f 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-pipeline + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index 064917043..f6cbcbf9e 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "find-up": "2.1.0", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 3e850f886..e6a739933 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-proxy + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 623c1f90c..c798cc41e 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.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-logger": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.1", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index 31c583941..1f45db912 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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13) + +**Note:** Version bump only for package embark-storage + + + + + # [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 738d4ee7b..5086587c1 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.2.0-nightly.1", + "version": "5.2.0-nightly.2", "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.2.0-nightly.1", + "embark-core": "^5.2.0-nightly.2", "embark-i18n": "^5.1.1", "embark-utils": "^5.2.0-nightly.1", "lodash.clonedeep": "4.5.0",