mirror of https://github.com/embarklabs/embark.git
chore(prerelease): 5.1.0-nightly.2
This commit is contained in:
parent
e0ac539930
commit
bfda1b3124
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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"description": "Basic DApp template for Embark",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
|
||||
"bugs": "https://github.com/embarklabs/embark/issues",
|
||||
|
@ -32,10 +32,10 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark": "^5.1.0-nightly.2",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-ens": "^5.1.0-nightly.2",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"description": "Demo DApp for Embark",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
|
||||
"bugs": "https://github.com/embarklabs/embark/issues",
|
||||
|
@ -34,10 +34,10 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark": "^5.1.0-nightly.2",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-ens": "^5.1.0-nightly.2",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"description": "Contracts-only DApp template for Embark",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme",
|
||||
"bugs": "https://github.com/embarklabs/embark/issues",
|
||||
|
@ -28,10 +28,10 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark": "^5.1.0-nightly.2",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-ens": "^5.1.0-nightly.2",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
"devDependencies": {
|
||||
"@babel/code-frame": "7.5.5",
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark": "^5.1.0-nightly.2",
|
||||
"embark-dapp-test-service": "^5.0.0",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-ens": "^5.1.0-nightly.2",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.0-nightly.1",
|
||||
|
@ -32,5 +32,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.1.0-nightly.1"
|
||||
"version": "5.1.0-nightly.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark": "^5.1.0-nightly.2",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-ens": "^5.1.0-nightly.2",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.0-nightly.1",
|
||||
|
@ -21,5 +21,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.1.0-nightly.1"
|
||||
"version": "5.1.0-nightly.2"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.1.0-nightly.1"
|
||||
"version": "5.1.0-nightly.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-code-runner
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-code-runner",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code execution VM for Embark",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"fs-extra": "8.1.0",
|
||||
"parse-json": "5.0.0",
|
||||
"vm2": "3.8.4",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-console
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-console",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Console component for Embark",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-engine",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Engine library for Embark",
|
||||
|
@ -52,24 +52,24 @@
|
|||
"embark-basic-pipeline": "^5.1.0-nightly.1",
|
||||
"embark-blockchain": "^5.1.0-nightly.1",
|
||||
"embark-blockchain-client": "^5.1.0-nightly.1",
|
||||
"embark-code-runner": "^5.1.0-nightly.1",
|
||||
"embark-code-runner": "^5.1.0-nightly.2",
|
||||
"embark-communication": "^5.1.0-nightly.1",
|
||||
"embark-compiler": "^5.1.0-nightly.1",
|
||||
"embark-console": "^5.1.0-nightly.1",
|
||||
"embark-console": "^5.1.0-nightly.2",
|
||||
"embark-contracts-manager": "^5.1.0-nightly.1",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-coverage": "^5.1.0-nightly.1",
|
||||
"embark-debugger": "^5.1.0-nightly.1",
|
||||
"embark-deployment": "^5.1.0-nightly.1",
|
||||
"embark-embarkjs": "^5.1.0-nightly.1",
|
||||
"embark-ens": "^5.1.0-nightly.1",
|
||||
"embark-ethereum-blockchain-client": "^5.1.0-nightly.1",
|
||||
"embark-ens": "^5.1.0-nightly.2",
|
||||
"embark-ethereum-blockchain-client": "^5.1.0-nightly.2",
|
||||
"embark-ganache": "^5.1.0-nightly.1",
|
||||
"embark-geth": "^5.1.0-nightly.1",
|
||||
"embark-ipfs": "^5.1.0-nightly.1",
|
||||
"embark-ipfs": "^5.1.0-nightly.2",
|
||||
"embark-library-manager": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-mocha-tests": "^5.1.0-nightly.1",
|
||||
"embark-mocha-tests": "^5.1.0-nightly.2",
|
||||
"embark-namesystem": "^5.1.0-nightly.1",
|
||||
"embark-parity": "^5.1.0-nightly.1",
|
||||
"embark-pipeline": "^5.1.0-nightly.1",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"embark-solidity-tests": "^5.1.0-nightly.1",
|
||||
"embark-specialconfigs": "^5.1.0-nightly.1",
|
||||
"embark-storage": "^5.1.0-nightly.1",
|
||||
"embark-swarm": "^5.1.0-nightly.1",
|
||||
"embark-swarm": "^5.1.0-nightly.2",
|
||||
"embark-test-runner": "^5.1.0-nightly.1",
|
||||
"embark-transaction-logger": "^5.1.0-nightly.1",
|
||||
"embark-transaction-tracker": "^5.1.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
|
@ -79,12 +79,12 @@
|
|||
"decompress": "4.2.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-deploy-tracker": "^5.1.0-nightly.1",
|
||||
"embark-engine": "^5.1.0-nightly.1",
|
||||
"embark-engine": "^5.1.0-nightly.2",
|
||||
"embark-graph": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embark-suggestions": "^5.1.0-nightly.1",
|
||||
"embark-suggestions": "^5.1.0-nightly.2",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"find-up": "2.1.0",
|
||||
|
@ -141,7 +141,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.1.2",
|
||||
"embark-code-runner": "^5.1.0-nightly.1",
|
||||
"embark-code-runner": "^5.1.0-nightly.2",
|
||||
"embark-compiler": "^5.1.0-nightly.1",
|
||||
"embark-contracts-manager": "^5.1.0-nightly.1",
|
||||
"embark-solidity": "^5.1.0-nightly.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "JavaScript library for easily interacting with web3 technologies",
|
||||
|
|
|
@ -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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs-ens",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ens plugin for embarkjs",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"web3": "1.2.4"
|
||||
},
|
||||
|
|
|
@ -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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/ens:** connect to web3 only with dappAutoEnable is true ([e0ac539](https://github.com/embarklabs/embark/commit/e0ac539))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ens",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements ENS support in Embark",
|
||||
|
@ -49,8 +49,8 @@
|
|||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-ens": "^5.1.0-nightly.2",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"web3": "1.2.4"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-ethereum-blockchain-client
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ethereum-blockchain-client",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"ethereumjs-util": "6.0.0",
|
||||
"web3": "1.2.4",
|
||||
"web3-core-requestmanager": "1.2.4"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-ipfs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ipfs",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements IPFS support in Embark",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-storage": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"ipfs-http-client": "40.0.0",
|
||||
"shelljs": "0.8.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.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-mocha-tests
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-mocha-tests",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"description": "Mocha Test Runner",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme",
|
||||
"repository": {
|
||||
|
@ -53,7 +53,7 @@
|
|||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"mocha": "6.2.2",
|
||||
"web3": "1.2.4"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.2](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-suggestions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-suggestions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-suggestions",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Suggestions plugin for Embark",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.1...v5.1.0-nightly.2) (2020-01-21)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-swarm",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"version": "5.1.0-nightly.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements Swarm support in Embark",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-storage": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.2",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"swarm-api": "0.1.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue