mirror of https://github.com/embarklabs/embark.git
chore(prerelease): 5.3.0-nightly.1
This commit is contained in:
parent
738ff8e41d
commit
719faeebdd
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,6 +3,19 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove optional plugins from coming as default ([db10064](https://github.com/embarklabs/embark/commit/db10064))
|
||||
* **@cmd:** add very basic embark init to add an embark.json file ([738ff8e](https://github.com/embarklabs/embark/commit/738ff8e))
|
||||
* **@embark/cmd:** enable using engine with no embark.json ([382a0b5](https://github.com/embarklabs/embark/commit/382a0b5))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"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,15 +32,15 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.3.0-nightly.0",
|
||||
"embark-geth": "^5.3.0-nightly.0",
|
||||
"embark-graph": "^5.3.0-nightly.0",
|
||||
"embark-ipfs": "^5.3.0-nightly.0",
|
||||
"embark-parity": "^5.3.0-nightly.0",
|
||||
"embark-profiler": "^5.3.0-nightly.0",
|
||||
"embark": "^5.3.0-nightly.1",
|
||||
"embark-geth": "^5.3.0-nightly.1",
|
||||
"embark-graph": "^5.3.0-nightly.1",
|
||||
"embark-ipfs": "^5.3.0-nightly.1",
|
||||
"embark-parity": "^5.3.0-nightly.1",
|
||||
"embark-profiler": "^5.3.0-nightly.1",
|
||||
"embark-reset": "^5.2.3",
|
||||
"embark-swarm": "^5.3.0-nightly.0",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.0",
|
||||
"embark-swarm": "^5.3.0-nightly.1",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.1",
|
||||
"embarkjs": "^5.2.3",
|
||||
"embarkjs-ens": "^5.2.3",
|
||||
"embarkjs-ipfs": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"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,15 +34,15 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.3.0-nightly.0",
|
||||
"embark-geth": "^5.3.0-nightly.0",
|
||||
"embark-graph": "^5.3.0-nightly.0",
|
||||
"embark-ipfs": "^5.3.0-nightly.0",
|
||||
"embark-parity": "^5.3.0-nightly.0",
|
||||
"embark-profiler": "^5.3.0-nightly.0",
|
||||
"embark": "^5.3.0-nightly.1",
|
||||
"embark-geth": "^5.3.0-nightly.1",
|
||||
"embark-graph": "^5.3.0-nightly.1",
|
||||
"embark-ipfs": "^5.3.0-nightly.1",
|
||||
"embark-parity": "^5.3.0-nightly.1",
|
||||
"embark-profiler": "^5.3.0-nightly.1",
|
||||
"embark-reset": "^5.2.3",
|
||||
"embark-swarm": "^5.3.0-nightly.0",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.0",
|
||||
"embark-swarm": "^5.3.0-nightly.1",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.1",
|
||||
"embarkjs": "^5.2.3",
|
||||
"embarkjs-ens": "^5.2.3",
|
||||
"embarkjs-ipfs": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove optional plugins from coming as default ([db10064](https://github.com/embarklabs/embark/commit/db10064))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"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,12 +28,12 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.3.0-nightly.0",
|
||||
"embark": "^5.3.0-nightly.1",
|
||||
"embark-geth": "^5.3.0-nightly.1",
|
||||
"embark-reset": "^5.2.3",
|
||||
"embarkjs": "^5.2.3",
|
||||
"embarkjs-ens": "^5.2.3",
|
||||
"embarkjs-web3": "^5.2.3",
|
||||
"embark-geth": "^5.3.0-nightly.0",
|
||||
"rimraf": "3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
|
|
@ -3,17 +3,17 @@
|
|||
"devDependencies": {
|
||||
"@babel/code-frame": "7.5.5",
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^5.3.0-nightly.0",
|
||||
"embark": "^5.3.0-nightly.1",
|
||||
"embark-dapp-test-service": "^5.2.3",
|
||||
"embark-geth": "^5.3.0-nightly.0",
|
||||
"embark-graph": "^5.3.0-nightly.0",
|
||||
"embark-geth": "^5.3.0-nightly.1",
|
||||
"embark-graph": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-ipfs": "^5.3.0-nightly.0",
|
||||
"embark-parity": "^5.3.0-nightly.0",
|
||||
"embark-profiler": "^5.3.0-nightly.0",
|
||||
"embark-ipfs": "^5.3.0-nightly.1",
|
||||
"embark-parity": "^5.3.0-nightly.1",
|
||||
"embark-profiler": "^5.3.0-nightly.1",
|
||||
"embark-reset": "^5.2.3",
|
||||
"embark-swarm": "^5.3.0-nightly.0",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.0",
|
||||
"embark-swarm": "^5.3.0-nightly.1",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.1",
|
||||
"embarkjs": "^5.2.3",
|
||||
"embarkjs-ens": "^5.2.3",
|
||||
"embarkjs-ipfs": "^5.2.3",
|
||||
|
@ -39,5 +39,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.3.0-nightly.0"
|
||||
"version": "5.3.0-nightly.1"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.3.0-nightly.0",
|
||||
"embark-geth": "^5.3.0-nightly.0",
|
||||
"embark-graph": "^5.3.0-nightly.0",
|
||||
"embark-ipfs": "^5.3.0-nightly.0",
|
||||
"embark-parity": "^5.3.0-nightly.0",
|
||||
"embark-profiler": "^5.3.0-nightly.0",
|
||||
"embark": "^5.3.0-nightly.1",
|
||||
"embark-geth": "^5.3.0-nightly.1",
|
||||
"embark-graph": "^5.3.0-nightly.1",
|
||||
"embark-ipfs": "^5.3.0-nightly.1",
|
||||
"embark-parity": "^5.3.0-nightly.1",
|
||||
"embark-profiler": "^5.3.0-nightly.1",
|
||||
"embark-reset": "^5.2.3",
|
||||
"embark-swarm": "^5.3.0-nightly.0",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.0",
|
||||
"embark-swarm": "^5.3.0-nightly.1",
|
||||
"embark-whisper-geth": "^5.3.0-nightly.1",
|
||||
"embarkjs": "^5.2.3",
|
||||
"embarkjs-ens": "^5.2.3",
|
||||
"embarkjs-ipfs": "^5.2.3",
|
||||
|
@ -28,5 +28,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.3.0-nightly.0"
|
||||
"version": "5.3.0-nightly.1"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-teller-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "embark-dapp-test-teller-contracts",
|
||||
"description": "Test Teller contracts for integration testing purposes",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"scripts": {
|
||||
"ci": "npm run qa",
|
||||
"clean": "npm run reset",
|
||||
|
@ -13,7 +13,7 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"embark": "^5.3.0-nightly.0",
|
||||
"embark": "^5.3.0-nightly.1",
|
||||
"embark-reset": "^5.2.3",
|
||||
"rimraf": "3.0.0"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.3.0-nightly.0"
|
||||
"version": "5.3.0-nightly.1"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-code-runner
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-code-runner
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-code-runner",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code execution VM for Embark",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"async": "3.1.0",
|
||||
"colors": "1.4.0",
|
||||
"core-js": "3.6.2",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove optional plugins from coming as default ([db10064](https://github.com/embarklabs/embark/commit/db10064))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-console",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Console component for Embark",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"@types/json-stringify-safe": "5.0.0",
|
||||
"chalk": "2.4.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"fs-extra": "8.1.0",
|
||||
|
|
|
@ -3,6 +3,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **@cmd:** add very basic embark init to add an embark.json file ([738ff8e](https://github.com/embarklabs/embark/commit/738ff8e))
|
||||
* **@embark/cmd:** enable using engine with no embark.json ([382a0b5](https://github.com/embarklabs/embark/commit/382a0b5))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-core
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-core",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Core library for Embark",
|
||||
|
|
|
@ -3,6 +3,19 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove optional plugins from coming as default ([db10064](https://github.com/embarklabs/embark/commit/db10064))
|
||||
* **@cmd:** add very basic embark init to add an embark.json file ([738ff8e](https://github.com/embarklabs/embark/commit/738ff8e))
|
||||
* **@embark/cmd:** enable using engine with no embark.json ([382a0b5](https://github.com/embarklabs/embark/commit/382a0b5))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-engine",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Engine library for Embark",
|
||||
|
@ -47,25 +47,25 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-accounts-manager": "^5.3.0-nightly.0",
|
||||
"embark-api": "^5.3.0-nightly.0",
|
||||
"embark-accounts-manager": "^5.3.0-nightly.1",
|
||||
"embark-api": "^5.3.0-nightly.1",
|
||||
"embark-authenticator": "^5.3.0-nightly.0",
|
||||
"embark-basic-pipeline": "^5.3.0-nightly.0",
|
||||
"embark-blockchain": "^5.3.0-nightly.0",
|
||||
"embark-code-runner": "^5.3.0-nightly.0",
|
||||
"embark-basic-pipeline": "^5.3.0-nightly.1",
|
||||
"embark-blockchain": "^5.3.0-nightly.1",
|
||||
"embark-code-runner": "^5.3.0-nightly.1",
|
||||
"embark-communication": "^5.3.0-nightly.0",
|
||||
"embark-compiler": "^5.3.0-nightly.0",
|
||||
"embark-console": "^5.3.0-nightly.0",
|
||||
"embark-contracts-manager": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-coverage": "^5.3.0-nightly.0",
|
||||
"embark-compiler": "^5.3.0-nightly.1",
|
||||
"embark-console": "^5.3.0-nightly.1",
|
||||
"embark-contracts-manager": "^5.3.0-nightly.1",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-coverage": "^5.3.0-nightly.1",
|
||||
"embark-debugger": "^5.2.3",
|
||||
"embark-deployment": "^5.3.0-nightly.0",
|
||||
"embark-embarkjs": "^5.3.0-nightly.0",
|
||||
"embark-ens": "^5.3.0-nightly.0",
|
||||
"embark-ethereum-blockchain-client": "^5.3.0-nightly.0",
|
||||
"embark-ganache": "^5.3.0-nightly.0",
|
||||
"embark-geth": "^5.3.0-nightly.0",
|
||||
"embark-deployment": "^5.3.0-nightly.1",
|
||||
"embark-embarkjs": "^5.3.0-nightly.1",
|
||||
"embark-ens": "^5.3.0-nightly.1",
|
||||
"embark-ethereum-blockchain-client": "^5.3.0-nightly.1",
|
||||
"embark-ganache": "^5.3.0-nightly.1",
|
||||
"embark-geth": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-library-manager": "^5.3.0-nightly.0",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
|
@ -74,20 +74,20 @@
|
|||
"embark-pipeline": "^5.3.0-nightly.0",
|
||||
"embark-plugin-cmd": "^5.3.0-nightly.0",
|
||||
"embark-process-logs-api-manager": "^5.3.0-nightly.0",
|
||||
"embark-proxy": "^5.3.0-nightly.0",
|
||||
"embark-rpc-manager": "^5.3.0-nightly.0",
|
||||
"embark-scaffolding": "^5.3.0-nightly.0",
|
||||
"embark-solidity": "^5.3.0-nightly.0",
|
||||
"embark-proxy": "^5.3.0-nightly.1",
|
||||
"embark-rpc-manager": "^5.3.0-nightly.1",
|
||||
"embark-scaffolding": "^5.3.0-nightly.1",
|
||||
"embark-solidity": "^5.3.0-nightly.1",
|
||||
"embark-solidity-tests": "^5.3.0-nightly.0",
|
||||
"embark-specialconfigs": "^5.3.0-nightly.0",
|
||||
"embark-storage": "^5.3.0-nightly.0",
|
||||
"embark-test-runner": "^5.3.0-nightly.0",
|
||||
"embark-transaction-logger": "^5.3.0-nightly.0",
|
||||
"embark-storage": "^5.3.0-nightly.1",
|
||||
"embark-test-runner": "^5.3.0-nightly.1",
|
||||
"embark-transaction-logger": "^5.3.0-nightly.1",
|
||||
"embark-transaction-tracker": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"embark-vyper": "^5.2.3",
|
||||
"embark-watcher": "^5.3.0-nightly.0",
|
||||
"embark-web3": "^5.3.0-nightly.0",
|
||||
"embark-web3": "^5.3.0-nightly.1",
|
||||
"embark-webserver": "^5.3.0-nightly.0",
|
||||
"fs-extra": "8.1.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,19 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove optional plugins from coming as default ([db10064](https://github.com/embarklabs/embark/commit/db10064))
|
||||
* **@cmd:** add very basic embark init to add an embark.json file ([738ff8e](https://github.com/embarklabs/embark/commit/738ff8e))
|
||||
* **@embark/cmd:** enable using engine with no embark.json ([382a0b5](https://github.com/embarklabs/embark/commit/382a0b5))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
|
@ -75,13 +75,13 @@
|
|||
"core-js": "3.4.3",
|
||||
"date-and-time": "0.6.2",
|
||||
"decompress": "4.2.0",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-deploy-tracker": "^5.3.0-nightly.0",
|
||||
"embark-engine": "^5.3.0-nightly.0",
|
||||
"embark-engine": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-reset": "^5.2.3",
|
||||
"embark-suggestions": "^5.3.0-nightly.0",
|
||||
"embark-suggestions": "^5.3.0-nightly.1",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"find-up": "2.1.0",
|
||||
|
@ -133,15 +133,15 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.1.2",
|
||||
"embark-code-runner": "^5.3.0-nightly.0",
|
||||
"embark-compiler": "^5.3.0-nightly.0",
|
||||
"embark-contracts-manager": "^5.3.0-nightly.0",
|
||||
"embark-solidity": "^5.3.0-nightly.0",
|
||||
"embark-code-runner": "^5.3.0-nightly.1",
|
||||
"embark-compiler": "^5.3.0-nightly.1",
|
||||
"embark-contracts-manager": "^5.3.0-nightly.1",
|
||||
"embark-solidity": "^5.3.0-nightly.1",
|
||||
"embark-solo": "^5.2.3",
|
||||
"embark-test-contract-0": "0.0.2",
|
||||
"embark-test-contract-1": "0.0.1",
|
||||
"embark-testing": "^5.3.0-nightly.0",
|
||||
"embark-transaction-logger": "^5.3.0-nightly.0",
|
||||
"embark-transaction-logger": "^5.3.0-nightly.1",
|
||||
"eslint": "6.8.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "13.1.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-accounts-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-accounts-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-accounts-manager",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **@embark/cmd:** enable using engine with no embark.json ([382a0b5](https://github.com/embarklabs/embark/commit/382a0b5))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-basic-pipeline",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"css-loader": "3.2.0",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"file-loader": "5.0.2",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-coverage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-coverage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-coverage",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code coverage capabilities for Embark",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"@types/prettier": "1.16.4",
|
||||
"@types/semver": "5.5.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"fs-extra": "8.1.0",
|
||||
"globule": "1.2.1",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-ens
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-ens
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ens",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements ENS support in Embark",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"embarkjs": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-ethereum-blockchain-client
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-ethereum-blockchain-client
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ethereum-blockchain-client",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"embarkjs": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-ganache
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-ganache
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ganache",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Ganache simulator for Embark",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"ganache-cli": "6.8.2"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-geth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-geth
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-geth",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Go-Ethereum blockchain for Embark",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove optional plugins from coming as default ([db10064](https://github.com/embarklabs/embark/commit/db10064))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-graph
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-graph",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Smart contract documentation generator for Embark DApps",
|
||||
|
@ -47,7 +47,6 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"viz.js": "1.8.2"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-ipfs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-ipfs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ipfs",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements IPFS support in Embark",
|
||||
|
@ -52,9 +52,9 @@
|
|||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-storage": "^5.3.0-nightly.0",
|
||||
"embark-storage": "^5.3.0-nightly.1",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"embarkjs": "^5.2.3",
|
||||
"embarkjs-ipfs": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-nethermind
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-nethermind
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-nethermind",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Nethermind blockchain client plugin for Embark",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-parity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-parity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-parity",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Parity blockchain for Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove optional plugins from coming as default ([db10064](https://github.com/embarklabs/embark/commit/db10064))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-profiler",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Smart contract profiler for Embark DApps",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-rpc-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-rpc-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-rpc-manager",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"description": "Embark RPC Manager",
|
||||
"repository": {
|
||||
"directory": "packages/plugins/embark-rpc-manager",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"@omisego/omg-js-util": "2.0.0-v0.2",
|
||||
"@types/async": "2.0.50",
|
||||
"async": "2.6.1",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **@embark/cmd:** enable using engine with no embark.json ([382a0b5](https://github.com/embarklabs/embark/commit/382a0b5))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-scaffolding
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-scaffolding",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Provides scaffolding utilities",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"ajv": "6.10.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-scripts-runner
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-scripts-runner
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-scripts-runner",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"description": "Embark Scripts Runner",
|
||||
"repository": {
|
||||
"directory": "packages/plugins/scripts-runner",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js-pure": "3.6.4",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-solidity",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Solidity Compiler APIs for Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"find-up": "4.1.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embark-framework/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-suggestions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embark-framework/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-suggestions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-suggestions",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Suggestions plugin for Embark",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"fs-extra": "8.1.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-swarm",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements Swarm support in Embark",
|
||||
|
@ -52,9 +52,9 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-storage": "^5.3.0-nightly.0",
|
||||
"embark-storage": "^5.3.0-nightly.1",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"embarkjs": "^5.2.3",
|
||||
"embarkjs-swarm": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-transaction-logger
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-transaction-logger
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-transaction-logger",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Transaction listener and logger for Embark",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"ethereumjs-tx": "1.3.7",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-web3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-web3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-web3",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Web3 support to Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"embarkjs-web3": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-geth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-geth
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-whisper-geth",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Whisper support to Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-parity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-parity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-whisper-parity",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Whisper support to Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"embarkjs": "^5.2.3",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-api
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-api
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-api",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark api module",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"cors": "2.8.5",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-ui": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-blockchain
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-blockchain
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-blockchain",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Blockchain APIs for Embark",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-compiler
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-compiler
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-compiler",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark compiler module",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-contracts-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-contracts-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-contracts-manager",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Smart contracts manager for Embark",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"@babel/runtime-corejs3": "7.8.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.6.4",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-deployment
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-deployment
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-deployment",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Deployment APIs for Embark",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-embarkjs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-embarkjs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-embarkjs",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "EmbarkJS APIs for Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embarkjs": "^5.2.3"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-proxy
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-proxy
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-proxy",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Proxy to listen to blockchain requests and responses",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"@types/express-ws": "3.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"cors": "2.8.5",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-logger": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-storage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
**Note:** Version bump only for package embark-storage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-storage",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Storage provider abstraction module for Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.3.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.0...v5.3.0-nightly.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package embark-test-runner
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-test-runner",
|
||||
"version": "5.3.0-nightly.0",
|
||||
"version": "5.3.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark Testrunner",
|
||||
|
@ -58,7 +58,7 @@
|
|||
"chalk": "2.4.2",
|
||||
"core-js": "3.4.3",
|
||||
"deep-equal": "1.0.1",
|
||||
"embark-core": "^5.3.0-nightly.0",
|
||||
"embark-core": "^5.3.0-nightly.1",
|
||||
"embark-i18n": "^5.2.3",
|
||||
"embark-testing": "^5.3.0-nightly.0",
|
||||
"embark-utils": "^5.3.0-nightly.0",
|
||||
|
|
Loading…
Reference in New Issue