chore(prerelease): 5.3.0-nightly.8

This commit is contained in:
EmbarkBot 2020-03-11 00:18:13 +00:00
parent 53dc751981
commit db9e959169
26 changed files with 153 additions and 24 deletions

View File

@ -3,6 +3,22 @@
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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
### Bug Fixes
* **@embark/ganache:** make embark blockchain exit when using Ganache ([53dc751](https://github.com/embarklabs/embark/commit/53dc751))
### Features
* **stack/blockchain:** expose networkId in generated artifact ([c624582](https://github.com/embarklabs/embark/commit/c624582)), closes [#2220](https://github.com/embarklabs/embark/issues/2220)
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package root

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark-dapp-template-boilerplate
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"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,7 +32,7 @@
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.3.0-nightly.7",
"embark": "^5.3.0-nightly.8",
"embark-geth": "^5.3.0-nightly.7",
"embark-graph": "^5.3.0-nightly.7",
"embark-ipfs": "^5.3.0-nightly.7",

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark-dapp-template-demo
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"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,7 +34,7 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.3.0-nightly.7",
"embark": "^5.3.0-nightly.8",
"embark-geth": "^5.3.0-nightly.7",
"embark-graph": "^5.3.0-nightly.7",
"embark-ipfs": "^5.3.0-nightly.7",

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark-dapp-template-simple
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-dapp-template-simple

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-simple",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"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,7 +28,7 @@
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.3.0-nightly.7",
"embark": "^5.3.0-nightly.8",
"embark-geth": "^5.3.0-nightly.7",
"embark-reset": "^5.2.3",
"embarkjs": "^5.3.0-nightly.6",

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark-dapp-test-app
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-dapp-test-app

View File

@ -2,7 +2,7 @@
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"bootstrap": "3.4.1",
"embark": "^5.3.0-nightly.7",
"embark": "^5.3.0-nightly.8",
"embark-dapp-test-service": "^5.2.3",
"embark-geth": "^5.3.0-nightly.7",
"embark-graph": "^5.3.0-nightly.7",
@ -38,5 +38,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.3.0-nightly.7"
"version": "5.3.0-nightly.8"
}

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark-dapp-test-contracts
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-dapp-test-contracts

View File

@ -1,7 +1,7 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^5.3.0-nightly.7",
"embark": "^5.3.0-nightly.8",
"embark-geth": "^5.3.0-nightly.7",
"embark-graph": "^5.3.0-nightly.7",
"embark-ipfs": "^5.3.0-nightly.7",
@ -28,5 +28,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.3.0-nightly.7"
"version": "5.3.0-nightly.8"
}

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark-dapp-test-teller-contracts
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-dapp-test-teller-contracts

View File

@ -1,7 +1,7 @@
{
"name": "embark-dapp-test-teller-contracts",
"description": "Test Teller contracts for integration testing purposes",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"scripts": {
"ci": "npm run qa",
"clean": "npm run reset",
@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"embark": "^5.3.0-nightly.7",
"embark": "^5.3.0-nightly.8",
"embark-reset": "^5.2.3",
"rimraf": "3.0.0"
}

View File

@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.3.0-nightly.7"
"version": "5.3.0-nightly.8"
}

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark-engine
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-engine

View File

@ -1,6 +1,6 @@
{
"name": "embark-engine",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Engine library for Embark",
@ -51,7 +51,7 @@
"embark-api": "^5.3.0-nightly.7",
"embark-authenticator": "^5.3.0-nightly.7",
"embark-basic-pipeline": "^5.3.0-nightly.7",
"embark-blockchain": "^5.3.0-nightly.7",
"embark-blockchain": "^5.3.0-nightly.8",
"embark-code-runner": "^5.3.0-nightly.7",
"embark-communication": "^5.3.0-nightly.7",
"embark-compiler": "^5.3.0-nightly.7",
@ -63,8 +63,8 @@
"embark-deployment": "^5.3.0-nightly.7",
"embark-embarkjs": "^5.3.0-nightly.7",
"embark-ens": "^5.3.0-nightly.7",
"embark-ethereum-blockchain-client": "^5.3.0-nightly.7",
"embark-ganache": "^5.3.0-nightly.7",
"embark-ethereum-blockchain-client": "^5.3.0-nightly.8",
"embark-ganache": "^5.3.0-nightly.8",
"embark-geth": "^5.3.0-nightly.7",
"embark-i18n": "^5.3.0-nightly.5",
"embark-library-manager": "^5.3.0-nightly.7",
@ -74,7 +74,7 @@
"embark-pipeline": "^5.3.0-nightly.7",
"embark-plugin-cmd": "^5.3.0-nightly.7",
"embark-process-logs-api-manager": "^5.3.0-nightly.7",
"embark-proxy": "^5.3.0-nightly.7",
"embark-proxy": "^5.3.0-nightly.8",
"embark-rpc-manager": "^5.3.0-nightly.7",
"embark-scaffolding": "^5.3.0-nightly.7",
"embark-solidity": "^5.3.0-nightly.7",

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
**Note:** Version bump only for package embark
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -77,7 +77,7 @@
"decompress": "4.2.0",
"embark-core": "^5.3.0-nightly.7",
"embark-deploy-tracker": "^5.3.0-nightly.7",
"embark-engine": "^5.3.0-nightly.7",
"embark-engine": "^5.3.0-nightly.8",
"embark-i18n": "^5.3.0-nightly.5",
"embark-logger": "^5.3.0-nightly.6",
"embark-reset": "^5.2.3",

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
### Features
* **stack/blockchain:** expose networkId in generated artifact ([c624582](https://github.com/embarklabs/embark/commit/c624582)), closes [#2220](https://github.com/embarklabs/embark/issues/2220)
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-ethereum-blockchain-client

View File

@ -1,6 +1,6 @@
{
"name": "embark-ethereum-blockchain-client",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
### Bug Fixes
* **@embark/ganache:** make embark blockchain exit when using Ganache ([53dc751](https://github.com/embarklabs/embark/commit/53dc751))
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-ganache

View File

@ -1,6 +1,6 @@
{
"name": "embark-ganache",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implementation of the Ganache simulator for Embark",

View File

@ -3,6 +3,22 @@
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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
### Bug Fixes
* **@embark/ganache:** make embark blockchain exit when using Ganache ([53dc751](https://github.com/embarklabs/embark/commit/53dc751))
### Features
* **stack/blockchain:** expose networkId in generated artifact ([c624582](https://github.com/embarklabs/embark/commit/c624582)), closes [#2220](https://github.com/embarklabs/embark/issues/2220)
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-blockchain

View File

@ -1,6 +1,6 @@
{
"name": "embark-blockchain",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Blockchain APIs for Embark",

View File

@ -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.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
### Bug Fixes
* **@embark/ganache:** make embark blockchain exit when using Ganache ([53dc751](https://github.com/embarklabs/embark/commit/53dc751))
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
**Note:** Version bump only for package embark-proxy

View File

@ -1,6 +1,6 @@
{
"name": "embark-proxy",
"version": "5.3.0-nightly.7",
"version": "5.3.0-nightly.8",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Proxy to listen to blockchain requests and responses",