Skip to content

Commit 7ae1761

Browse files
committed
chore(prerelease): 5.3.0-nightly.13
1 parent 72e609a commit 7ae1761

File tree

90 files changed

+587
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+587
-147
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark-ganache:** fix ganache having different node accounts ([897aa3f](https://github.com/embarklabs/embark/commit/897aa3f))
12+
* **@embark/blockchain:** fix blockchain plugins' use of async whilst ([fde1eeb](https://github.com/embarklabs/embark/commit/fde1eeb))
13+
* **@embark/cmd_controller:** don't try to load pipeline module group in build cmd ([0c9b917](https://github.com/embarklabs/embark/commit/0c9b917))
14+
* **@embark/storage:** Fix hang when changing environments ([edf4347](https://github.com/embarklabs/embark/commit/edf4347))
15+
* **plugins/basic-pipeline:** ensure correct webpack config is loaded ([031ebe8](https://github.com/embarklabs/embark/commit/031ebe8))
16+
17+
18+
### Features
19+
20+
* **@embark/accounts-manager:** Get alternative coinbase address ([72e609a](https://github.com/embarklabs/embark/commit/72e609a))
21+
* **@embark/core:** Support minimum truffle projects ([a454ae8](https://github.com/embarklabs/embark/commit/a454ae8))
22+
* **@embark/dapps:** Add blockchain config to simple template ([5fe318b](https://github.com/embarklabs/embark/commit/5fe318b))
23+
* **@embark/quorum:** Add support for Quorum blockchains ([095bd0b](https://github.com/embarklabs/embark/commit/095bd0b))
24+
25+
26+
27+
28+
629
# [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)
730

831
**Note:** Version bump only for package root

dapps/templates/boilerplate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
7+
8+
**Note:** Version bump only for package embark-dapp-template-boilerplate
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)
715

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

dapps/templates/boilerplate/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-dapp-template-boilerplate",
3-
"version": "5.3.0-nightly.12",
3+
"version": "5.3.0-nightly.13",
44
"description": "Basic DApp template for Embark",
55
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
66
"bugs": "https://github.com/embarklabs/embark/issues",
@@ -32,16 +32,16 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.12",
36-
"embark-basic-pipeline": "^5.3.0-nightly.12",
37-
"embark-geth": "^5.3.0-nightly.12",
35+
"embark": "^5.3.0-nightly.13",
36+
"embark-basic-pipeline": "^5.3.0-nightly.13",
37+
"embark-geth": "^5.3.0-nightly.13",
3838
"embark-graph": "^5.3.0-nightly.12",
39-
"embark-ipfs": "^5.3.0-nightly.12",
40-
"embark-parity": "^5.3.0-nightly.12",
39+
"embark-ipfs": "^5.3.0-nightly.13",
40+
"embark-parity": "^5.3.0-nightly.13",
4141
"embark-profiler": "^5.3.0-nightly.12",
4242
"embark-reset": "^5.2.3",
43-
"embark-swarm": "^5.3.0-nightly.12",
44-
"embark-whisper-geth": "^5.3.0-nightly.12",
43+
"embark-swarm": "^5.3.0-nightly.13",
44+
"embark-whisper-geth": "^5.3.0-nightly.13",
4545
"embarkjs": "^5.3.0-nightly.6",
4646
"embarkjs-ens": "^5.3.0-nightly.6",
4747
"embarkjs-ipfs": "^5.3.0-nightly.4",

dapps/templates/demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)
715

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

dapps/templates/demo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-dapp-template-demo",
3-
"version": "5.3.0-nightly.12",
3+
"version": "5.3.0-nightly.13",
44
"description": "Demo DApp for Embark",
55
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
66
"bugs": "https://github.com/embarklabs/embark/issues",
@@ -34,16 +34,16 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.12",
38-
"embark-basic-pipeline": "^5.3.0-nightly.12",
39-
"embark-geth": "^5.3.0-nightly.12",
37+
"embark": "^5.3.0-nightly.13",
38+
"embark-basic-pipeline": "^5.3.0-nightly.13",
39+
"embark-geth": "^5.3.0-nightly.13",
4040
"embark-graph": "^5.3.0-nightly.12",
41-
"embark-ipfs": "^5.3.0-nightly.12",
42-
"embark-parity": "^5.3.0-nightly.12",
41+
"embark-ipfs": "^5.3.0-nightly.13",
42+
"embark-parity": "^5.3.0-nightly.13",
4343
"embark-profiler": "^5.3.0-nightly.12",
4444
"embark-reset": "^5.2.3",
45-
"embark-swarm": "^5.3.0-nightly.12",
46-
"embark-whisper-geth": "^5.3.0-nightly.12",
45+
"embark-swarm": "^5.3.0-nightly.13",
46+
"embark-whisper-geth": "^5.3.0-nightly.13",
4747
"embarkjs": "^5.3.0-nightly.6",
4848
"embarkjs-ens": "^5.3.0-nightly.6",
4949
"embarkjs-ipfs": "^5.3.0-nightly.4",

dapps/templates/simple/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
7+
8+
9+
### Features
10+
11+
* **@embark/dapps:** Add blockchain config to simple template ([5fe318b](https://github.com/embarklabs/embark/commit/5fe318b))
12+
13+
14+
15+
16+
617
# [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)
718

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

dapps/templates/simple/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-dapp-template-simple",
3-
"version": "5.3.0-nightly.12",
3+
"version": "5.3.0-nightly.13",
44
"description": "Contracts-only DApp template for Embark",
55
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme",
66
"bugs": "https://github.com/embarklabs/embark/issues",
@@ -28,12 +28,12 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.3.0-nightly.12",
32-
"embark-geth": "^5.3.0-nightly.12",
31+
"embark": "^5.3.0-nightly.13",
32+
"embark-geth": "^5.3.0-nightly.13",
3333
"embark-reset": "^5.2.3",
3434
"embarkjs": "^5.3.0-nightly.6",
3535
"embarkjs-ens": "^5.3.0-nightly.6",
3636
"embarkjs-web3": "^5.3.0-nightly.11",
3737
"rimraf": "3.0.0"
3838
}
39-
}
39+
}

dapps/tests/app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
7+
8+
**Note:** Version bump only for package embark-dapp-test-app
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)
715

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

dapps/tests/app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
44
"bootstrap": "3.4.1",
5-
"embark": "^5.3.0-nightly.12",
6-
"embark-basic-pipeline": "^5.3.0-nightly.12",
5+
"embark": "^5.3.0-nightly.13",
6+
"embark-basic-pipeline": "^5.3.0-nightly.13",
77
"embark-dapp-test-service": "^5.2.3",
8-
"embark-geth": "^5.3.0-nightly.12",
8+
"embark-geth": "^5.3.0-nightly.13",
99
"embark-graph": "^5.3.0-nightly.12",
1010
"embark-i18n": "^5.3.0-nightly.5",
11-
"embark-ipfs": "^5.3.0-nightly.12",
12-
"embark-parity": "^5.3.0-nightly.12",
11+
"embark-ipfs": "^5.3.0-nightly.13",
12+
"embark-parity": "^5.3.0-nightly.13",
1313
"embark-profiler": "^5.3.0-nightly.12",
1414
"embark-reset": "^5.2.3",
15-
"embark-swarm": "^5.3.0-nightly.12",
16-
"embark-whisper-geth": "^5.3.0-nightly.12",
15+
"embark-swarm": "^5.3.0-nightly.13",
16+
"embark-whisper-geth": "^5.3.0-nightly.13",
1717
"embarkjs": "^5.3.0-nightly.6",
1818
"embarkjs-ens": "^5.3.0-nightly.6",
1919
"embarkjs-ipfs": "^5.3.0-nightly.4",
@@ -39,5 +39,5 @@
3939
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
4040
"test": "npx embark test"
4141
},
42-
"version": "5.3.0-nightly.12"
42+
"version": "5.3.0-nightly.13"
4343
}

dapps/tests/contracts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.12](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.11...v5.3.0-nightly.12) (2020-03-21)
715

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

0 commit comments

Comments
 (0)