chore(prerelease): 6.0.1-nightly.0

This commit is contained in:
EmbarkBot 2020-08-08 00:28:40 +00:00
parent 7702b92cf3
commit 23a6c8c83f
20 changed files with 109 additions and 23 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
### Bug Fixes
* **@embark/geth:** add --allow-insecure-unlock ([7702b92](https://github.com/embarklabs/embark/commit/7702b92))
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package root **Note:** Version bump only for package root

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-template-boilerplate
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-dapp-template-boilerplate **Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-boilerplate", "name": "embark-dapp-template-boilerplate",
"version": "6.0.0", "version": "6.0.1-nightly.0",
"description": "Basic DApp template for Embark", "description": "Basic DApp template for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embarklabs/embark/issues", "bugs": "https://github.com/embarklabs/embark/issues",
@ -32,9 +32,9 @@
"url": "https://github.com/embarklabs/embark.git" "url": "https://github.com/embarklabs/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^6.0.0", "embark": "^6.0.1-nightly.0",
"embark-basic-pipeline": "^6.0.0", "embark-basic-pipeline": "^6.0.0",
"embark-geth": "^6.0.0", "embark-geth": "^6.0.1-nightly.0",
"embark-graph": "^6.0.0", "embark-graph": "^6.0.0",
"embark-ipfs": "^6.0.0", "embark-ipfs": "^6.0.0",
"embark-parity": "^6.0.0", "embark-parity": "^6.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-template-demo
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-dapp-template-demo **Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-demo", "name": "embark-dapp-template-demo",
"version": "6.0.0", "version": "6.0.1-nightly.0",
"description": "Demo DApp for Embark", "description": "Demo DApp for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embarklabs/embark/issues", "bugs": "https://github.com/embarklabs/embark/issues",
@ -34,9 +34,9 @@
"devDependencies": { "devDependencies": {
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"classnames": "2.2.6", "classnames": "2.2.6",
"embark": "^6.0.0", "embark": "^6.0.1-nightly.0",
"embark-basic-pipeline": "^6.0.0", "embark-basic-pipeline": "^6.0.0",
"embark-geth": "^6.0.0", "embark-geth": "^6.0.1-nightly.0",
"embark-graph": "^6.0.0", "embark-graph": "^6.0.0",
"embark-ipfs": "^6.0.0", "embark-ipfs": "^6.0.0",
"embark-parity": "^6.0.0", "embark-parity": "^6.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-template-simple
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-dapp-template-simple **Note:** Version bump only for package embark-dapp-template-simple

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-test-app
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-dapp-test-app **Note:** Version bump only for package embark-dapp-test-app

View File

@ -2,10 +2,10 @@
"description": "Test DApp for integration testing purposes", "description": "Test DApp for integration testing purposes",
"devDependencies": { "devDependencies": {
"bootstrap": "3.4.1", "bootstrap": "3.4.1",
"embark": "^6.0.0", "embark": "^6.0.1-nightly.0",
"embark-basic-pipeline": "^6.0.0", "embark-basic-pipeline": "^6.0.0",
"embark-dapp-test-service": "^6.0.0", "embark-dapp-test-service": "^6.0.0",
"embark-geth": "^6.0.0", "embark-geth": "^6.0.1-nightly.0",
"embark-graph": "^6.0.0", "embark-graph": "^6.0.0",
"embark-i18n": "^6.0.0", "embark-i18n": "^6.0.0",
"embark-ipfs": "^6.0.0", "embark-ipfs": "^6.0.0",
@ -39,5 +39,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package", "reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "6.0.0" "version": "6.0.1-nightly.0"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-test-contracts
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-dapp-test-contracts **Note:** Version bump only for package embark-dapp-test-contracts

View File

@ -1,9 +1,9 @@
{ {
"description": "Test DApp for integration testing purposes", "description": "Test DApp for integration testing purposes",
"devDependencies": { "devDependencies": {
"embark": "^6.0.0", "embark": "^6.0.1-nightly.0",
"embark-basic-pipeline": "^6.0.0", "embark-basic-pipeline": "^6.0.0",
"embark-geth": "^6.0.0", "embark-geth": "^6.0.1-nightly.0",
"embark-graph": "^6.0.0", "embark-graph": "^6.0.0",
"embark-ipfs": "^6.0.0", "embark-ipfs": "^6.0.0",
"embark-parity": "^6.0.0", "embark-parity": "^6.0.0",
@ -29,5 +29,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package", "reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "6.0.0" "version": "6.0.1-nightly.0"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-test-teller-contracts
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-dapp-test-teller-contracts **Note:** Version bump only for package embark-dapp-test-teller-contracts

View File

@ -2,7 +2,7 @@
"name": "embark-dapp-test-teller-contracts", "name": "embark-dapp-test-teller-contracts",
"private": true, "private": true,
"description": "Test Teller contracts for integration testing purposes", "description": "Test Teller contracts for integration testing purposes",
"version": "6.0.0", "version": "6.0.1-nightly.0",
"scripts": { "scripts": {
"ci": "npm run qa", "ci": "npm run qa",
"clean": "npm run reset", "clean": "npm run reset",
@ -14,7 +14,7 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"embark": "^6.0.0", "embark": "^6.0.1-nightly.0",
"embark-reset": "^6.0.0", "embark-reset": "^6.0.0",
"rimraf": "3.0.0" "rimraf": "3.0.0"
} }

View File

@ -16,5 +16,5 @@
}, },
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"version": "6.0.0" "version": "6.0.1-nightly.0"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-engine
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-engine **Note:** Version bump only for package embark-engine

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-engine", "name": "embark-engine",
"version": "6.0.0", "version": "6.0.1-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Engine library for Embark", "description": "Engine library for Embark",
@ -64,7 +64,7 @@
"embark-ens": "^6.0.0", "embark-ens": "^6.0.0",
"embark-ethereum-blockchain-client": "^6.0.0", "embark-ethereum-blockchain-client": "^6.0.0",
"embark-ganache": "^6.0.0", "embark-ganache": "^6.0.0",
"embark-geth": "^6.0.0", "embark-geth": "^6.0.1-nightly.0",
"embark-i18n": "^6.0.0", "embark-i18n": "^6.0.0",
"embark-library-manager": "^6.0.0", "embark-library-manager": "^6.0.0",
"embark-logger": "^6.0.0", "embark-logger": "^6.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark **Note:** Version bump only for package embark

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
### Bug Fixes
* **@embark/geth:** add --allow-insecure-unlock ([7702b92](https://github.com/embarklabs/embark/commit/7702b92))
# [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27) # [6.0.0](https://github.com/embarklabs/embark/compare/v5.3.1-nightly.0...v6.0.0) (2020-04-27)
**Note:** Version bump only for package embark-geth **Note:** Version bump only for package embark-geth

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-geth", "name": "embark-geth",
"version": "6.0.0", "version": "6.0.1-nightly.0",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Implementation of the Go-Ethereum blockchain for Embark", "description": "Implementation of the Go-Ethereum blockchain for Embark",