mirror of https://github.com/embarklabs/embark.git
chore(release): 5.0.0-alpha.3
This commit is contained in:
parent
6044576ca0
commit
37ae942b99
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/core:** spec embark-rpc-manager as a dependency ([a5d0650](https://github.com/embark-framework/embark/commit/a5d0650))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"description": "Basic DApp template for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.2",
|
||||
"embark": "^5.0.0-alpha.3",
|
||||
"embark-reset": "^5.0.0-alpha.2",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"description": "Demo DApp for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.0.0-alpha.2",
|
||||
"embark": "^5.0.0-alpha.3",
|
||||
"embark-reset": "^5.0.0-alpha.2",
|
||||
"jquery": "3.4.1",
|
||||
"popper.js": "1.15.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"description": "Contracts-only DApp template for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.2",
|
||||
"embark": "^5.0.0-alpha.3",
|
||||
"embark-reset": "^5.0.0-alpha.2",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/code-frame": "7.5.5",
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^5.0.0-alpha.2",
|
||||
"embark": "^5.0.0-alpha.3",
|
||||
"embark-dapp-test-service": "^5.0.0-alpha.0",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-reset": "^5.0.0-alpha.2",
|
||||
|
@ -25,5 +25,5 @@
|
|||
"reset": "npx embark-reset",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.0.0-alpha.2"
|
||||
"version": "5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.2",
|
||||
"embark": "^5.0.0-alpha.3",
|
||||
"embark-reset": "^5.0.0-alpha.2"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -14,5 +14,5 @@
|
|||
"reset": "npx embark-reset",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.0.0-alpha.2"
|
||||
"version": "5.0.0-alpha.3"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.0.0-alpha.2"
|
||||
"version": "5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-code-runner
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-code-runner",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code execution VM for Embark",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-console
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-console",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Console component for Embark",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"async": "2.6.1",
|
||||
"chalk": "2.4.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"json-stringify-safe": "5.0.1"
|
||||
|
|
|
@ -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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/core:** spec embark-rpc-manager as a dependency ([a5d0650](https://github.com/embark-framework/embark/commit/a5d0650))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-core",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Core library for Embark",
|
||||
|
@ -52,10 +52,10 @@
|
|||
"decompress": "4.2.0",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-rpc-manager": "^5.0.0-alpha.2",
|
||||
"embark-rpc-manager": "^5.0.0-alpha.3",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embark-whisper-geth": "^5.0.0-alpha.2",
|
||||
"embark-whisper-parity": "^5.0.0-alpha.2",
|
||||
"embark-whisper-geth": "^5.0.0-alpha.3",
|
||||
"embark-whisper-parity": "^5.0.0-alpha.3",
|
||||
"flatted": "0.2.3",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
|
@ -69,54 +69,54 @@
|
|||
"date-and-time": "0.6.2",
|
||||
"decompress": "4.2.0",
|
||||
"deep-equal": "1.0.1",
|
||||
"embark-accounts-manager": "^5.0.0-alpha.2",
|
||||
"embark-accounts-manager": "^5.0.0-alpha.3",
|
||||
"embark-api": "^5.0.0-alpha.2",
|
||||
"embark-authenticator": "^5.0.0-alpha.2",
|
||||
"embark-basic-pipeline": "^5.0.0-alpha.2",
|
||||
"embark-blockchain": "^5.0.0-alpha.2",
|
||||
"embark-basic-pipeline": "^5.0.0-alpha.3",
|
||||
"embark-blockchain": "^5.0.0-alpha.3",
|
||||
"embark-blockchain-client": "^5.0.0-alpha.2",
|
||||
"embark-code-runner": "^5.0.0-alpha.2",
|
||||
"embark-communication": "^5.0.0-alpha.2",
|
||||
"embark-code-runner": "^5.0.0-alpha.3",
|
||||
"embark-communication": "^5.0.0-alpha.3",
|
||||
"embark-compiler": "^5.0.0-alpha.2",
|
||||
"embark-console": "^5.0.0-alpha.2",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-coverage": "^5.0.0-alpha.2",
|
||||
"embark-console": "^5.0.0-alpha.3",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.3",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-coverage": "^5.0.0-alpha.3",
|
||||
"embark-debugger": "^5.0.0-alpha.2",
|
||||
"embark-deploy-tracker": "^5.0.0-alpha.2",
|
||||
"embark-deployment": "^5.0.0-alpha.2",
|
||||
"embark-embarkjs": "^5.0.0-alpha.2",
|
||||
"embark-ens": "^5.0.0-alpha.2",
|
||||
"embark-ethereum-blockchain-client": "^5.0.0-alpha.2",
|
||||
"embark-deployment": "^5.0.0-alpha.3",
|
||||
"embark-embarkjs": "^5.0.0-alpha.3",
|
||||
"embark-ens": "^5.0.0-alpha.3",
|
||||
"embark-ethereum-blockchain-client": "^5.0.0-alpha.3",
|
||||
"embark-ganache": "^5.0.0-alpha.2",
|
||||
"embark-geth": "^5.0.0-alpha.2",
|
||||
"embark-geth": "^5.0.0-alpha.3",
|
||||
"embark-graph": "^5.0.0-alpha.2",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-ipfs": "^5.0.0-alpha.2",
|
||||
"embark-ipfs": "^5.0.0-alpha.3",
|
||||
"embark-library-manager": "^5.0.0-alpha.2",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-mocha-tests": "^5.0.0-alpha.2",
|
||||
"embark-namesystem": "^5.0.0-alpha.2",
|
||||
"embark-parity": "^5.0.0-alpha.2",
|
||||
"embark-pipeline": "^5.0.0-alpha.2",
|
||||
"embark-parity": "^5.0.0-alpha.3",
|
||||
"embark-pipeline": "^5.0.0-alpha.3",
|
||||
"embark-plugin-cmd": "^5.0.0-alpha.2",
|
||||
"embark-process-logs-api-manager": "^5.0.0-alpha.2",
|
||||
"embark-profiler": "^5.0.0-alpha.2",
|
||||
"embark-proxy": "^5.0.0-alpha.2",
|
||||
"embark-proxy": "^5.0.0-alpha.3",
|
||||
"embark-reset": "^5.0.0-alpha.2",
|
||||
"embark-scaffolding": "^5.0.0-alpha.2",
|
||||
"embark-solidity": "^5.0.0-alpha.2",
|
||||
"embark-solidity": "^5.0.0-alpha.3",
|
||||
"embark-specialconfigs": "^5.0.0-alpha.2",
|
||||
"embark-storage": "^5.0.0-alpha.2",
|
||||
"embark-swarm": "^5.0.0-alpha.2",
|
||||
"embark-storage": "^5.0.0-alpha.3",
|
||||
"embark-swarm": "^5.0.0-alpha.3",
|
||||
"embark-test-runner": "^5.0.0-alpha.2",
|
||||
"embark-transaction-logger": "^5.0.0-alpha.2",
|
||||
"embark-transaction-logger": "^5.0.0-alpha.3",
|
||||
"embark-transaction-tracker": "^5.0.0-alpha.2",
|
||||
"embark-ui": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embark-vyper": "^5.0.0-alpha.2",
|
||||
"embark-watcher": "^5.0.0-alpha.2",
|
||||
"embark-web3": "^5.0.0-alpha.2",
|
||||
"embark-web3": "^5.0.0-alpha.3",
|
||||
"embark-webserver": "^5.0.0-alpha.2",
|
||||
"embarkjs-ens": "^5.0.0-alpha.2",
|
||||
"embarkjs-ipfs": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-accounts-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-accounts-manager",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"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",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-basic-pipeline",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"css-loader": "3.2.0",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-coverage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-coverage",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code coverage capabilities for Embark",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-ens
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ens",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements ENS support in Embark",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-ethereum-blockchain-client
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-ethereum-blockchain-client
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ethereum-blockchain-client",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-geth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-geth",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Go-Ethereum blockchain for Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-ipfs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ipfs",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements IPFS support in Embark",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-storage": "^5.0.0-alpha.2",
|
||||
"embark-storage": "^5.0.0-alpha.3",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs": "^5.0.0-alpha.2",
|
||||
"embarkjs-ipfs": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-parity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-parity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-parity",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"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.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-rpc-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-rpc-manager",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"description": "Embark RPC Manager",
|
||||
"main": "./dist/lib/index.js",
|
||||
"repository": {
|
||||
|
@ -46,7 +46,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"@omisego/omg-js-util": "2.0.0-v0.2",
|
||||
"async": "2.6.1",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"web3": "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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-solidity",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Solidity Compiler APIs for Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-swarm",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements Swarm support in Embark",
|
||||
|
@ -48,9 +48,9 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-storage": "^5.0.0-alpha.2",
|
||||
"embark-storage": "^5.0.0-alpha.3",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs": "^5.0.0-alpha.2",
|
||||
"embarkjs-swarm": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-transaction-logger
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-transaction-logger",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Transaction listener and logger for Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-web3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-web3",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Web3 support to Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs-web3": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-geth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-whisper-geth",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Whisper support to Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs-whisper": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-parity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-parity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-whisper-parity",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Whisper support to Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"embarkjs-whisper": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-blockchain
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-blockchain
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-blockchain",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Blockchain APIs for Embark",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-communication
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-communication
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-communication",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Communication APIs for Embark",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-contracts-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-contracts-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-contracts-manager",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Smart contracts manager for Embark",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-deployment
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-deployment
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-deployment",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Deployment APIs for Embark",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-embarkjs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-embarkjs",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "EmbarkJS APIs for Embark",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-pipeline
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-pipeline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-pipeline",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Build pipeline module for Embark",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"find-up": "2.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-proxy
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-proxy",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Proxy to listen to blockchain requests and responses",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"cors": "2.8.5",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-logger": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.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.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package embark-storage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
|
||||
|
||||
**Note:** Version bump only for package embark-storage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-storage",
|
||||
"version": "5.0.0-alpha.2",
|
||||
"version": "5.0.0-alpha.3",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Storage provider abstraction module for Embark",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.2",
|
||||
"embark-core": "^5.0.0-alpha.3",
|
||||
"embark-i18n": "^5.0.0-alpha.2",
|
||||
"embark-utils": "^5.0.0-alpha.2",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
|
|
Loading…
Reference in New Issue