chore(prerelease): 5.2.0-nightly.0

This commit is contained in:
EmbarkBot 2020-02-07 00:12:17 +00:00
parent 3e3b4287a4
commit a016fa8fb9
100 changed files with 600 additions and 174 deletions

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
### Bug Fixes
* **@embark/contracts-manager:** Remove `logger` from serialized contract ([d529420](https://github.com/embarklabs/embark/commit/d529420))
* **@embark/ens:** fix tests erroring on FIFS contract deploy ([78fc7b6](https://github.com/embarklabs/embark/commit/78fc7b6))
### Features
* **@mbark/ens:** enable the use of $accounts in registrations ([de01022](https://github.com/embarklabs/embark/commit/de01022))
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package root **Note:** Version bump only for package root

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-dapp-template-boilerplate
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package embark-dapp-template-boilerplate **Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-boilerplate", "name": "embark-dapp-template-boilerplate",
"version": "5.1.2-nightly.1", "version": "5.2.0-nightly.0",
"description": "Basic DApp template for Embark", "description": "Basic DApp template for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embarklabs/embark/issues", "bugs": "https://github.com/embarklabs/embark/issues",
@ -32,7 +32,7 @@
"url": "https://github.com/embarklabs/embark.git" "url": "https://github.com/embarklabs/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^5.1.2-nightly.1", "embark": "^5.2.0-nightly.0",
"embark-reset": "^5.1.1", "embark-reset": "^5.1.1",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"embarkjs-ens": "^5.1.1", "embarkjs-ens": "^5.1.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-dapp-template-demo
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package embark-dapp-template-demo **Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-demo", "name": "embark-dapp-template-demo",
"version": "5.1.2-nightly.1", "version": "5.2.0-nightly.0",
"description": "Demo DApp for Embark", "description": "Demo DApp for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embarklabs/embark/issues", "bugs": "https://github.com/embarklabs/embark/issues",
@ -34,7 +34,7 @@
"devDependencies": { "devDependencies": {
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"classnames": "2.2.6", "classnames": "2.2.6",
"embark": "^5.1.2-nightly.1", "embark": "^5.2.0-nightly.0",
"embark-reset": "^5.1.1", "embark-reset": "^5.1.1",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"embarkjs-ens": "^5.1.1", "embarkjs-ens": "^5.1.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-dapp-template-simple
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package embark-dapp-template-simple **Note:** Version bump only for package embark-dapp-template-simple

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-simple", "name": "embark-dapp-template-simple",
"version": "5.1.2-nightly.1", "version": "5.2.0-nightly.0",
"description": "Contracts-only DApp template for Embark", "description": "Contracts-only DApp template for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme",
"bugs": "https://github.com/embarklabs/embark/issues", "bugs": "https://github.com/embarklabs/embark/issues",
@ -28,7 +28,7 @@
"url": "https://github.com/embarklabs/embark.git" "url": "https://github.com/embarklabs/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^5.1.2-nightly.1", "embark": "^5.2.0-nightly.0",
"embark-reset": "^5.1.1", "embark-reset": "^5.1.1",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"embarkjs-ens": "^5.1.1", "embarkjs-ens": "^5.1.1",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
### Features
* **@mbark/ens:** enable the use of $accounts in registrations ([de01022](https://github.com/embarklabs/embark/commit/de01022))
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package embark-dapp-test-app **Note:** Version bump only for package embark-dapp-test-app

View File

@ -3,7 +3,7 @@
"devDependencies": { "devDependencies": {
"@babel/code-frame": "7.5.5", "@babel/code-frame": "7.5.5",
"bootstrap": "3.4.1", "bootstrap": "3.4.1",
"embark": "^5.1.2-nightly.1", "embark": "^5.2.0-nightly.0",
"embark-dapp-test-service": "^5.0.0", "embark-dapp-test-service": "^5.0.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-reset": "^5.1.1", "embark-reset": "^5.1.1",
@ -32,5 +32,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package", "reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "5.1.2-nightly.1" "version": "5.2.0-nightly.0"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-dapp-test-contracts
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package embark-dapp-test-contracts **Note:** Version bump only for package embark-dapp-test-contracts

View File

@ -1,7 +1,7 @@
{ {
"description": "Test DApp for integration testing purposes", "description": "Test DApp for integration testing purposes",
"devDependencies": { "devDependencies": {
"embark": "^5.1.2-nightly.1", "embark": "^5.2.0-nightly.0",
"embark-reset": "^5.1.1", "embark-reset": "^5.1.1",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"embarkjs-ens": "^5.1.1", "embarkjs-ens": "^5.1.1",
@ -21,5 +21,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package", "reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "5.1.2-nightly.1" "version": "5.2.0-nightly.0"
} }

View File

@ -16,5 +16,5 @@
}, },
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"version": "5.1.2-nightly.1" "version": "5.2.0-nightly.0"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-code-runner
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-code-runner **Note:** Version bump only for package embark-code-runner

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-code-runner", "name": "embark-code-runner",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Code execution VM for Embark", "description": "Code execution VM for Embark",
@ -52,9 +52,9 @@
"async": "3.1.0", "async": "3.1.0",
"colors": "1.4.0", "colors": "1.4.0",
"core-js": "3.6.2", "core-js": "3.6.2",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"parse-json": "5.0.0", "parse-json": "5.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-console
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-console **Note:** Version bump only for package embark-console

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-console", "name": "embark-console",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Console component for Embark", "description": "Console component for Embark",
@ -50,9 +50,9 @@
"@types/json-stringify-safe": "5.0.0", "@types/json-stringify-safe": "5.0.0",
"chalk": "2.4.2", "chalk": "2.4.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"json-stringify-safe": "5.0.1" "json-stringify-safe": "5.0.1"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-core
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-core", "name": "embark-core",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Core library for Embark", "description": "Core library for Embark",
@ -56,7 +56,7 @@
"deep-equal": "1.0.1", "deep-equal": "1.0.1",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"find-up": "4.1.0", "find-up": "4.1.0",
"flatted": "0.2.3", "flatted": "0.2.3",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-engine
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package embark-engine **Note:** Version bump only for package embark-engine

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-engine", "name": "embark-engine",
"version": "5.1.2-nightly.1", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Engine library for Embark", "description": "Engine library for Embark",
@ -46,54 +46,54 @@
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-accounts-manager": "^5.1.2-nightly.0", "embark-accounts-manager": "^5.2.0-nightly.0",
"embark-api": "^5.1.2-nightly.0", "embark-api": "^5.2.0-nightly.0",
"embark-authenticator": "^5.1.2-nightly.0", "embark-authenticator": "^5.2.0-nightly.0",
"embark-basic-pipeline": "^5.1.2-nightly.0", "embark-basic-pipeline": "^5.2.0-nightly.0",
"embark-blockchain": "^5.1.2-nightly.0", "embark-blockchain": "^5.2.0-nightly.0",
"embark-blockchain-client": "^5.1.1", "embark-blockchain-client": "^5.1.1",
"embark-code-runner": "^5.1.2-nightly.0", "embark-code-runner": "^5.2.0-nightly.0",
"embark-communication": "^5.1.2-nightly.0", "embark-communication": "^5.2.0-nightly.0",
"embark-compiler": "^5.1.2-nightly.0", "embark-compiler": "^5.2.0-nightly.0",
"embark-console": "^5.1.2-nightly.0", "embark-console": "^5.2.0-nightly.0",
"embark-contracts-manager": "^5.1.2-nightly.0", "embark-contracts-manager": "^5.2.0-nightly.0",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-coverage": "^5.1.2-nightly.0", "embark-coverage": "^5.2.0-nightly.0",
"embark-debugger": "^5.1.1", "embark-debugger": "^5.1.1",
"embark-deployment": "^5.1.2-nightly.0", "embark-deployment": "^5.2.0-nightly.0",
"embark-embarkjs": "^5.1.2-nightly.0", "embark-embarkjs": "^5.2.0-nightly.0",
"embark-ens": "^5.1.2-nightly.0", "embark-ens": "^5.2.0-nightly.0",
"embark-ethereum-blockchain-client": "^5.1.2-nightly.0", "embark-ethereum-blockchain-client": "^5.2.0-nightly.0",
"embark-ganache": "^5.1.1", "embark-ganache": "^5.1.1",
"embark-geth": "^5.1.2-nightly.0", "embark-geth": "^5.2.0-nightly.0",
"embark-ipfs": "^5.1.2-nightly.0", "embark-ipfs": "^5.2.0-nightly.0",
"embark-library-manager": "^5.1.2-nightly.0", "embark-library-manager": "^5.2.0-nightly.0",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-mocha-tests": "^5.1.2-nightly.0", "embark-mocha-tests": "^5.2.0-nightly.0",
"embark-namesystem": "^5.1.1", "embark-namesystem": "^5.1.1",
"embark-parity": "^5.1.2-nightly.0", "embark-parity": "^5.2.0-nightly.0",
"embark-pipeline": "^5.1.2-nightly.0", "embark-pipeline": "^5.2.0-nightly.0",
"embark-plugin-cmd": "^5.1.2-nightly.0", "embark-plugin-cmd": "^5.2.0-nightly.0",
"embark-process-logs-api-manager": "^5.1.2-nightly.0", "embark-process-logs-api-manager": "^5.2.0-nightly.0",
"embark-profiler": "^5.1.1", "embark-profiler": "^5.1.1",
"embark-proxy": "^5.1.2-nightly.0", "embark-proxy": "^5.2.0-nightly.0",
"embark-rpc-manager": "^5.1.2-nightly.0", "embark-rpc-manager": "^5.2.0-nightly.0",
"embark-scaffolding": "^5.1.2-nightly.0", "embark-scaffolding": "^5.2.0-nightly.0",
"embark-solidity": "^5.1.2-nightly.0", "embark-solidity": "^5.2.0-nightly.0",
"embark-solidity-tests": "^5.1.2-nightly.0", "embark-solidity-tests": "^5.2.0-nightly.0",
"embark-specialconfigs": "^5.1.1", "embark-specialconfigs": "^5.1.1",
"embark-storage": "^5.1.2-nightly.0", "embark-storage": "^5.2.0-nightly.0",
"embark-swarm": "^5.1.2-nightly.0", "embark-swarm": "^5.2.0-nightly.0",
"embark-test-runner": "^5.1.2-nightly.0", "embark-test-runner": "^5.2.0-nightly.0",
"embark-transaction-logger": "^5.1.2-nightly.0", "embark-transaction-logger": "^5.2.0-nightly.0",
"embark-transaction-tracker": "^5.1.1", "embark-transaction-tracker": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embark-vyper": "^5.1.1", "embark-vyper": "^5.1.1",
"embark-watcher": "^5.1.2-nightly.0", "embark-watcher": "^5.2.0-nightly.0",
"embark-web3": "^5.1.2-nightly.0", "embark-web3": "^5.2.0-nightly.0",
"embark-webserver": "^5.1.2-nightly.0", "embark-webserver": "^5.2.0-nightly.0",
"embark-whisper-geth": "^5.1.2-nightly.0", "embark-whisper-geth": "^5.2.0-nightly.0",
"embark-whisper-parity": "^5.1.2-nightly.0" "embark-whisper-parity": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"embark-solo": "^5.1.1", "embark-solo": "^5.1.1",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
### Bug Fixes
* **@embark/contracts-manager:** Remove `logger` from serialized contract ([d529420](https://github.com/embarklabs/embark/commit/d529420))
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-utils **Note:** Version bump only for package embark-utils

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-utils", "name": "embark-utils",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Utils used by Embark", "description": "Utils used by Embark",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark
## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06) ## [5.1.2-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.0...v5.1.2-nightly.1) (2020-02-06)
**Note:** Version bump only for package embark **Note:** Version bump only for package embark

View File

@ -1,6 +1,6 @@
{ {
"name": "embark", "name": "embark",
"version": "5.1.2-nightly.1", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps", "description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -77,15 +77,15 @@
"core-js": "3.4.3", "core-js": "3.4.3",
"date-and-time": "0.6.2", "date-and-time": "0.6.2",
"decompress": "4.2.0", "decompress": "4.2.0",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-deploy-tracker": "^5.1.2-nightly.0", "embark-deploy-tracker": "^5.2.0-nightly.0",
"embark-engine": "^5.1.2-nightly.1", "embark-engine": "^5.2.0-nightly.0",
"embark-graph": "^5.1.1", "embark-graph": "^5.1.1",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-reset": "^5.1.1", "embark-reset": "^5.1.1",
"embark-suggestions": "^5.1.2-nightly.0", "embark-suggestions": "^5.2.0-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"eth-ens-namehash": "2.0.8", "eth-ens-namehash": "2.0.8",
"find-up": "2.1.0", "find-up": "2.1.0",
"flatted": "0.2.3", "flatted": "0.2.3",
@ -139,15 +139,15 @@
}, },
"devDependencies": { "devDependencies": {
"chai": "4.1.2", "chai": "4.1.2",
"embark-code-runner": "^5.1.2-nightly.0", "embark-code-runner": "^5.2.0-nightly.0",
"embark-compiler": "^5.1.2-nightly.0", "embark-compiler": "^5.2.0-nightly.0",
"embark-contracts-manager": "^5.1.2-nightly.0", "embark-contracts-manager": "^5.2.0-nightly.0",
"embark-solidity": "^5.1.2-nightly.0", "embark-solidity": "^5.2.0-nightly.0",
"embark-solo": "^5.1.1", "embark-solo": "^5.1.1",
"embark-test-contract-0": "0.0.2", "embark-test-contract-0": "0.0.2",
"embark-test-contract-1": "0.0.1", "embark-test-contract-1": "0.0.1",
"embark-testing": "^5.1.1", "embark-testing": "^5.1.1",
"embark-transaction-logger": "^5.1.2-nightly.0", "embark-transaction-logger": "^5.2.0-nightly.0",
"eslint": "5.7.0", "eslint": "5.7.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"nyc": "13.1.0", "nyc": "13.1.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-accounts-manager
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-accounts-manager **Note:** Version bump only for package embark-accounts-manager

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-accounts-manager", "name": "embark-accounts-manager",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts", "description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts",
@ -48,10 +48,10 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"web3": "1.2.6" "web3": "1.2.6"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-basic-pipeline
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-basic-pipeline **Note:** Version bump only for package embark-basic-pipeline

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-basic-pipeline", "name": "embark-basic-pipeline",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
@ -71,9 +71,9 @@
"colors": "1.3.2", "colors": "1.3.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"css-loader": "3.2.0", "css-loader": "3.2.0",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"file-loader": "5.0.2", "file-loader": "5.0.2",
"find-up": "4.1.0", "find-up": "4.1.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-coverage
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-coverage **Note:** Version bump only for package embark-coverage

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-coverage", "name": "embark-coverage",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Code coverage capabilities for Embark", "description": "Code coverage capabilities for Embark",
@ -50,8 +50,8 @@
"@types/prettier": "1.16.4", "@types/prettier": "1.16.4",
"@types/semver": "5.5.0", "@types/semver": "5.5.0",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"globule": "1.2.1", "globule": "1.2.1",
"prettier-plugin-solidity": "1.0.0-alpha.25", "prettier-plugin-solidity": "1.0.0-alpha.25",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-deploy-tracker
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-deploy-tracker **Note:** Version bump only for package embark-deploy-tracker

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-deploy-tracker", "name": "embark-deploy-tracker",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Contract deployment tracker for Embark", "description": "Contract deployment tracker for Embark",
@ -47,7 +47,7 @@
"dependencies": { "dependencies": {
"colors": "1.3.2", "colors": "1.3.2",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"web3": "1.2.6" "web3": "1.2.6"
}, },

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
### Bug Fixes
* **@embark/ens:** fix tests erroring on FIFS contract deploy ([78fc7b6](https://github.com/embarklabs/embark/commit/78fc7b6))
### Features
* **@mbark/ens:** enable the use of $accounts in registrations ([de01022](https://github.com/embarklabs/embark/commit/de01022))
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-ens **Note:** Version bump only for package embark-ens

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-ens", "name": "embark-ens",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Implements ENS support in Embark", "description": "Implements ENS support in Embark",
@ -46,9 +46,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"embarkjs-ens": "^5.1.1", "embarkjs-ens": "^5.1.1",
"eth-ens-namehash": "2.0.8", "eth-ens-namehash": "2.0.8",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-ethereum-blockchain-client
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-ethereum-blockchain-client **Note:** Version bump only for package embark-ethereum-blockchain-client

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-ethereum-blockchain-client", "name": "embark-ethereum-blockchain-client",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
@ -47,9 +47,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"ethereumjs-util": "6.0.0", "ethereumjs-util": "6.0.0",
"web3": "1.2.6", "web3": "1.2.6",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-geth
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-geth", "name": "embark-geth",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Implementation of the Go-Ethereum blockchain for Embark", "description": "Implementation of the Go-Ethereum blockchain for Embark",
@ -49,10 +49,10 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"netcat": "1.3.5", "netcat": "1.3.5",
"semver": "5.6.0", "semver": "5.6.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-ipfs
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-ipfs **Note:** Version bump only for package embark-ipfs

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-ipfs", "name": "embark-ipfs",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Implements IPFS support in Embark", "description": "Implements IPFS support in Embark",
@ -50,10 +50,10 @@
"async": "2.6.1", "async": "2.6.1",
"colors": "1.3.2", "colors": "1.3.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-storage": "^5.1.2-nightly.0", "embark-storage": "^5.2.0-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"embarkjs-ipfs": "^5.1.1", "embarkjs-ipfs": "^5.1.1",
"ipfs-http-client": "40.0.0", "ipfs-http-client": "40.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-mocha-tests
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-mocha-tests **Note:** Version bump only for package embark-mocha-tests

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-mocha-tests", "name": "embark-mocha-tests",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"description": "Mocha Test Runner", "description": "Mocha Test Runner",
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme",
"repository": { "repository": {
@ -52,7 +52,7 @@
"async": "3.1.0", "async": "3.1.0",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"mocha": "6.2.2", "mocha": "6.2.2",
"web3": "1.2.6" "web3": "1.2.6"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-nethermind
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-nethermind **Note:** Version bump only for package embark-nethermind

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-nethermind", "name": "embark-nethermind",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Nethermind blockchain client plugin for Embark", "description": "Nethermind blockchain client plugin for Embark",
@ -45,9 +45,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"netcat": "1.3.5", "netcat": "1.3.5",
"semver": "5.6.0", "semver": "5.6.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-parity
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-parity **Note:** Version bump only for package embark-parity

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-parity", "name": "embark-parity",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Implementation of the Parity blockchain for Embark", "description": "Implementation of the Parity blockchain for Embark",
@ -47,9 +47,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"netcat": "1.3.5", "netcat": "1.3.5",
"semver": "5.6.0", "semver": "5.6.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-plugin-cmd
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-plugin-cmd **Note:** Version bump only for package embark-plugin-cmd

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-plugin-cmd", "name": "embark-plugin-cmd",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Plugin installation utility for Embark", "description": "Plugin installation utility for Embark",
@ -39,7 +39,7 @@
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0" "embark-utils": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"embark-solo": "^5.1.1", "embark-solo": "^5.1.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-rpc-manager
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-rpc-manager **Note:** Version bump only for package embark-rpc-manager

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-rpc-manager", "name": "embark-rpc-manager",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"description": "Embark RPC Manager", "description": "Embark RPC Manager",
"repository": { "repository": {
"directory": "packages/plugins/embark-rpc-manager", "directory": "packages/plugins/embark-rpc-manager",
@ -49,10 +49,10 @@
"@omisego/omg-js-util": "2.0.0-v0.2", "@omisego/omg-js-util": "2.0.0-v0.2",
"@types/async": "2.0.50", "@types/async": "2.0.50",
"async": "2.6.1", "async": "2.6.1",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"web3": "1.2.6" "web3": "1.2.6"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-scaffolding
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-scaffolding **Note:** Version bump only for package embark-scaffolding

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-scaffolding", "name": "embark-scaffolding",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Provides scaffolding utilities", "description": "Provides scaffolding utilities",
@ -45,10 +45,10 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"ajv": "6.10.2", "ajv": "6.10.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"handlebars": "4.3.0", "handlebars": "4.3.0",
"web3-utils": "1.2.6" "web3-utils": "1.2.6"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-solidity-tests
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-solidity-tests **Note:** Version bump only for package embark-solidity-tests

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-solidity-tests", "name": "embark-solidity-tests",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"description": "Plugin to run Embark solidity tests", "description": "Plugin to run Embark solidity tests",
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme",
"repository": { "repository": {
@ -48,7 +48,7 @@
"@types/async": "3.0.3", "@types/async": "3.0.3",
"async": "3.1.0", "async": "3.1.0",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"remix-tests": "0.1.24", "remix-tests": "0.1.24",
"web3": "1.2.6", "web3": "1.2.6",
"yo-yoify": "4.3.0" "yo-yoify": "4.3.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-solidity
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-solidity **Note:** Version bump only for package embark-solidity

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-solidity", "name": "embark-solidity",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Solidity Compiler APIs for Embark", "description": "Solidity Compiler APIs for Embark",
@ -47,9 +47,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"find-up": "4.1.0", "find-up": "4.1.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"semver": "5.6.0", "semver": "5.6.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embark-framework/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-suggestions
## [5.1.2-nightly.0](https://github.com/embark-framework/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embark-framework/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-suggestions **Note:** Version bump only for package embark-suggestions

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-suggestions", "name": "embark-suggestions",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Suggestions plugin for Embark", "description": "Suggestions plugin for Embark",
@ -38,8 +38,8 @@
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0" "fs-extra": "8.1.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-swarm
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-swarm **Note:** Version bump only for package embark-swarm

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-swarm", "name": "embark-swarm",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Implements Swarm support in Embark", "description": "Implements Swarm support in Embark",
@ -51,10 +51,10 @@
"async": "2.6.1", "async": "2.6.1",
"colors": "1.3.2", "colors": "1.3.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-storage": "^5.1.2-nightly.0", "embark-storage": "^5.2.0-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs": "^5.1.1", "embarkjs": "^5.1.1",
"embarkjs-swarm": "^5.1.1", "embarkjs-swarm": "^5.1.1",
"swarm-api": "0.1.2" "swarm-api": "0.1.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-transaction-logger
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-transaction-logger **Note:** Version bump only for package embark-transaction-logger

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-transaction-logger", "name": "embark-transaction-logger",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Transaction listener and logger for Embark", "description": "Transaction listener and logger for Embark",
@ -49,9 +49,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"ethereumjs-tx": "1.3.7", "ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.0.0", "ethereumjs-util": "6.0.0",
"web3": "1.2.6", "web3": "1.2.6",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-web3
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-web3 **Note:** Version bump only for package embark-web3

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-web3", "name": "embark-web3",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Module to add Web3 support to Embark", "description": "Module to add Web3 support to Embark",
@ -47,8 +47,8 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"ejs": "2.6.1", "ejs": "2.6.1",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs-web3": "^5.1.1" "embarkjs-web3": "^5.1.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-whisper-geth
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-whisper-geth **Note:** Version bump only for package embark-whisper-geth

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-whisper-geth", "name": "embark-whisper-geth",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Module to add Whisper support to Embark", "description": "Module to add Whisper support to Embark",
@ -47,9 +47,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs-whisper": "^5.1.1", "embarkjs-whisper": "^5.1.1",
"rxjs": "6.4.0" "rxjs": "6.4.0"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-whisper-parity
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-whisper-parity **Note:** Version bump only for package embark-whisper-parity

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-whisper-parity", "name": "embark-whisper-parity",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Module to add Whisper support to Embark", "description": "Module to add Whisper support to Embark",
@ -47,9 +47,9 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"embarkjs-whisper": "^5.1.1", "embarkjs-whisper": "^5.1.1",
"rxjs": "6.4.0" "rxjs": "6.4.0"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-api
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-api **Note:** Version bump only for package embark-api

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-api", "name": "embark-api",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Embark api module", "description": "Embark api module",
@ -52,10 +52,10 @@
"colors": "1.3.2", "colors": "1.3.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"cors": "2.8.5", "cors": "2.8.5",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-ui": "^5.1.1", "embark-ui": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"express": "4.17.1", "express": "4.17.1",
"express-ws": "4.0.0", "express-ws": "4.0.0",
"find-up": "4.1.0", "find-up": "4.1.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-authenticator
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-authenticator **Note:** Version bump only for package embark-authenticator

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-authenticator", "name": "embark-authenticator",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Authenticator module for Embark's Cockpit", "description": "Authenticator module for Embark's Cockpit",
@ -47,7 +47,7 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"keccakjs": "0.2.3", "keccakjs": "0.2.3",
"uuid": "3.3.2" "uuid": "3.3.2"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-blockchain
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-blockchain **Note:** Version bump only for package embark-blockchain

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-blockchain", "name": "embark-blockchain",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Blockchain APIs for Embark", "description": "Blockchain APIs for Embark",
@ -51,10 +51,10 @@
"async": "2.6.1", "async": "2.6.1",
"clone-deep": "4.0.0", "clone-deep": "4.0.0",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0" "embark-utils": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.7.4", "@babel/core": "7.7.4",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-communication
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-communication **Note:** Version bump only for package embark-communication

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-communication", "name": "embark-communication",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Communication APIs for Embark", "description": "Communication APIs for Embark",
@ -48,7 +48,7 @@
"@babel/runtime-corejs3": "7.8.3", "@babel/runtime-corejs3": "7.8.3",
"core-js": "3.6.4", "core-js": "3.6.4",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0" "embark-utils": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.8.3", "@babel/core": "7.8.3",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-compiler
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-compiler **Note:** Version bump only for package embark-compiler

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-compiler", "name": "embark-compiler",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Embark compiler module", "description": "Embark compiler module",
@ -45,9 +45,9 @@
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0" "embark-utils": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.7.4", "@babel/core": "7.7.4",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
### Bug Fixes
* **@embark/contracts-manager:** Remove `logger` from serialized contract ([d529420](https://github.com/embarklabs/embark/commit/d529420))
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-contracts-manager **Note:** Version bump only for package embark-contracts-manager

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-contracts-manager", "name": "embark-contracts-manager",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Smart contracts manager for Embark", "description": "Smart contracts manager for Embark",
@ -50,10 +50,10 @@
"async": "2.6.1", "async": "2.6.1",
"clone-deep": "4.0.0", "clone-deep": "4.0.0",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"web3": "1.2.6", "web3": "1.2.6",
"web3-utils": "1.2.6" "web3-utils": "1.2.6"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-deployment
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-deployment **Note:** Version bump only for package embark-deployment

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-deployment", "name": "embark-deployment",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Deployment APIs for Embark", "description": "Deployment APIs for Embark",
@ -49,7 +49,7 @@
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0" "embark-utils": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.8.3", "@babel/core": "7.8.3",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-embarkjs
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-embarkjs **Note:** Version bump only for package embark-embarkjs

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-embarkjs", "name": "embark-embarkjs",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "EmbarkJS APIs for Embark", "description": "EmbarkJS APIs for Embark",
@ -47,7 +47,7 @@
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"ejs": "2.6.1", "ejs": "2.6.1",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1" "embark-i18n": "^5.1.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-library-manager
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-library-manager **Note:** Version bump only for package embark-library-manager

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-library-manager", "name": "embark-library-manager",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Module for downloading and managing libraries", "description": "Module for downloading and managing libraries",
@ -48,7 +48,7 @@
"colors": "1.3.2", "colors": "1.3.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"rimraf": "3.0.0" "rimraf": "3.0.0"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-pipeline
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-pipeline **Note:** Version bump only for package embark-pipeline

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-pipeline", "name": "embark-pipeline",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Build pipeline module for Embark", "description": "Build pipeline module for Embark",
@ -48,9 +48,9 @@
"async": "2.6.1", "async": "2.6.1",
"colors": "1.3.2", "colors": "1.3.2",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"find-up": "2.1.0", "find-up": "2.1.0",
"fs-extra": "8.1.0" "fs-extra": "8.1.0"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-process-logs-api-manager
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-process-logs-api-manager **Note:** Version bump only for package embark-process-logs-api-manager

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-process-logs-api-manager", "name": "embark-process-logs-api-manager",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Manages and registers APIs for Embark process logs", "description": "Manages and registers APIs for Embark process logs",
@ -46,7 +46,7 @@
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-utils": "^5.1.2-nightly.0" "embark-utils": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"embark-solo": "^5.1.1", "embark-solo": "^5.1.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-proxy
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-proxy **Note:** Version bump only for package embark-proxy

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-proxy", "name": "embark-proxy",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Proxy to listen to blockchain requests and responses", "description": "Proxy to listen to blockchain requests and responses",
@ -51,10 +51,10 @@
"@types/express-ws": "3.0.0", "@types/express-ws": "3.0.0",
"core-js": "3.4.3", "core-js": "3.4.3",
"cors": "2.8.5", "cors": "2.8.5",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0", "embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"express": "4.17.1", "express": "4.17.1",
"express-ws": "4.0.0", "express-ws": "4.0.0",
"web3-core-requestmanager": "1.2.6", "web3-core-requestmanager": "1.2.6",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-storage
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-storage **Note:** Version bump only for package embark-storage

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-storage", "name": "embark-storage",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Storage provider abstraction module for Embark", "description": "Storage provider abstraction module for Embark",
@ -48,9 +48,9 @@
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0", "embark-core": "^5.2.0-nightly.0",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"lodash.clonedeep": "4.5.0", "lodash.clonedeep": "4.5.0",
"shelljs": "0.8.3" "shelljs": "0.8.3"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-test-runner
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-test-runner **Note:** Version bump only for package embark-test-runner

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-test-runner", "name": "embark-test-runner",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Embark Testrunner", "description": "Embark Testrunner",
@ -55,7 +55,7 @@
"deep-equal": "1.0.1", "deep-equal": "1.0.1",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-testing": "^5.1.1", "embark-testing": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"istanbul-lib-coverage": "2.0.5", "istanbul-lib-coverage": "2.0.5",
"istanbul-lib-report": "2.0.8", "istanbul-lib-report": "2.0.8",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-watcher
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-watcher **Note:** Version bump only for package embark-watcher

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-watcher", "name": "embark-watcher",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Watches changes in the file system", "description": "Watches changes in the file system",
@ -48,7 +48,7 @@
"chokidar": "2.1.6", "chokidar": "2.1.6",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0" "embark-utils": "^5.2.0-nightly.0"
}, },
"devDependencies": { "devDependencies": {
"embark-solo": "^5.1.1", "embark-solo": "^5.1.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.2-nightly.1...v5.2.0-nightly.0) (2020-02-07)
**Note:** Version bump only for package embark-webserver
## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05) ## [5.1.2-nightly.0](https://github.com/embarklabs/embark/compare/v5.1.1...v5.1.2-nightly.0) (2020-02-05)
**Note:** Version bump only for package embark-webserver **Note:** Version bump only for package embark-webserver

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-webserver", "name": "embark-webserver",
"version": "5.1.2-nightly.0", "version": "5.2.0-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Webserver for Embark", "description": "Webserver for Embark",
@ -48,7 +48,7 @@
"async": "2.6.1", "async": "2.6.1",
"core-js": "3.4.3", "core-js": "3.4.3",
"embark-i18n": "^5.1.1", "embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0", "embark-utils": "^5.2.0-nightly.0",
"express": "4.17.1", "express": "4.17.1",
"express-ws": "4.0.0", "express-ws": "4.0.0",
"open": "6.4.0", "open": "6.4.0",