Skip to content

Commit

Permalink
chore(prerelease): 6.0.1-nightly.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embarkbot committed Aug 8, 2020
1 parent 7702b92 commit 23a6c8c
Show file tree
Hide file tree
Showing 20 changed files with 109 additions and 23 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions dapps/templates/boilerplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dapps/templates/boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions dapps/templates/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dapps/templates/demo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions dapps/templates/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dapps/templates/simple/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions dapps/tests/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dapps/tests/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions dapps/tests/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dapps/tests/contracts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
8 changes: 8 additions & 0 deletions dapps/tests/teller-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dapps/tests/teller-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "6.0.0"
"version": "6.0.1-nightly.0"
}
8 changes: 8 additions & 0 deletions packages/core/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/core/engine/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/embark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/embark/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/geth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/geth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 23a6c8c

Please sign in to comment.