Skip to content

Commit d578e54

Browse files
committed
chore(prerelease): 5.3.0-nightly.14
1 parent 2170753 commit d578e54

File tree

124 files changed

+780
-268
lines changed

Some content is hidden

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

124 files changed

+780
-268
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **stack/proxy:** ensure wsProxy and httpProxy have correct type ([d9c8109](https://github.com/embarklabs/embark/commit/d9c8109))
12+
* **stack/proxy:** have proxy.stop() receive callback ([ec134b9](https://github.com/embarklabs/embark/commit/ec134b9))
13+
14+
15+
### Features
16+
17+
* **utils/testing:** introduce async/await for actions in tests ([0e32cc0](https://github.com/embarklabs/embark/commit/0e32cc0))
18+
19+
20+
21+
22+
623
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
724

825

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

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

dapps/templates/boilerplate/package.json

Lines changed: 10 additions & 10 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.13",
3+
"version": "5.3.0-nightly.14",
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.13",
36-
"embark-basic-pipeline": "^5.3.0-nightly.13",
37-
"embark-geth": "^5.3.0-nightly.13",
38-
"embark-graph": "^5.3.0-nightly.12",
39-
"embark-ipfs": "^5.3.0-nightly.13",
40-
"embark-parity": "^5.3.0-nightly.13",
41-
"embark-profiler": "^5.3.0-nightly.12",
35+
"embark": "^5.3.0-nightly.14",
36+
"embark-basic-pipeline": "^5.3.0-nightly.14",
37+
"embark-geth": "^5.3.0-nightly.14",
38+
"embark-graph": "^5.3.0-nightly.14",
39+
"embark-ipfs": "^5.3.0-nightly.14",
40+
"embark-parity": "^5.3.0-nightly.14",
41+
"embark-profiler": "^5.3.0-nightly.14",
4242
"embark-reset": "^5.2.3",
43-
"embark-swarm": "^5.3.0-nightly.13",
44-
"embark-whisper-geth": "^5.3.0-nightly.13",
43+
"embark-swarm": "^5.3.0-nightly.14",
44+
"embark-whisper-geth": "^5.3.0-nightly.14",
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.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
715

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

dapps/templates/demo/package.json

Lines changed: 10 additions & 10 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.13",
3+
"version": "5.3.0-nightly.14",
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.13",
38-
"embark-basic-pipeline": "^5.3.0-nightly.13",
39-
"embark-geth": "^5.3.0-nightly.13",
40-
"embark-graph": "^5.3.0-nightly.12",
41-
"embark-ipfs": "^5.3.0-nightly.13",
42-
"embark-parity": "^5.3.0-nightly.13",
43-
"embark-profiler": "^5.3.0-nightly.12",
37+
"embark": "^5.3.0-nightly.14",
38+
"embark-basic-pipeline": "^5.3.0-nightly.14",
39+
"embark-geth": "^5.3.0-nightly.14",
40+
"embark-graph": "^5.3.0-nightly.14",
41+
"embark-ipfs": "^5.3.0-nightly.14",
42+
"embark-parity": "^5.3.0-nightly.14",
43+
"embark-profiler": "^5.3.0-nightly.14",
4444
"embark-reset": "^5.2.3",
45-
"embark-swarm": "^5.3.0-nightly.13",
46-
"embark-whisper-geth": "^5.3.0-nightly.13",
45+
"embark-swarm": "^5.3.0-nightly.14",
46+
"embark-whisper-geth": "^5.3.0-nightly.14",
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: 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.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
715

816

dapps/templates/simple/package.json

Lines changed: 3 additions & 3 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.13",
3+
"version": "5.3.0-nightly.14",
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,8 +28,8 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.3.0-nightly.13",
32-
"embark-geth": "^5.3.0-nightly.13",
31+
"embark": "^5.3.0-nightly.14",
32+
"embark-geth": "^5.3.0-nightly.14",
3333
"embark-reset": "^5.2.3",
3434
"embarkjs": "^5.3.0-nightly.6",
3535
"embarkjs-ens": "^5.3.0-nightly.6",

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

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

dapps/tests/app/package.json

Lines changed: 10 additions & 10 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.13",
6-
"embark-basic-pipeline": "^5.3.0-nightly.13",
5+
"embark": "^5.3.0-nightly.14",
6+
"embark-basic-pipeline": "^5.3.0-nightly.14",
77
"embark-dapp-test-service": "^5.2.3",
8-
"embark-geth": "^5.3.0-nightly.13",
9-
"embark-graph": "^5.3.0-nightly.12",
8+
"embark-geth": "^5.3.0-nightly.14",
9+
"embark-graph": "^5.3.0-nightly.14",
1010
"embark-i18n": "^5.3.0-nightly.5",
11-
"embark-ipfs": "^5.3.0-nightly.13",
12-
"embark-parity": "^5.3.0-nightly.13",
13-
"embark-profiler": "^5.3.0-nightly.12",
11+
"embark-ipfs": "^5.3.0-nightly.14",
12+
"embark-parity": "^5.3.0-nightly.14",
13+
"embark-profiler": "^5.3.0-nightly.14",
1414
"embark-reset": "^5.2.3",
15-
"embark-swarm": "^5.3.0-nightly.13",
16-
"embark-whisper-geth": "^5.3.0-nightly.13",
15+
"embark-swarm": "^5.3.0-nightly.14",
16+
"embark-whisper-geth": "^5.3.0-nightly.14",
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.13"
42+
"version": "5.3.0-nightly.14"
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.14](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.13...v5.3.0-nightly.14) (2020-03-25)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.13](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.12...v5.3.0-nightly.13) (2020-03-24)
715

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

0 commit comments

Comments
 (0)