mirror of https://github.com/embarklabs/embark.git
chore(prerelease): 6.0.1-nightly.0
This commit is contained in:
parent
7702b92cf3
commit
23a6c8c83f
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.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package root
|
||||
|
|
|
@ -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.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1-nightly.0",
|
||||
"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,9 +32,9 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^6.0.0",
|
||||
"embark": "^6.0.1-nightly.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-ipfs": "^6.0.0",
|
||||
"embark-parity": "^6.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.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1-nightly.0",
|
||||
"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,9 +34,9 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^6.0.0",
|
||||
"embark": "^6.0.1-nightly.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-ipfs": "^6.0.0",
|
||||
"embark-parity": "^6.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.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1-nightly.0",
|
||||
"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,8 +28,8 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^6.0.0",
|
||||
"embark-geth": "^6.0.0",
|
||||
"embark": "^6.0.1-nightly.0",
|
||||
"embark-geth": "^6.0.1-nightly.0",
|
||||
"embark-reset": "^6.0.0",
|
||||
"embarkjs": "^6.0.0",
|
||||
"embarkjs-ens": "^6.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.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^6.0.0",
|
||||
"embark": "^6.0.1-nightly.0",
|
||||
"embark-basic-pipeline": "^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-i18n": "^6.0.0",
|
||||
"embark-ipfs": "^6.0.0",
|
||||
|
@ -39,5 +39,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "6.0.0"
|
||||
"version": "6.0.1-nightly.0"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^6.0.0",
|
||||
"embark": "^6.0.1-nightly.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-ipfs": "^6.0.0",
|
||||
"embark-parity": "^6.0.0",
|
||||
|
@ -29,5 +29,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "6.0.0"
|
||||
"version": "6.0.1-nightly.0"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-teller-contracts
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "embark-dapp-test-teller-contracts",
|
||||
"private": true,
|
||||
"description": "Test Teller contracts for integration testing purposes",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1-nightly.0",
|
||||
"scripts": {
|
||||
"ci": "npm run qa",
|
||||
"clean": "npm run reset",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"embark": "^6.0.0",
|
||||
"embark": "^6.0.1-nightly.0",
|
||||
"embark-reset": "^6.0.0",
|
||||
"rimraf": "3.0.0"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "6.0.0"
|
||||
"version": "6.0.1-nightly.0"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-engine",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1-nightly.0",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Engine library for Embark",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"embark-ens": "^6.0.0",
|
||||
"embark-ethereum-blockchain-client": "^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-library-manager": "^6.0.0",
|
||||
"embark-logger": "^6.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.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1-nightly.0",
|
||||
"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": "^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-logger": "^6.0.0",
|
||||
"embark-reset": "^6.0.0",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [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)
|
||||
|
||||
**Note:** Version bump only for package embark-geth
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-geth",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1-nightly.0",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Go-Ethereum blockchain for Embark",
|
||||
|
|
Loading…
Reference in New Issue