diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a392e88d..c87480b172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + + +### Bug Fixes + +* **stack/proxy:** ensure wsProxy and httpProxy have correct type ([d9c8109](https://github.com/embarklabs/embark/commit/d9c8109)) +* **stack/proxy:** have proxy.stop() receive callback ([ec134b9](https://github.com/embarklabs/embark/commit/ec134b9)) + + +### Features + +* **utils/testing:** introduce async/await for actions in tests ([0e32cc0](https://github.com/embarklabs/embark/commit/0e32cc0)) + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index c7e9e01c8d..37e07afdd2 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **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 d417c9b930..678dacac05 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "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,16 +32,16 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.3.0-nightly.13", - "embark-basic-pipeline": "^5.3.0-nightly.13", - "embark-geth": "^5.3.0-nightly.13", - "embark-graph": "^5.3.0-nightly.12", - "embark-ipfs": "^5.3.0-nightly.13", - "embark-parity": "^5.3.0-nightly.13", - "embark-profiler": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.14", + "embark-basic-pipeline": "^5.3.0-nightly.14", + "embark-geth": "^5.3.0-nightly.14", + "embark-graph": "^5.3.0-nightly.14", + "embark-ipfs": "^5.3.0-nightly.14", + "embark-parity": "^5.3.0-nightly.14", + "embark-profiler": "^5.3.0-nightly.14", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.13", - "embark-whisper-geth": "^5.3.0-nightly.13", + "embark-swarm": "^5.3.0-nightly.14", + "embark-whisper-geth": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index bff03108d8..95920a26af 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **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 2975854a3a..2a002fb1e5 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "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,16 +34,16 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.3.0-nightly.13", - "embark-basic-pipeline": "^5.3.0-nightly.13", - "embark-geth": "^5.3.0-nightly.13", - "embark-graph": "^5.3.0-nightly.12", - "embark-ipfs": "^5.3.0-nightly.13", - "embark-parity": "^5.3.0-nightly.13", - "embark-profiler": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.14", + "embark-basic-pipeline": "^5.3.0-nightly.14", + "embark-geth": "^5.3.0-nightly.14", + "embark-graph": "^5.3.0-nightly.14", + "embark-ipfs": "^5.3.0-nightly.14", + "embark-parity": "^5.3.0-nightly.14", + "embark-profiler": "^5.3.0-nightly.14", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.13", - "embark-whisper-geth": "^5.3.0-nightly.13", + "embark-swarm": "^5.3.0-nightly.14", + "embark-whisper-geth": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 2e67c079c6..e9d18b12c9 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index 64255928e6..b0ca1fe091 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "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,8 +28,8 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.3.0-nightly.13", - "embark-geth": "^5.3.0-nightly.13", + "embark": "^5.3.0-nightly.14", + "embark-geth": "^5.3.0-nightly.14", "embark-reset": "^5.2.3", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 3afe6fc421..3798142b2d 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **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 e9edfab16d..766df55611 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -2,18 +2,18 @@ "description": "Test DApp for integration testing purposes", "devDependencies": { "bootstrap": "3.4.1", - "embark": "^5.3.0-nightly.13", - "embark-basic-pipeline": "^5.3.0-nightly.13", + "embark": "^5.3.0-nightly.14", + "embark-basic-pipeline": "^5.3.0-nightly.14", "embark-dapp-test-service": "^5.2.3", - "embark-geth": "^5.3.0-nightly.13", - "embark-graph": "^5.3.0-nightly.12", + "embark-geth": "^5.3.0-nightly.14", + "embark-graph": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-ipfs": "^5.3.0-nightly.13", - "embark-parity": "^5.3.0-nightly.13", - "embark-profiler": "^5.3.0-nightly.12", + "embark-ipfs": "^5.3.0-nightly.14", + "embark-parity": "^5.3.0-nightly.14", + "embark-profiler": "^5.3.0-nightly.14", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.13", - "embark-whisper-geth": "^5.3.0-nightly.13", + "embark-swarm": "^5.3.0-nightly.14", + "embark-whisper-geth": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", @@ -39,5 +39,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.3.0-nightly.13" + "version": "5.3.0-nightly.14" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 3d672baab3..10e6b25243 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **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 e4f32570bf..7daf2b5cee 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,16 +1,16 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.3.0-nightly.13", - "embark-basic-pipeline": "^5.3.0-nightly.13", - "embark-geth": "^5.3.0-nightly.13", - "embark-graph": "^5.3.0-nightly.12", - "embark-ipfs": "^5.3.0-nightly.13", - "embark-parity": "^5.3.0-nightly.13", - "embark-profiler": "^5.3.0-nightly.12", + "embark": "^5.3.0-nightly.14", + "embark-basic-pipeline": "^5.3.0-nightly.14", + "embark-geth": "^5.3.0-nightly.14", + "embark-graph": "^5.3.0-nightly.14", + "embark-ipfs": "^5.3.0-nightly.14", + "embark-parity": "^5.3.0-nightly.14", + "embark-profiler": "^5.3.0-nightly.14", "embark-reset": "^5.2.3", - "embark-swarm": "^5.3.0-nightly.13", - "embark-whisper-geth": "^5.3.0-nightly.13", + "embark-swarm": "^5.3.0-nightly.14", + "embark-whisper-geth": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", @@ -29,5 +29,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.3.0-nightly.13" + "version": "5.3.0-nightly.14" } diff --git a/dapps/tests/teller-contracts/CHANGELOG.md b/dapps/tests/teller-contracts/CHANGELOG.md index 606d8f59ce..b6dffc22be 100644 --- a/dapps/tests/teller-contracts/CHANGELOG.md +++ b/dapps/tests/teller-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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-dapp-test-teller-contracts + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-dapp-test-teller-contracts diff --git a/dapps/tests/teller-contracts/package.json b/dapps/tests/teller-contracts/package.json index a69dbb2542..87ac59af34 100644 --- a/dapps/tests/teller-contracts/package.json +++ b/dapps/tests/teller-contracts/package.json @@ -1,7 +1,7 @@ { "name": "embark-dapp-test-teller-contracts", "description": "Test Teller contracts for integration testing purposes", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "scripts": { "ci": "npm run qa", "clean": "npm run reset", @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "devDependencies": { - "embark": "^5.3.0-nightly.13", + "embark": "^5.3.0-nightly.14", "embark-reset": "^5.2.3", "rimraf": "3.0.0" } diff --git a/lerna.json b/lerna.json index 8784c79e40..f82bef8841 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.3.0-nightly.13" + "version": "5.3.0-nightly.14" } diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 3e4b055d6c..ae420da0b5 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-code-runner + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index 65e57059ab..f25b29be83 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -57,10 +57,10 @@ "async": "3.2.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "fs-extra": "8.1.0", "parse-json": "5.0.0", @@ -71,7 +71,7 @@ "@babel/core": "7.8.6", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index f1168f475b..bf03219507 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-console + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 0a38b4c826..9858a6ce0e 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -56,18 +56,18 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { "@babel/core": "7.8.6", "babel-jest": "24.9.0", - "embark-logger": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index cb1e945acb..cd9ed824d7 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-core + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 03bb58ad8f..f87061a2c0 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -57,8 +57,8 @@ "decompress": "4.2.0", "deep-equal": "1.0.1", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "find-up": "4.1.0", "flatted": "0.2.3", "fs-extra": "8.1.0", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index fe503363fd..f3487440eb 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-engine + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index cc59be575b..6b50899574 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -47,47 +47,47 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.3.0-nightly.13", - "embark-api": "^5.3.0-nightly.13", - "embark-authenticator": "^5.3.0-nightly.12", - "embark-blockchain": "^5.3.0-nightly.13", - "embark-code-runner": "^5.3.0-nightly.13", - "embark-communication": "^5.3.0-nightly.12", - "embark-compiler": "^5.3.0-nightly.13", - "embark-console": "^5.3.0-nightly.13", - "embark-contracts-manager": "^5.3.0-nightly.13", - "embark-core": "^5.3.0-nightly.13", - "embark-coverage": "^5.3.0-nightly.13", + "embark-accounts-manager": "^5.3.0-nightly.14", + "embark-api": "^5.3.0-nightly.14", + "embark-authenticator": "^5.3.0-nightly.14", + "embark-blockchain": "^5.3.0-nightly.14", + "embark-code-runner": "^5.3.0-nightly.14", + "embark-communication": "^5.3.0-nightly.14", + "embark-compiler": "^5.3.0-nightly.14", + "embark-console": "^5.3.0-nightly.14", + "embark-contracts-manager": "^5.3.0-nightly.14", + "embark-core": "^5.3.0-nightly.14", + "embark-coverage": "^5.3.0-nightly.14", "embark-debugger": "^5.3.0-nightly.6", - "embark-deployment": "^5.3.0-nightly.13", - "embark-embarkjs": "^5.3.0-nightly.13", - "embark-ens": "^5.3.0-nightly.13", - "embark-ethereum-blockchain-client": "^5.3.0-nightly.13", - "embark-ganache": "^5.3.0-nightly.13", - "embark-geth": "^5.3.0-nightly.13", + "embark-deployment": "^5.3.0-nightly.14", + "embark-embarkjs": "^5.3.0-nightly.14", + "embark-ens": "^5.3.0-nightly.14", + "embark-ethereum-blockchain-client": "^5.3.0-nightly.14", + "embark-ganache": "^5.3.0-nightly.14", + "embark-geth": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-library-manager": "^5.3.0-nightly.12", - "embark-logger": "^5.3.0-nightly.12", - "embark-mocha-tests": "^5.3.0-nightly.12", - "embark-namesystem": "^5.3.0-nightly.12", - "embark-pipeline": "^5.3.0-nightly.12", - "embark-plugin-cmd": "^5.3.0-nightly.12", - "embark-process-logs-api-manager": "^5.3.0-nightly.12", - "embark-proxy": "^5.3.0-nightly.13", - "embark-rpc-manager": "^5.3.0-nightly.13", - "embark-scaffolding": "^5.3.0-nightly.13", - "embark-solidity": "^5.3.0-nightly.13", - "embark-solidity-tests": "^5.3.0-nightly.12", - "embark-specialconfigs": "^5.3.0-nightly.12", - "embark-storage": "^5.3.0-nightly.13", - "embark-test-runner": "^5.3.0-nightly.13", - "embark-transaction-logger": "^5.3.0-nightly.13", + "embark-library-manager": "^5.3.0-nightly.14", + "embark-logger": "^5.3.0-nightly.14", + "embark-mocha-tests": "^5.3.0-nightly.14", + "embark-namesystem": "^5.3.0-nightly.14", + "embark-pipeline": "^5.3.0-nightly.14", + "embark-plugin-cmd": "^5.3.0-nightly.14", + "embark-process-logs-api-manager": "^5.3.0-nightly.14", + "embark-proxy": "^5.3.0-nightly.14", + "embark-rpc-manager": "^5.3.0-nightly.14", + "embark-scaffolding": "^5.3.0-nightly.14", + "embark-solidity": "^5.3.0-nightly.14", + "embark-solidity-tests": "^5.3.0-nightly.14", + "embark-specialconfigs": "^5.3.0-nightly.14", + "embark-storage": "^5.3.0-nightly.14", + "embark-test-runner": "^5.3.0-nightly.14", + "embark-transaction-logger": "^5.3.0-nightly.14", "embark-transaction-tracker": "^5.3.0-nightly.6", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "embark-vyper": "^5.3.0-nightly.6", - "embark-watcher": "^5.3.0-nightly.12", - "embark-web3": "^5.3.0-nightly.13", - "embark-webserver": "^5.3.0-nightly.12", + "embark-watcher": "^5.3.0-nightly.14", + "embark-web3": "^5.3.0-nightly.14", + "embark-webserver": "^5.3.0-nightly.14", "fs-extra": "8.1.0" }, "devDependencies": { diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index dc6747ba23..8432c7e3cb 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-logger + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-logger diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index dcf313aa15..bfdbb48b6f 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -61,7 +61,7 @@ "@babel/core": "7.8.6", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index 9aa6c71a57..47fbae164b 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-utils + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-utils diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 0c38c036fb..f9f3c68756 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", @@ -59,7 +59,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", "find-up": "2.1.0", "follow-redirects": "1.9.0", "fs-extra": "8.1.0", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index ad39ed5942..b8506e5261 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/embark/package.json b/packages/embark/package.json index babacf94e6..a81df04133 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -75,14 +75,14 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.3.0-nightly.13", - "embark-deploy-tracker": "^5.3.0-nightly.13", - "embark-engine": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", + "embark-deploy-tracker": "^5.3.0-nightly.14", + "embark-engine": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", "embark-reset": "^5.2.3", - "embark-suggestions": "^5.3.0-nightly.13", - "embark-utils": "^5.3.0-nightly.12", + "embark-suggestions": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -132,15 +132,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.3.0-nightly.13", - "embark-compiler": "^5.3.0-nightly.13", - "embark-contracts-manager": "^5.3.0-nightly.13", - "embark-solidity": "^5.3.0-nightly.13", + "embark-code-runner": "^5.3.0-nightly.14", + "embark-compiler": "^5.3.0-nightly.14", + "embark-contracts-manager": "^5.3.0-nightly.14", + "embark-solidity": "^5.3.0-nightly.14", "embark-solo": "^5.2.3", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.3.0-nightly.12", - "embark-transaction-logger": "^5.3.0-nightly.13", + "embark-testing": "^5.3.0-nightly.14", + "embark-transaction-logger": "^5.3.0-nightly.14", "eslint": "6.8.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/embarkjs/snark/CHANGELOG.md b/packages/embarkjs/snark/CHANGELOG.md index 036ec46266..db2faf0d0f 100644 --- a/packages/embarkjs/snark/CHANGELOG.md +++ b/packages/embarkjs/snark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embarkjs-snark + + + + + # [5.3.0-nightly.13](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embarkjs-snark diff --git a/packages/embarkjs/snark/package.json b/packages/embarkjs/snark/package.json index c5cc443e68..e80d6717d7 100644 --- a/packages/embarkjs/snark/package.json +++ b/packages/embarkjs/snark/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-snark", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [ "Eric Mastro (https://github.com/emizzle/)" @@ -58,7 +58,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.6.4", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "fs-extra": "8.1.0", "snarkjs": "0.1.20" diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 62413e3bb4..c34780e224 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index a1112dc0d0..e8e665b5ba 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "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", @@ -49,10 +49,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 87115bf627..ccff042d8b 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index baad9670a1..621c56ac59 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -76,9 +76,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", @@ -94,7 +94,7 @@ "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index 3e5a60357b..8f5581f64c 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index c97f3ed0a6..1c9a4cd693 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -56,8 +56,8 @@ "@types/prettier": "1.16.4", "@types/semver": "7.1.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", - "embark-utils": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "globule": "1.2.1", "prettier": "1.18.2", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 3d17ce558f..dac712ca1e 100644 --- a/packages/plugins/deploy-tracker/CHANGELOG.md +++ b/packages/plugins/deploy-tracker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index b3db06bb49..44881173fa 100644 --- a/packages/plugins/deploy-tracker/package.json +++ b/packages/plugins/deploy-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-deploy-tracker", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -52,8 +52,8 @@ "dependencies": { "colors": "1.3.2", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "web3": "1.2.6" }, diff --git a/packages/plugins/embarkjs/CHANGELOG.md b/packages/plugins/embarkjs/CHANGELOG.md index 377d5c77a0..a2489e338a 100644 --- a/packages/plugins/embarkjs/CHANGELOG.md +++ b/packages/plugins/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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/plugins/embarkjs/package.json b/packages/plugins/embarkjs/package.json index b4699ce3c3..06eeb7b8fc 100644 --- a/packages/plugins/embarkjs/package.json +++ b/packages/plugins/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", "embarkjs": "^5.3.0-nightly.6", "web3": "1.2.6" diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index f5aa048d34..8cf545f5d4 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-ens + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index c9b960da14..58dc34daaf 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ens": "^5.3.0-nightly.6", "eth-ens-namehash": "2.0.8", @@ -61,7 +61,7 @@ "babel-eslint": "10.0.3", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index 29a64bd43b..61208cbfe4 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index 4908c7f502..3b94f0a026 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "ethereumjs-util": "6.0.0", "ethers": "4.0.0-beta.3", diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index e1b988741b..ae8d211ed6 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-ganache + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 20e37accd2..04b8890029 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -47,9 +47,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "ganache-cli": "6.8.2" }, "devDependencies": { diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index 41cb0f4e5e..97c0ad4488 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-geth + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 4652dd6165..2e99f515b8 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -50,10 +50,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", diff --git a/packages/plugins/graph/CHANGELOG.md b/packages/plugins/graph/CHANGELOG.md index f0b368801b..8def4cf01e 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-graph + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-graph diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index 783cbe425d..e697b2ce59 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "viz.js": "2.1.2" }, "devDependencies": { diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index 7c7c587f2b..8493c00aee 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-ipfs + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 27ac7fd903..a5d471cfe9 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -52,10 +52,10 @@ "colors": "1.3.2", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-storage": "^5.3.0-nightly.13", - "embark-utils": "^5.3.0-nightly.12", + "embark-storage": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-ipfs": "^5.3.0-nightly.4", "ipfs-http-client": "40.0.0", diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index 3c5b57a0c7..7df255b2d3 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-mocha-tests + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **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 9441d17f88..9e644008d2 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.3.0-nightly.12", + "version": "5.3.0-nightly.14", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -58,7 +58,7 @@ "colors": "1.4.0", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "mocha": "7.1.0", "web3": "1.2.6" diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 097b1ed0f8..dde69a0475 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-nethermind + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 3cf1613f31..e97305fb0f 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -46,10 +46,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index d845923d9c..3d718c8fd3 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-parity + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index eafdfa1d26..c81d351d0b 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", diff --git a/packages/plugins/plugin-cmd/CHANGELOG.md b/packages/plugins/plugin-cmd/CHANGELOG.md index 495eace21a..05b5576670 100644 --- a/packages/plugins/plugin-cmd/CHANGELOG.md +++ b/packages/plugins/plugin-cmd/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-plugin-cmd diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index ba06fa1d6e..0dbb6b8667 100644 --- a/packages/plugins/plugin-cmd/package.json +++ b/packages/plugins/plugin-cmd/package.json @@ -1,6 +1,6 @@ { "name": "embark-plugin-cmd", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -40,7 +40,7 @@ "async": "3.2.0", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12" + "embark-utils": "^5.3.0-nightly.14" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index 09c4a0c8c3..8b120c2f66 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-profiler + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index c1eaa8d44b..199b954e83 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -49,7 +49,7 @@ "ascii-table": "0.0.9", "async": "3.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "web3": "1.2.6", "web3-utils": "1.2.6" }, diff --git a/packages/plugins/quorum/CHANGELOG.md b/packages/plugins/quorum/CHANGELOG.md index f02654be46..21b9efcdb1 100644 --- a/packages/plugins/quorum/CHANGELOG.md +++ b/packages/plugins/quorum/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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-quorum + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/quorum/package.json b/packages/plugins/quorum/package.json index 78f4991485..5b05ead544 100644 --- a/packages/plugins/quorum/package.json +++ b/packages/plugins/quorum/package.json @@ -1,6 +1,6 @@ { "name": "embark-quorum", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Quorum blockchain client plugin for Embark", @@ -44,9 +44,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.4", - "embark-utils": "^5.3.0-nightly.4", + "embark-utils": "^5.3.0-nightly.14", "ethers": "4.0.40", "quorum-js": "0.3.4", "web3": "1.2.6" diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 80780393a5..8401d9468a 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index d0178b2e38..7c0ecfb479 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -54,10 +54,10 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "3.2.0", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "lodash.clonedeep": "4.5.0", "quorum-js": "0.3.4", "web3": "1.2.6" diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index 6a75a0759b..0336e1a311 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index de820b4f92..b5805bf4ba 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -46,10 +46,10 @@ "@babel/runtime-corejs3": "7.8.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "handlebars": "4.3.0", "web3-utils": "1.2.6" }, diff --git a/packages/plugins/scripts-runner/CHANGELOG.md b/packages/plugins/scripts-runner/CHANGELOG.md index e286b01bc1..cd9a1e6da5 100644 --- a/packages/plugins/scripts-runner/CHANGELOG.md +++ b/packages/plugins/scripts-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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-scripts-runner + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-scripts-runner diff --git a/packages/plugins/scripts-runner/package.json b/packages/plugins/scripts-runner/package.json index 951dbc6f5c..bcaac80c67 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "description": "Embark Scripts Runner", "repository": { "directory": "packages/plugins/scripts-runner", @@ -45,10 +45,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js-pure": "3.6.4", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "web3": "1.2.6", "web3-eth": "1.2.6" @@ -58,7 +58,7 @@ "@types/node": "^10.5.3", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/plugins/snark/CHANGELOG.md b/packages/plugins/snark/CHANGELOG.md index 8d37698d1f..2f897fe95b 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-snark + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-snark diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 2f20ef0eb2..ea62650f9c 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Anthony Laibe", "contributors": [ "Michael Bradley (https://github.com/michaelsbradleyjr/)", @@ -56,10 +56,10 @@ "@babel/runtime-corejs3": "7.8.4", "circom": "0.0.35", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", - "embarkjs-snark": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", + "embarkjs-snark": "^5.3.0-nightly.14", "find-up": "4.1.0", "glob": "7.1.4", "node-object-hash": "2.0.0", diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index 303f9cf060..48e529ce9a 100644 --- a/packages/plugins/solidity-tests/CHANGELOG.md +++ b/packages/plugins/solidity-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-solidity-tests + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-solidity-tests diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index 2c97b6c72a..b3f8b584b7 100644 --- a/packages/plugins/solidity-tests/package.json +++ b/packages/plugins/solidity-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity-tests", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "description": "Plugin to run Embark solidity tests", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "repository": { @@ -53,7 +53,7 @@ "@types/async": "3.0.3", "async": "3.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "remix-tests": "0.1.24", "web3": "1.2.6", "yo-yoify": "4.3.0" diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index d8317c97e6..da8292cfc9 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index b22492c583..6c9837dbfa 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "find-up": "4.1.0", "fs-extra": "8.1.0", "lodash.clonedeep": "4.5.0", diff --git a/packages/plugins/specialconfigs/CHANGELOG.md b/packages/plugins/specialconfigs/CHANGELOG.md index 5c21e34ee3..6a7d709476 100644 --- a/packages/plugins/specialconfigs/CHANGELOG.md +++ b/packages/plugins/specialconfigs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-specialconfigs + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-specialconfigs diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index 369d465204..7b11ee415f 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Adds various configs to embark's contract.js config file", @@ -56,7 +56,7 @@ "@babel/core": "7.8.6", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 7388808381..50b7d2c4ee 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.3.0-nightly.14](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.3.0-nightly.13](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 7b942ee2ec..89632c318f 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -47,15 +47,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", - "embark-utils": "^5.3.0-nightly.12", + "embark-core": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0" }, "devDependencies": { "@babel/core": "7.8.6", "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "npm-run-all": "4.1.5", diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index b38d941c1a..5560aefe80 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-swarm + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index f78aa5d127..9468271366 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -52,10 +52,10 @@ "async": "3.2.0", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-storage": "^5.3.0-nightly.13", - "embark-utils": "^5.3.0-nightly.12", + "embark-storage": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-swarm": "^5.3.0-nightly.11", "lodash.clonedeep": "4.5.0", diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 17aac7cedd..122f39194f 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index 76961facf6..42a836c6c2 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -50,9 +50,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.6", diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index aca9610275..a49742866c 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index f5c0360a63..f4a305c133 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "embarkjs-web3": "^5.3.0-nightly.11", "web3": "1.2.6" }, diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index 90afa8f42d..5e4b36d8d9 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **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 cc4a0b3d38..b9d9160c34 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-whisper": "^5.3.0-nightly.11", "rxjs": "6.4.0", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 7ed743fc0a..b3abeb6015 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **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 54d447842d..909361331d 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "embarkjs": "^5.3.0-nightly.6", "embarkjs-whisper": "^5.3.0-nightly.11", "rxjs": "6.4.0" diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 03492119bd..0fad06dfa7 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-api + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 2dcb0aaf81..75033902c8 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -53,10 +53,10 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", "embark-ui": "^5.3.0-nightly.7", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", diff --git a/packages/stack/authenticator/CHANGELOG.md b/packages/stack/authenticator/CHANGELOG.md index e05b798016..76683098b0 100644 --- a/packages/stack/authenticator/CHANGELOG.md +++ b/packages/stack/authenticator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-authenticator + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index 2c18467272..623cfe0445 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -48,7 +48,7 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "keccakjs": "0.2.3", "uuid": "3.3.2" }, diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index f6db8b9868..d57c30e4a6 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-blockchain + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 536e65d316..1595e5dd3c 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -59,11 +59,11 @@ "async": "3.2.0", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-testing": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-testing": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "web3": "1.2.6" }, "devDependencies": { diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index 9e4ef98a4f..9c228c8694 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-communication + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 6ec057b921..c43c4af237 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -53,13 +53,13 @@ "@babel/runtime-corejs3": "7.8.4", "core-js": "3.6.4", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12" + "embark-utils": "^5.3.0-nightly.14" }, "devDependencies": { "@babel/core": "7.8.6", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index d41bb94e73..c747fca480 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index fa56126d74..79a8911257 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -54,9 +54,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12" + "embark-utils": "^5.3.0-nightly.14" }, "devDependencies": { "@babel/core": "7.8.6", @@ -64,7 +64,7 @@ "clone-deep": "4.0.0", "cross-env": "5.2.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 90624bc31e..eb98ae7133 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-contracts-manager + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 09c9c14340..a1ef7214fa 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.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -51,17 +51,17 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.6.4", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "web3": "1.2.6", "web3-utils": "1.2.6" }, "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index 51cfd8ed9d..57a6c62dae 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-deployment + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index cea85730e8..acf919af02 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -54,15 +54,15 @@ "async": "3.2.0", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12" + "embark-utils": "^5.3.0-nightly.14" }, "devDependencies": { "@babel/core": "7.8.6", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index 2725f0d96e..3976d89789 100644 --- a/packages/stack/library-manager/CHANGELOG.md +++ b/packages/stack/library-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-library-manager + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-library-manager diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index fb2ea57c16..5df89b269f 100644 --- a/packages/stack/library-manager/package.json +++ b/packages/stack/library-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-library-manager", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -49,7 +49,7 @@ "colors": "1.3.2", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, diff --git a/packages/stack/namesystem/CHANGELOG.md b/packages/stack/namesystem/CHANGELOG.md index 339efa92aa..b176d729de 100644 --- a/packages/stack/namesystem/CHANGELOG.md +++ b/packages/stack/namesystem/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-namesystem + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-namesystem diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index 8fdda06c74..9e1e0e0156 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Namesystem provider abstraction module for Embark", @@ -55,7 +55,7 @@ "@babel/core": "7.8.6", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index 8cbcb742b7..60ba60ec26 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-pipeline + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index e72315c526..c218b4c9c2 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -49,12 +49,12 @@ "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.12" + "embark-utils": "^5.3.0-nightly.14" }, "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index 1829b845d0..f6680d946d 100644 --- a/packages/stack/process-logs-api-manager/CHANGELOG.md +++ b/packages/stack/process-logs-api-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-process-logs-api-manager diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index 709e6f140a..9439ad3a08 100644 --- a/packages/stack/process-logs-api-manager/package.json +++ b/packages/stack/process-logs-api-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-process-logs-api-manager", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -47,7 +47,7 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-utils": "^5.3.0-nightly.12" + "embark-utils": "^5.3.0-nightly.14" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 5fbcf3a0ee..68fed7c1d5 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + + +### Bug Fixes + +* **stack/proxy:** ensure wsProxy and httpProxy have correct type ([d9c8109](https://github.com/embarklabs/embark/commit/d9c8109)) +* **stack/proxy:** have proxy.stop() receive callback ([ec134b9](https://github.com/embarklabs/embark/commit/ec134b9)) + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 23b299fa9b..9e8f296ce6 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -61,10 +61,10 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-logger": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-logger": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.6", @@ -74,7 +74,7 @@ "@babel/core": "7.8.3", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "npm-run-all": "4.1.5", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index f2b5740b8e..99147081b0 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.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-storage + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index d4f3aea734..14a9705583 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -53,9 +53,9 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.4", "core-js": "3.4.3", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, @@ -63,7 +63,7 @@ "@babel/core": "7.8.3", "babel-jest": "25.1.0", "embark-solo": "^5.2.3", - "embark-testing": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", "eslint": "6.8.0", "eslint-plugin-jest": "22.5.1", "npm-run-all": "4.1.5", diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index 8ce206c221..475afdaa5c 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-test-runner + + + + + # [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24) **Note:** Version bump only for package embark-test-runner diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index 90d3f2f02b..e17fc47469 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "5.3.0-nightly.13", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -58,10 +58,10 @@ "chalk": "2.4.2", "core-js": "3.4.3", "deep-equal": "1.0.1", - "embark-core": "^5.3.0-nightly.13", + "embark-core": "^5.3.0-nightly.14", "embark-i18n": "^5.3.0-nightly.5", - "embark-testing": "^5.3.0-nightly.12", - "embark-utils": "^5.3.0-nightly.12", + "embark-testing": "^5.3.0-nightly.14", + "embark-utils": "^5.3.0-nightly.14", "fs-extra": "8.1.0", "istanbul-lib-coverage": "2.0.5", "istanbul-lib-report": "2.0.8", diff --git a/packages/stack/watcher/CHANGELOG.md b/packages/stack/watcher/CHANGELOG.md index 36ac9104ca..dcc4acb1bf 100644 --- a/packages/stack/watcher/CHANGELOG.md +++ b/packages/stack/watcher/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-watcher + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index 8a5d25e1f2..2d8b948734 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -49,7 +49,7 @@ "chokidar": "2.1.6", "core-js": "3.4.3", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12" + "embark-utils": "^5.3.0-nightly.14" }, "devDependencies": { "embark-solo": "^5.2.3", diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index eceab07aba..a2653dd6d3 100644 --- a/packages/stack/webserver/CHANGELOG.md +++ b/packages/stack/webserver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + +**Note:** Version bump only for package embark-webserver + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 1b246714cf..edaef641e2 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -50,7 +50,7 @@ "core-js": "3.4.3", "ejs": "2.6.1", "embark-i18n": "^5.3.0-nightly.5", - "embark-utils": "^5.3.0-nightly.12", + "embark-utils": "^5.3.0-nightly.14", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md index d56473355a..f28920e230 100644 --- a/packages/utils/testing/CHANGELOG.md +++ b/packages/utils/testing/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0-nightly.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25) + + +### Features + +* **utils/testing:** introduce async/await for actions in tests ([0e32cc0](https://github.com/embarklabs/embark/commit/0e32cc0)) + + + + + # [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21) **Note:** Version bump only for package embark-testing diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index d7f5aa13a0..2b7b896e32 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.3.0-nightly.12", + "version": "5.3.0-nightly.14", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "./index.js",