diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c61ea47e..0996f3ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package root + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index e8e7348cc..e09366af9 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **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 c7eba194e..f26f9abc9 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -32,14 +32,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rimraf": "3.0.0" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index d8deaa738..708a847f7 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **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 a7a2bdd63..1e6d5bf7a 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "description": "Demo DApp for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -34,14 +34,14 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "jquery": "3.4.1", "popper.js": "1.15.0", "react": "16.12.0", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 54c7b91af..0ed58f473 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark-dapp-template-simple diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index c31ded59d..33d287584 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -28,14 +28,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rimraf": "3.0.0" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 1205d17db..c9f33fd5d 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index 789e8c9ae..e26f1a2b8 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,16 +3,16 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.1.1-nightly.1", + "embark": "^5.1.1-nightly.2", "embark-dapp-test-service": "^5.0.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "haml": "0.4.3", "jquery": "3.4.0", @@ -32,5 +32,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.1-nightly.1" + "version": "5.1.1-nightly.2" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index da3037c64..2780ea6ee 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **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 7f6de6ff0..7b82cf82f 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,14 +1,14 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.1.1-nightly.1", - "embark-reset": "^5.1.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", - "embarkjs-ipfs": "^5.1.0", - "embarkjs-swarm": "^5.1.0", - "embarkjs-web3": "^5.1.0", - "embarkjs-whisper": "^5.1.0", + "embark": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rimraf": "3.0.0" }, "license": "MIT", @@ -21,5 +21,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.1-nightly.1" + "version": "5.1.1-nightly.2" } diff --git a/lerna.json b/lerna.json index dc0f85c81..cd7620f94 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.1-nightly.1" + "version": "5.1.1-nightly.2" } diff --git a/packages/cockpit/api-client/CHANGELOG.md b/packages/cockpit/api-client/CHANGELOG.md index f26ac2a6f..37b45acc9 100644 --- a/packages/cockpit/api-client/CHANGELOG.md +++ b/packages/cockpit/api-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-api-client + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-api-client diff --git a/packages/cockpit/api-client/package.json b/packages/cockpit/api-client/package.json index 19c3cd894..110e01b3d 100644 --- a/packages/cockpit/api-client/package.json +++ b/packages/cockpit/api-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-api-client", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -50,7 +50,7 @@ "keccakjs": "0.2.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/cockpit/ui/CHANGELOG.md b/packages/cockpit/ui/CHANGELOG.md index 438d8ff1a..5f6beec0a 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ui + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark-ui diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index 5e62f449f..b7a76b7bf 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", @@ -66,7 +66,7 @@ "classnames": "2.2.6", "connected-react-router": "4.5.0", "date-fns": "2.3.0", - "embark-api-client": "^5.1.0", + "embark-api-client": "^5.1.1-nightly.2", "eslint-plugin-import": "2.18.2", "ethereumjs-units": "0.2.0", "find-up": "4.1.0", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 6aad99bee..de7997bea 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-code-runner + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-code-runner diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index ec2863a9e..a55b38c4e 100644 --- a/packages/core/code-runner/package.json +++ b/packages/core/code-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-code-runner", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -52,10 +52,10 @@ "async": "3.1.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "parse-json": "5.0.0", "vm2": "3.8.4", @@ -64,8 +64,8 @@ "devDependencies": { "@babel/core": "7.7.7", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index d0238950e..410368a08 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-console + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 240cadf83..d34e23a97 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -50,18 +50,18 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-logger": "^5.1.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-logger": "^5.1.1-nightly.2", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 247129ef4..e905c8d22 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-core + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index abe627f31..36a974c3e 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -54,9 +54,9 @@ "core-js": "3.4.3", "decompress": "4.2.0", "deep-equal": "1.0.1", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "find-up": "4.1.0", "flatted": "0.2.3", "fs-extra": "8.1.0", @@ -71,7 +71,7 @@ "window-size": "1.1.1" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index 99084985f..df4f131cb 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-engine + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index 6aabe4c29..c3b5ae3ba 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -46,57 +46,57 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.1.1-nightly.0", - "embark-api": "^5.1.1-nightly.1", - "embark-authenticator": "^5.1.1-nightly.0", - "embark-basic-pipeline": "^5.1.1-nightly.0", - "embark-blockchain": "^5.1.1-nightly.0", - "embark-blockchain-client": "^5.1.0", - "embark-code-runner": "^5.1.1-nightly.0", - "embark-communication": "^5.1.1-nightly.0", - "embark-compiler": "^5.1.1-nightly.0", - "embark-console": "^5.1.1-nightly.0", - "embark-contracts-manager": "^5.1.1-nightly.1", - "embark-core": "^5.1.1-nightly.0", - "embark-coverage": "^5.1.1-nightly.0", - "embark-debugger": "^5.1.1-nightly.0", - "embark-deployment": "^5.1.1-nightly.0", - "embark-embarkjs": "^5.1.1-nightly.0", - "embark-ens": "^5.1.1-nightly.1", - "embark-ethereum-blockchain-client": "^5.1.1-nightly.0", - "embark-ganache": "^5.1.0", - "embark-geth": "^5.1.1-nightly.0", - "embark-ipfs": "^5.1.1-nightly.0", - "embark-library-manager": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-mocha-tests": "^5.1.1-nightly.0", - "embark-namesystem": "^5.1.1-nightly.0", - "embark-parity": "^5.1.1-nightly.0", - "embark-pipeline": "^5.1.1-nightly.0", - "embark-plugin-cmd": "^5.1.1-nightly.0", - "embark-process-logs-api-manager": "^5.1.1-nightly.0", - "embark-profiler": "^5.1.0", - "embark-proxy": "^5.1.1-nightly.0", - "embark-rpc-manager": "^5.1.1-nightly.0", - "embark-scaffolding": "^5.1.1-nightly.0", - "embark-solidity": "^5.1.1-nightly.0", - "embark-solidity-tests": "^5.1.1-nightly.0", - "embark-specialconfigs": "^5.1.1-nightly.0", - "embark-storage": "^5.1.1-nightly.0", - "embark-swarm": "^5.1.1-nightly.0", - "embark-test-runner": "^5.1.1-nightly.0", - "embark-transaction-logger": "^5.1.1-nightly.0", - "embark-transaction-tracker": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", - "embark-vyper": "^5.1.1-nightly.0", - "embark-watcher": "^5.1.1-nightly.0", - "embark-web3": "^5.1.1-nightly.0", - "embark-webserver": "^5.1.1-nightly.0", - "embark-whisper-geth": "^5.1.1-nightly.0", - "embark-whisper-parity": "^5.1.1-nightly.0" + "embark-accounts-manager": "^5.1.1-nightly.2", + "embark-api": "^5.1.1-nightly.2", + "embark-authenticator": "^5.1.1-nightly.2", + "embark-basic-pipeline": "^5.1.1-nightly.2", + "embark-blockchain": "^5.1.1-nightly.2", + "embark-blockchain-client": "^5.1.1-nightly.2", + "embark-code-runner": "^5.1.1-nightly.2", + "embark-communication": "^5.1.1-nightly.2", + "embark-compiler": "^5.1.1-nightly.2", + "embark-console": "^5.1.1-nightly.2", + "embark-contracts-manager": "^5.1.1-nightly.2", + "embark-core": "^5.1.1-nightly.2", + "embark-coverage": "^5.1.1-nightly.2", + "embark-debugger": "^5.1.1-nightly.2", + "embark-deployment": "^5.1.1-nightly.2", + "embark-embarkjs": "^5.1.1-nightly.2", + "embark-ens": "^5.1.1-nightly.2", + "embark-ethereum-blockchain-client": "^5.1.1-nightly.2", + "embark-ganache": "^5.1.1-nightly.2", + "embark-geth": "^5.1.1-nightly.2", + "embark-ipfs": "^5.1.1-nightly.2", + "embark-library-manager": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-mocha-tests": "^5.1.1-nightly.2", + "embark-namesystem": "^5.1.1-nightly.2", + "embark-parity": "^5.1.1-nightly.2", + "embark-pipeline": "^5.1.1-nightly.2", + "embark-plugin-cmd": "^5.1.1-nightly.2", + "embark-process-logs-api-manager": "^5.1.1-nightly.2", + "embark-profiler": "^5.1.1-nightly.2", + "embark-proxy": "^5.1.1-nightly.2", + "embark-rpc-manager": "^5.1.1-nightly.2", + "embark-scaffolding": "^5.1.1-nightly.2", + "embark-solidity": "^5.1.1-nightly.2", + "embark-solidity-tests": "^5.1.1-nightly.2", + "embark-specialconfigs": "^5.1.1-nightly.2", + "embark-storage": "^5.1.1-nightly.2", + "embark-swarm": "^5.1.1-nightly.2", + "embark-test-runner": "^5.1.1-nightly.2", + "embark-transaction-logger": "^5.1.1-nightly.2", + "embark-transaction-tracker": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embark-vyper": "^5.1.1-nightly.2", + "embark-watcher": "^5.1.1-nightly.2", + "embark-web3": "^5.1.1-nightly.2", + "embark-webserver": "^5.1.1-nightly.2", + "embark-whisper-geth": "^5.1.1-nightly.2", + "embark-whisper-parity": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/core/i18n/CHANGELOG.md b/packages/core/i18n/CHANGELOG.md index 52bd8fc2b..733da10e3 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-i18n + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-i18n diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index 2b7e4bc6e..f829dba2b 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "embark-i18n", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "i18n Support for Embark", @@ -51,7 +51,7 @@ "os-locale": "4.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index 8f67537ef..23f200524 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-logger + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-logger diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index 61bbea89e..759d1314c 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -50,7 +50,7 @@ "date-and-time": "0.6.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/core/reset/CHANGELOG.md b/packages/core/reset/CHANGELOG.md index b500d0e63..671504628 100644 --- a/packages/core/reset/CHANGELOG.md +++ b/packages/core/reset/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-reset + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-reset diff --git a/packages/core/reset/package.json b/packages/core/reset/package.json index 39d6f7c06..f83df3228 100644 --- a/packages/core/reset/package.json +++ b/packages/core/reset/package.json @@ -1,6 +1,6 @@ { "name": "embark-reset", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "DApp reset utlity for Embark", @@ -35,7 +35,7 @@ "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5" }, "engines": { diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index aa6fa98de..c3319c6c9 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-utils + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-utils diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 9ca978b57..24f362cd9 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", @@ -56,8 +56,8 @@ "clipboardy": "1.2.3", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", "find-up": "2.1.0", "follow-redirects": "1.9.0", "fs-extra": "8.1.0", @@ -76,7 +76,7 @@ }, "devDependencies": { "embark-inside-monorepo": "^5.1.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 3716b5fc7..af94589a3 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index 0102edc42..f01813985 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -77,15 +77,15 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.1.1-nightly.0", - "embark-deploy-tracker": "^5.1.1-nightly.0", - "embark-engine": "^5.1.1-nightly.1", - "embark-graph": "^5.1.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-reset": "^5.1.0", - "embark-suggestions": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-deploy-tracker": "^5.1.1-nightly.2", + "embark-engine": "^5.1.1-nightly.2", + "embark-graph": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-reset": "^5.1.1-nightly.2", + "embark-suggestions": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -140,15 +140,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.1.1-nightly.0", - "embark-compiler": "^5.1.1-nightly.0", - "embark-contracts-manager": "^5.1.1-nightly.1", - "embark-solidity": "^5.1.1-nightly.0", - "embark-solo": "^5.1.0", + "embark-code-runner": "^5.1.1-nightly.2", + "embark-compiler": "^5.1.1-nightly.2", + "embark-contracts-manager": "^5.1.1-nightly.2", + "embark-solidity": "^5.1.1-nightly.2", + "embark-solo": "^5.1.1-nightly.2", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.1.0", - "embark-transaction-logger": "^5.1.1-nightly.0", + "embark-testing": "^5.1.1-nightly.2", + "embark-transaction-logger": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/embarkjs/embarkjs/CHANGELOG.md b/packages/embarkjs/embarkjs/CHANGELOG.md index 4033a6d79..2710d675c 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/embarkjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embarkjs diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index de482d151..a868e9b77 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "JavaScript library for easily interacting with web3 technologies", @@ -72,7 +72,7 @@ "devDependencies": { "ajv": "6.10.2", "chai": "4.2.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/embarkjs/ens/CHANGELOG.md b/packages/embarkjs/ens/CHANGELOG.md index 2fe4ef0c2..5117d0547 100644 --- a/packages/embarkjs/ens/CHANGELOG.md +++ b/packages/embarkjs/ens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-ens + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index 4636198da..00ee98458 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Ens plugin for embarkjs", @@ -49,13 +49,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embarkjs": "^5.1.1-nightly.0", + "embarkjs": "^5.1.1-nightly.2", "eth-ens-namehash": "2.0.8", "web3": "1.2.4" }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/ipfs/CHANGELOG.md b/packages/embarkjs/ipfs/CHANGELOG.md index 90710e010..5b396ebed 100644 --- a/packages/embarkjs/ipfs/CHANGELOG.md +++ b/packages/embarkjs/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-ipfs + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-ipfs diff --git a/packages/embarkjs/ipfs/package.json b/packages/embarkjs/ipfs/package.json index 6e55d2356..c668ac549 100644 --- a/packages/embarkjs/ipfs/package.json +++ b/packages/embarkjs/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ipfs", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Ipfs plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/swarm/CHANGELOG.md b/packages/embarkjs/swarm/CHANGELOG.md index d1698e07c..6f7ae4720 100644 --- a/packages/embarkjs/swarm/CHANGELOG.md +++ b/packages/embarkjs/swarm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-swarm + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-swarm diff --git a/packages/embarkjs/swarm/package.json b/packages/embarkjs/swarm/package.json index d9ed48f20..4be64be10 100644 --- a/packages/embarkjs/swarm/package.json +++ b/packages/embarkjs/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-swarm", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Swarm plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/web3/CHANGELOG.md b/packages/embarkjs/web3/CHANGELOG.md index ed4a5e21a..9f94fc754 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-web3 + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-web3 diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index 1b43457cb..01b86df31 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Web3 plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/whisper/CHANGELOG.md b/packages/embarkjs/whisper/CHANGELOG.md index 028e69705..a9c925b36 100644 --- a/packages/embarkjs/whisper/CHANGELOG.md +++ b/packages/embarkjs/whisper/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embarkjs-whisper + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embarkjs-whisper diff --git a/packages/embarkjs/whisper/package.json b/packages/embarkjs/whisper/package.json index f9b11dd77..957c5c9dc 100644 --- a/packages/embarkjs/whisper/package.json +++ b/packages/embarkjs/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-whisper", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Whisper plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 940632c39..139f176dd 100644 --- a/packages/plugins/accounts-manager/CHANGELOG.md +++ b/packages/plugins/accounts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-accounts-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-accounts-manager diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index 1a81de9fc..1a5909240 100644 --- a/packages/plugins/accounts-manager/package.json +++ b/packages/plugins/accounts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-accounts-manager", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts", @@ -48,14 +48,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index 5d81d6bbc..03ffeed8d 100644 --- a/packages/plugins/basic-pipeline/CHANGELOG.md +++ b/packages/plugins/basic-pipeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-basic-pipeline diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index b2a569675..4ddf83970 100644 --- a/packages/plugins/basic-pipeline/package.json +++ b/packages/plugins/basic-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-basic-pipeline", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -71,9 +71,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", @@ -88,8 +88,8 @@ }, "devDependencies": { "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index bff85ad5b..8ac08628b 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-coverage + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 90b66893f..ababc33c1 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -50,8 +50,8 @@ "@types/prettier": "1.16.4", "@types/semver": "5.5.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "globule": "1.2.1", "prettier-plugin-solidity": "1.0.0-alpha.25", @@ -64,7 +64,7 @@ "@babel/cli": "7.7.4", "@babel/core": "7.7.4", "cross-env": "5.2.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/plugins/debugger/CHANGELOG.md b/packages/plugins/debugger/CHANGELOG.md index 234f401d0..10192b215 100644 --- a/packages/plugins/debugger/CHANGELOG.md +++ b/packages/plugins/debugger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-debugger + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-debugger diff --git a/packages/plugins/debugger/package.json b/packages/plugins/debugger/package.json index 51cc5d6e1..4307b942e 100644 --- a/packages/plugins/debugger/package.json +++ b/packages/plugins/debugger/package.json @@ -1,6 +1,6 @@ { "name": "embark-debugger", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Debugger component for Embark", @@ -46,11 +46,11 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", "remix-debug": "0.3.23" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 80229942c..1bfcee389 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-deploy-tracker diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index 2b13275d0..ecebac550 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -46,13 +46,13 @@ }, "dependencies": { "colors": "1.3.2", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "expect.js": "0.3.1", "mocha": "6.2.2", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index d65b908b8..519758341 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ens + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 03a37d159..3c9d6ffdb 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -46,11 +46,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ens": "^5.1.1-nightly.1", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ens": "^5.1.1-nightly.2", "eth-ens-namehash": "2.0.8", "lodash.clonedeep": "4.5.0", "web3": "1.2.4" @@ -59,8 +59,8 @@ "@babel/core": "7.7.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "eslint-plugin-jest": "22.5.1", "jest": "24.9.0", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index 6a4ddce18..68a6f3b75 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-ethereum-blockchain-client diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index 46357b5d8..a61bd5681 100644 --- a/packages/plugins/ethereum-blockchain-client/package.json +++ b/packages/plugins/ethereum-blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-ethereum-blockchain-client", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -47,16 +47,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-core-requestmanager": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index f9b4e8f5d..1c5c55f15 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ganache + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-ganache diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 71ecaa827..f36876ea4 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -49,7 +49,7 @@ "ganache-cli": "6.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index 2b8f35f30..c5e1e6c59 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-geth + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 0443216f9..a3b449e37 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -49,10 +49,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", @@ -60,7 +60,7 @@ "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/graph/CHANGELOG.md b/packages/plugins/graph/CHANGELOG.md index 0d1a89340..b3da181c6 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-graph + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-graph diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index 0479fc80d..9dc5ed883 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -50,7 +50,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index e1e265158..255e9c6f0 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-ipfs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 6d402ed82..7bda0d61f 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -50,17 +50,17 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-storage": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-ipfs": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-storage": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-ipfs": "^5.1.1-nightly.2", "ipfs-http-client": "40.0.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index 20b91f025..1f7799e11 100644 --- a/packages/plugins/mocha-tests/CHANGELOG.md +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-mocha-tests + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 19e504235..2495b2750 100644 --- a/packages/plugins/mocha-tests/package.json +++ b/packages/plugins/mocha-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-mocha-tests", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -51,14 +51,14 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", "mocha": "6.2.2", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 4220df7c4..e0bf044d1 100644 --- a/packages/plugins/nethermind/CHANGELOG.md +++ b/packages/plugins/nethermind/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-nethermind + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 6b1d96125..11c5a517b 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -45,16 +45,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index ae4bada0c..c84008e38 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-parity + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index d47a145a4..1a56e86b9 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -47,16 +47,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/plugin-cmd/CHANGELOG.md b/packages/plugins/plugin-cmd/CHANGELOG.md index 651d47003..2f50e4fe6 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 47a920a4a..f9105e205 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -38,11 +38,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index 35e947711..7c2a0f868 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-profiler + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 6adf70cf5..4fdbd952f 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -52,7 +52,7 @@ "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index 4e11cf938..76d5f4945 100644 --- a/packages/plugins/rpc-manager/CHANGELOG.md +++ b/packages/plugins/rpc-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-rpc-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-rpc-manager diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index 04f0adc00..4d8f87011 100644 --- a/packages/plugins/rpc-manager/package.json +++ b/packages/plugins/rpc-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-rpc-manager", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -49,15 +49,15 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "2.6.1", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "web3": "1.2.4" }, "devDependencies": { "cross-env": "5.2.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index 1dd2c5be1..36d451f4e 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-scaffolding + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index dc9c9174b..6e5c5f7cf 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -45,15 +45,15 @@ "@babel/runtime-corejs3": "7.7.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "handlebars": "4.3.0", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/plugins/snark/CHANGELOG.md b/packages/plugins/snark/CHANGELOG.md index 8dcd33a0c..73e4d4de3 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-snark + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-snark diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 7334d1c08..42a0c8076 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Anthony Laibe", "contributors": [ "Michael Bradley (https://github.com/michaelsbradleyjr/)" @@ -60,7 +60,7 @@ "@babel/core": "7.7.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "6.2.2", "eslint-config-prettier": "6.1.0", "eslint-plugin-jest": "22.5.1", diff --git a/packages/plugins/solc/CHANGELOG.md b/packages/plugins/solc/CHANGELOG.md index ed41cde10..2204e4b6f 100644 --- a/packages/plugins/solc/CHANGELOG.md +++ b/packages/plugins/solc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solc + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-solc diff --git a/packages/plugins/solc/package.json b/packages/plugins/solc/package.json index e7a622e07..30498f471 100644 --- a/packages/plugins/solc/package.json +++ b/packages/plugins/solc/package.json @@ -1,6 +1,6 @@ { "name": "embark-solc", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Richard Ramos", "contributors": [], "description": "Solc plugin for Embark", @@ -51,7 +51,7 @@ "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index 1928c6711..38b73b9a5 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solidity-tests + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 bd1d7ed17..36e04afdf 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "description": "Plugin to run Embark solidity tests", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "repository": { @@ -52,13 +52,13 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-utils": "^5.1.1-nightly.0", + "embark-utils": "^5.1.1-nightly.2", "remix-tests": "0.1.24", "web3": "1.2.4", "yo-yoify": "4.3.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "embark-utils": "^5.0.0-alpha.4", "eslint": "5.7.0", "mocha": "6.2.2", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index a4dadebf8..a7f3ca703 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solidity + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 457f190f1..6d6733b69 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "find-up": "4.1.0", "fs-extra": "8.1.0", "semver": "5.6.0", @@ -57,7 +57,7 @@ "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/specialconfigs/CHANGELOG.md b/packages/plugins/specialconfigs/CHANGELOG.md index a58b14ca6..893a1ca99 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-specialconfigs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-specialconfigs diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index 3972e8d1d..e3cfa6df4 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Adds various configs to embark's contract.js config file", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 8ba38d252..e7ddbbdcd 100644 --- a/packages/plugins/suggestions/CHANGELOG.md +++ b/packages/plugins/suggestions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embark-framework/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-suggestions + + + + + ## [5.1.1-nightly.0](https://github.com/embark-framework/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index 3c3d4e7bb..3e063646f 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -38,15 +38,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index a9efaf16e..bfc5c4f7c 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-swarm + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index e4a12d221..b143228bc 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -51,16 +51,16 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-storage": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs": "^5.1.1-nightly.0", - "embarkjs-swarm": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-storage": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs": "^5.1.1-nightly.2", + "embarkjs-swarm": "^5.1.1-nightly.2", "swarm-api": "0.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 787b73d45..ec4a859bf 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-transaction-logger + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-transaction-logger diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index d184d6430..cabf8b5ff 100644 --- a/packages/plugins/transaction-logger/package.json +++ b/packages/plugins/transaction-logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-logger", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -49,16 +49,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/transaction-tracker/CHANGELOG.md b/packages/plugins/transaction-tracker/CHANGELOG.md index 3860f8998..ffdfd0693 100644 --- a/packages/plugins/transaction-tracker/CHANGELOG.md +++ b/packages/plugins/transaction-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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-transaction-tracker + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-transaction-tracker diff --git a/packages/plugins/transaction-tracker/package.json b/packages/plugins/transaction-tracker/package.json index ce8f3bb48..c6b8e09a1 100644 --- a/packages/plugins/transaction-tracker/package.json +++ b/packages/plugins/transaction-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-tracker", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Transaction tracker for Embark's cockpit", @@ -50,7 +50,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/vyper/CHANGELOG.md b/packages/plugins/vyper/CHANGELOG.md index 1bd7532b8..1c46d6e6a 100644 --- a/packages/plugins/vyper/CHANGELOG.md +++ b/packages/plugins/vyper/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-vyper + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-vyper diff --git a/packages/plugins/vyper/package.json b/packages/plugins/vyper/package.json index de8927598..c4191b9d6 100644 --- a/packages/plugins/vyper/package.json +++ b/packages/plugins/vyper/package.json @@ -1,6 +1,6 @@ { "name": "embark-vyper", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark wrapper for the Vyper compiler", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index 10eb869de..ee8614730 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-web3 + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index a08cad865..6e314fac2 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -47,12 +47,12 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs-web3": "^5.1.0" + "embark-core": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs-web3": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index e5a41a1e3..df7d2a380 100644 --- a/packages/plugins/whisper-geth/CHANGELOG.md +++ b/packages/plugins/whisper-geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-whisper-geth + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 f4801cdfd..0d8a45974 100644 --- a/packages/plugins/whisper-geth/package.json +++ b/packages/plugins/whisper-geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-geth", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,14 +47,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs-whisper": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 5ffd1b01e..ddcc0974b 100644 --- a/packages/plugins/whisper-parity/CHANGELOG.md +++ b/packages/plugins/whisper-parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-whisper-parity + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 fbb745521..f10a50a96 100644 --- a/packages/plugins/whisper-parity/package.json +++ b/packages/plugins/whisper-parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-parity", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,14 +47,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", - "embarkjs-whisper": "^5.1.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", + "embarkjs-whisper": "^5.1.1-nightly.2", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index 77b2e9bb6..2cd2838d2 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-api + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 914a96a40..4a5638e0d 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -52,17 +52,17 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-ui": "^5.1.1-nightly.1", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-ui": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", "helmet": "3.13.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/stack/authenticator/CHANGELOG.md b/packages/stack/authenticator/CHANGELOG.md index 5ad09817f..2507f6ca9 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-authenticator + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index e8a195fbc..e947459cc 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -46,13 +46,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "keccakjs": "0.2.3", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/blockchain-client/CHANGELOG.md b/packages/stack/blockchain-client/CHANGELOG.md index 4411810d5..6eb3deabe 100644 --- a/packages/stack/blockchain-client/CHANGELOG.md +++ b/packages/stack/blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-blockchain-client + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-blockchain-client diff --git a/packages/stack/blockchain-client/package.json b/packages/stack/blockchain-client/package.json index 0976f64fe..4b4e21e93 100644 --- a/packages/stack/blockchain-client/package.json +++ b/packages/stack/blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain-client", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Provides ability to register a blockchain technology in Embark, ie Ethereum.", @@ -49,7 +49,7 @@ "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index d55e7efb9..a39dc0e9b 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-blockchain + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 6b2cbbba6..9343f2b34 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -51,16 +51,16 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index df93b7ad0..c97c4e417 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-communication + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 30e3e3d10..36a69486a 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -47,14 +47,14 @@ "dependencies": { "@babel/runtime-corejs3": "7.8.3", "core-js": "3.6.4", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.8.3", "babel-jest": "25.1.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "6.8.0", "jest": "25.1.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index b824ff6b6..8fe6d449a 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-compiler + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index a987ac08d..f4ba784ef 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,17 +45,17 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "clone-deep": "4.0.0", "cross-env": "5.2.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 68940e606..70ec39fb5 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-contracts-manager + + + + + ## [5.1.1-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.0...v5.1.1-nightly.1) (2020-01-30) diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 3d2b92599..741d43fa7 100644 --- a/packages/stack/contracts-manager/package.json +++ b/packages/stack/contracts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-contracts-manager", - "version": "5.1.1-nightly.1", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,15 +50,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index 265ad1e40..f98c50f57 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-deployment + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index d1d81ff8e..ca6a370e1 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -49,15 +49,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", - "embark-testing": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index 2e6e3f3cf..91f3e6afe 100644 --- a/packages/stack/embarkjs/CHANGELOG.md +++ b/packages/stack/embarkjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-embarkjs + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index 3cd24afe5..4f0273492 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0" + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index b8383e719..31e72be9a 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-library-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 2c3c93a32..93c2129f1 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -47,13 +47,13 @@ "@babel/runtime-corejs3": "7.7.4", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/namesystem/CHANGELOG.md b/packages/stack/namesystem/CHANGELOG.md index abf93e335..765c7da12 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-namesystem + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-namesystem diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index 9e98aa3cb..0c1994bce 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Namesystem provider abstraction module for Embark", @@ -47,10 +47,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index e7c0375c3..9656f8e33 100644 --- a/packages/stack/pipeline/CHANGELOG.md +++ b/packages/stack/pipeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-pipeline + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index f944b4117..ce08f0993 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -48,14 +48,14 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "find-up": "2.1.0", "fs-extra": "8.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index de1c89c0e..d271819ac 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 2d79ae6c6..54f87a2fb 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.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -46,10 +46,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-utils": "^5.1.1-nightly.0" + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index c90fdbbe5..19be50f2b 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-proxy + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 6d9cd00a0..76826fe72 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -51,17 +51,17 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-logger": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-logger": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.4", "web3-providers-ws": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index 255c69193..a1b4460c2 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-storage + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index f3d370bda..ea1aa8c43 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -48,14 +48,14 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.1-nightly.0", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-core": "^5.1.1-nightly.2", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index eca1b6841..46760dd8b 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-test-runner + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **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 ee06d875b..7cc93296a 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -53,9 +53,9 @@ "chalk": "2.4.2", "core-js": "3.4.3", "deep-equal": "1.0.1", - "embark-i18n": "^5.1.1-nightly.0", - "embark-testing": "^5.1.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-testing": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "fs-extra": "8.1.0", "istanbul-lib-coverage": "2.0.5", "istanbul-lib-report": "2.0.8", @@ -65,7 +65,7 @@ "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/stack/watcher/CHANGELOG.md b/packages/stack/watcher/CHANGELOG.md index 6ea5ac810..b0b9be0e5 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-watcher + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index 7846ae897..9f6c3c6fc 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "chokidar": "2.1.6", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0" + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index 765f34ed2..8781c0905 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.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-webserver + + + + + ## [5.1.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.0...v5.1.1-nightly.0) (2020-01-29) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index b0a89c176..81303b9de 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.1.1-nightly.0", + "version": "5.1.1-nightly.2", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -47,15 +47,15 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.1-nightly.0", - "embark-utils": "^5.1.1-nightly.0", + "embark-i18n": "^5.1.1-nightly.2", + "embark-utils": "^5.1.1-nightly.2", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", "serve-static": "1.13.2" }, "devDependencies": { - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/utils/collective/CHANGELOG.md b/packages/utils/collective/CHANGELOG.md index 373fb1052..7537db253 100644 --- a/packages/utils/collective/CHANGELOG.md +++ b/packages/utils/collective/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-collective + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-collective diff --git a/packages/utils/collective/package.json b/packages/utils/collective/package.json index caaa387cf..07e93c76d 100644 --- a/packages/utils/collective/package.json +++ b/packages/utils/collective/package.json @@ -1,6 +1,6 @@ { "name": "embark-collective", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "You will be assimilated", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/collective#readme", diff --git a/packages/utils/solo/CHANGELOG.md b/packages/utils/solo/CHANGELOG.md index 3436db01c..3dd5b67a4 100644 --- a/packages/utils/solo/CHANGELOG.md +++ b/packages/utils/solo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-solo + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-solo diff --git a/packages/utils/solo/package.json b/packages/utils/solo/package.json index 6ecfd9eff..909ef9849 100644 --- a/packages/utils/solo/package.json +++ b/packages/utils/solo/package.json @@ -1,7 +1,7 @@ { "name": "embark-solo", "private": true, - "version": "5.1.0", + "version": "5.1.1-nightly.2", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "Resistance is not futile?", "license": "MIT", @@ -13,7 +13,7 @@ "reset": "npx rimraf embark-*.tgz package" }, "devDependencies": { - "embark-collective": "^5.1.0", + "embark-collective": "^5.1.1-nightly.2", "find-up": "4.1.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md index bbdb362e8..fb82ea9cc 100644 --- a/packages/utils/testing/CHANGELOG.md +++ b/packages/utils/testing/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) + +**Note:** Version bump only for package embark-testing + + + + + # [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) **Note:** Version bump only for package embark-testing diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 7e423d5cd..63ae365c1 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.1.0", + "version": "5.1.1-nightly.2", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js", @@ -57,7 +57,7 @@ "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0", + "embark-solo": "^5.1.1-nightly.2", "eslint": "5.7.0", "jest": "24.9.0", "lodash.clonedeep": "4.5.0",