Skip to content

Commit

Permalink
chore(prerelease): 5.3.0-nightly.13
Browse files Browse the repository at this point in the history
  • Loading branch information
embarkbot committed Mar 24, 2020
1 parent 72e609a commit 7ae1761
Show file tree
Hide file tree
Showing 90 changed files with 587 additions and 147 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
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.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)


### Bug Fixes

* **@embark-ganache:** fix ganache having different node accounts ([897aa3f](https:/embarklabs/embark/commit/897aa3f))
* **@embark/blockchain:** fix blockchain plugins' use of async whilst ([fde1eeb](https:/embarklabs/embark/commit/fde1eeb))
* **@embark/cmd_controller:** don't try to load pipeline module group in build cmd ([0c9b917](https:/embarklabs/embark/commit/0c9b917))
* **@embark/storage:** Fix hang when changing environments ([edf4347](https:/embarklabs/embark/commit/edf4347))
* **plugins/basic-pipeline:** ensure correct webpack config is loaded ([031ebe8](https:/embarklabs/embark/commit/031ebe8))


### Features

* **@embark/accounts-manager:** Get alternative coinbase address ([72e609a](https:/embarklabs/embark/commit/72e609a))
* **@embark/core:** Support minimum truffle projects ([a454ae8](https:/embarklabs/embark/commit/a454ae8))
* **@embark/dapps:** Add blockchain config to simple template ([5fe318b](https:/embarklabs/embark/commit/5fe318b))
* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https:/embarklabs/embark/commit/095bd0b))





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)

**Note:** Version bump only for package embark-dapp-template-boilerplate





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-dapp-template-boilerplate
Expand Down
16 changes: 8 additions & 8 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": "5.3.0-nightly.12",
"version": "5.3.0-nightly.13",
"description": "Basic DApp template for Embark",
"homepage": "https:/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https:/embarklabs/embark/issues",
Expand Down Expand Up @@ -32,16 +32,16 @@
"url": "https:/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.3.0-nightly.12",
"embark-basic-pipeline": "^5.3.0-nightly.12",
"embark-geth": "^5.3.0-nightly.12",
"embark": "^5.3.0-nightly.13",
"embark-basic-pipeline": "^5.3.0-nightly.13",
"embark-geth": "^5.3.0-nightly.13",
"embark-graph": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.12",
"embark-parity": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.13",
"embark-parity": "^5.3.0-nightly.13",
"embark-profiler": "^5.3.0-nightly.12",
"embark-reset": "^5.2.3",
"embark-swarm": "^5.3.0-nightly.12",
"embark-whisper-geth": "^5.3.0-nightly.12",
"embark-swarm": "^5.3.0-nightly.13",
"embark-whisper-geth": "^5.3.0-nightly.13",
"embarkjs": "^5.3.0-nightly.6",
"embarkjs-ens": "^5.3.0-nightly.6",
"embarkjs-ipfs": "^5.3.0-nightly.4",
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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)

**Note:** Version bump only for package embark-dapp-template-demo





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-dapp-template-demo
Expand Down
16 changes: 8 additions & 8 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": "5.3.0-nightly.12",
"version": "5.3.0-nightly.13",
"description": "Demo DApp for Embark",
"homepage": "https:/embarklabs/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https:/embarklabs/embark/issues",
Expand Down Expand Up @@ -34,16 +34,16 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.3.0-nightly.12",
"embark-basic-pipeline": "^5.3.0-nightly.12",
"embark-geth": "^5.3.0-nightly.12",
"embark": "^5.3.0-nightly.13",
"embark-basic-pipeline": "^5.3.0-nightly.13",
"embark-geth": "^5.3.0-nightly.13",
"embark-graph": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.12",
"embark-parity": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.13",
"embark-parity": "^5.3.0-nightly.13",
"embark-profiler": "^5.3.0-nightly.12",
"embark-reset": "^5.2.3",
"embark-swarm": "^5.3.0-nightly.12",
"embark-whisper-geth": "^5.3.0-nightly.12",
"embark-swarm": "^5.3.0-nightly.13",
"embark-whisper-geth": "^5.3.0-nightly.13",
"embarkjs": "^5.3.0-nightly.6",
"embarkjs-ens": "^5.3.0-nightly.6",
"embarkjs-ipfs": "^5.3.0-nightly.4",
Expand Down
11 changes: 11 additions & 0 deletions dapps/templates/simple/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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)


### Features

* **@embark/dapps:** Add blockchain config to simple template ([5fe318b](https:/embarklabs/embark/commit/5fe318b))





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-dapp-template-simple
Expand Down
8 changes: 4 additions & 4 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": "5.3.0-nightly.12",
"version": "5.3.0-nightly.13",
"description": "Contracts-only DApp template for Embark",
"homepage": "https:/embarklabs/embark/tree/master/dapps/templates/simple#readme",
"bugs": "https:/embarklabs/embark/issues",
Expand Down Expand Up @@ -28,12 +28,12 @@
"url": "https:/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.3.0-nightly.12",
"embark-geth": "^5.3.0-nightly.12",
"embark": "^5.3.0-nightly.13",
"embark-geth": "^5.3.0-nightly.13",
"embark-reset": "^5.2.3",
"embarkjs": "^5.3.0-nightly.6",
"embarkjs-ens": "^5.3.0-nightly.6",
"embarkjs-web3": "^5.3.0-nightly.11",
"rimraf": "3.0.0"
}
}
}
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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)

**Note:** Version bump only for package embark-dapp-test-app





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-dapp-test-app
Expand Down
16 changes: 8 additions & 8 deletions dapps/tests/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"bootstrap": "3.4.1",
"embark": "^5.3.0-nightly.12",
"embark-basic-pipeline": "^5.3.0-nightly.12",
"embark": "^5.3.0-nightly.13",
"embark-basic-pipeline": "^5.3.0-nightly.13",
"embark-dapp-test-service": "^5.2.3",
"embark-geth": "^5.3.0-nightly.12",
"embark-geth": "^5.3.0-nightly.13",
"embark-graph": "^5.3.0-nightly.12",
"embark-i18n": "^5.3.0-nightly.5",
"embark-ipfs": "^5.3.0-nightly.12",
"embark-parity": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.13",
"embark-parity": "^5.3.0-nightly.13",
"embark-profiler": "^5.3.0-nightly.12",
"embark-reset": "^5.2.3",
"embark-swarm": "^5.3.0-nightly.12",
"embark-whisper-geth": "^5.3.0-nightly.12",
"embark-swarm": "^5.3.0-nightly.13",
"embark-whisper-geth": "^5.3.0-nightly.13",
"embarkjs": "^5.3.0-nightly.6",
"embarkjs-ens": "^5.3.0-nightly.6",
"embarkjs-ipfs": "^5.3.0-nightly.4",
Expand All @@ -39,5 +39,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.3.0-nightly.12"
"version": "5.3.0-nightly.13"
}
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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)

**Note:** Version bump only for package embark-dapp-test-contracts





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-dapp-test-contracts
Expand Down
16 changes: 8 additions & 8 deletions dapps/tests/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^5.3.0-nightly.12",
"embark-basic-pipeline": "^5.3.0-nightly.12",
"embark-geth": "^5.3.0-nightly.12",
"embark": "^5.3.0-nightly.13",
"embark-basic-pipeline": "^5.3.0-nightly.13",
"embark-geth": "^5.3.0-nightly.13",
"embark-graph": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.12",
"embark-parity": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.13",
"embark-parity": "^5.3.0-nightly.13",
"embark-profiler": "^5.3.0-nightly.12",
"embark-reset": "^5.2.3",
"embark-swarm": "^5.3.0-nightly.12",
"embark-whisper-geth": "^5.3.0-nightly.12",
"embark-swarm": "^5.3.0-nightly.13",
"embark-whisper-geth": "^5.3.0-nightly.13",
"embarkjs": "^5.3.0-nightly.6",
"embarkjs-ens": "^5.3.0-nightly.6",
"embarkjs-ipfs": "^5.3.0-nightly.4",
Expand All @@ -29,5 +29,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.3.0-nightly.12"
"version": "5.3.0-nightly.13"
}
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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)

**Note:** Version bump only for package embark-dapp-test-teller-contracts





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**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
@@ -1,7 +1,7 @@
{
"name": "embark-dapp-test-teller-contracts",
"description": "Test Teller contracts for integration testing purposes",
"version": "5.3.0-nightly.12",
"version": "5.3.0-nightly.13",
"scripts": {
"ci": "npm run qa",
"clean": "npm run reset",
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"embark": "^5.3.0-nightly.12",
"embark": "^5.3.0-nightly.13",
"embark-reset": "^5.2.3",
"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": "5.3.0-nightly.12"
"version": "5.3.0-nightly.13"
}
11 changes: 11 additions & 0 deletions packages/core/code-runner/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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)


### Features

* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https:/embarklabs/embark/commit/095bd0b))





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-code-runner
Expand Down
4 changes: 2 additions & 2 deletions packages/core/code-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-code-runner",
"version": "5.3.0-nightly.12",
"version": "5.3.0-nightly.13",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Code execution VM for Embark",
Expand Down Expand Up @@ -57,7 +57,7 @@
"async": "3.2.0",
"colors": "1.4.0",
"core-js": "3.6.2",
"embark-core": "^5.3.0-nightly.12",
"embark-core": "^5.3.0-nightly.13",
"embark-i18n": "^5.3.0-nightly.5",
"embark-logger": "^5.3.0-nightly.12",
"embark-utils": "^5.3.0-nightly.12",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/console/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.

# [5.3.0-nightly.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)

**Note:** Version bump only for package embark-console





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-console
Expand Down
4 changes: 2 additions & 2 deletions packages/core/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-console",
"version": "5.3.0-nightly.12",
"version": "5.3.0-nightly.13",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Console component for Embark",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@types/json-stringify-safe": "5.0.0",
"chalk": "2.4.2",
"core-js": "3.4.3",
"embark-core": "^5.3.0-nightly.12",
"embark-core": "^5.3.0-nightly.13",
"embark-i18n": "^5.3.0-nightly.5",
"embark-utils": "^5.3.0-nightly.12",
"fs-extra": "8.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.13](https:/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)


### Features

* **@embark/core:** Support minimum truffle projects ([a454ae8](https:/embarklabs/embark/commit/a454ae8))
* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https:/embarklabs/embark/commit/095bd0b))





# [5.3.0-nightly.12](https:/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)

**Note:** Version bump only for package embark-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-core",
"version": "5.3.0-nightly.12",
"version": "5.3.0-nightly.13",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Core library for Embark",
Expand Down
Loading

0 comments on commit 7ae1761

Please sign in to comment.