Skip to content

Commit 1675019

Browse files
committed
chore(prerelease): 5.3.0-nightly.0
1 parent cc5068b commit 1675019

File tree

122 files changed

+798
-267
lines changed

Some content is hidden

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

122 files changed

+798
-267
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/mocha-tests:** change `self` to `this` in mocha-tests ([c07ac55](https://github.com/embarklabs/embark/commit/c07ac55))
12+
* **@embark/profiler:** Fix profile output and update messaging ([74e2935](https://github.com/embarklabs/embark/commit/74e2935))
13+
* **@embark/reporter:** show stack trace in the reporter on errors ([e389ccc](https://github.com/embarklabs/embark/commit/e389ccc))
14+
* **utils/testing:** add missing trace() API logger in testbed ([0ba8d86](https://github.com/embarklabs/embark/commit/0ba8d86))
15+
* **utils/testing:** ensure API mock works with `req.params` and method chaining ([1a56d5f](https://github.com/embarklabs/embark/commit/1a56d5f))
16+
* **utils/testing:** ensure runActionsForEvent() works without params object ([62a2291](https://github.com/embarklabs/embark/commit/62a2291))
17+
18+
19+
### Features
20+
21+
* **@embark/test-app:** add Teller contracts and test as a new test dapp ([e65c4d2](https://github.com/embarklabs/embark/commit/e65c4d2))
22+
* **utils/testing:** make mock apiCall() async ([4106a49](https://github.com/embarklabs/embark/commit/4106a49))
23+
24+
25+
26+
27+
628
## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26)
729

830
**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.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
7+
8+
**Note:** Version bump only for package embark-dapp-template-boilerplate
9+
10+
11+
12+
13+
614
## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26)
715

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

dapps/templates/boilerplate/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-dapp-template-boilerplate",
3-
"version": "5.2.4-nightly.0",
3+
"version": "5.3.0-nightly.0",
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,15 +32,15 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.2.4-nightly.0",
36-
"embark-geth": "^5.2.4-nightly.0",
37-
"embark-graph": "^5.2.4-nightly.0",
38-
"embark-ipfs": "^5.2.4-nightly.0",
39-
"embark-parity": "^5.2.4-nightly.0",
40-
"embark-profiler": "^5.2.4-nightly.0",
35+
"embark": "^5.3.0-nightly.0",
36+
"embark-geth": "^5.3.0-nightly.0",
37+
"embark-graph": "^5.3.0-nightly.0",
38+
"embark-ipfs": "^5.3.0-nightly.0",
39+
"embark-parity": "^5.3.0-nightly.0",
40+
"embark-profiler": "^5.3.0-nightly.0",
4141
"embark-reset": "^5.2.3",
42-
"embark-swarm": "^5.2.4-nightly.0",
43-
"embark-whisper-geth": "^5.2.4-nightly.0",
42+
"embark-swarm": "^5.3.0-nightly.0",
43+
"embark-whisper-geth": "^5.3.0-nightly.0",
4444
"embarkjs": "^5.2.3",
4545
"embarkjs-ens": "^5.2.3",
4646
"embarkjs-ipfs": "^5.2.3",

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.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26)
715

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

dapps/templates/demo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-dapp-template-demo",
3-
"version": "5.2.4-nightly.0",
3+
"version": "5.3.0-nightly.0",
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,15 +34,15 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.2.4-nightly.0",
38-
"embark-geth": "^5.2.4-nightly.0",
39-
"embark-graph": "^5.2.4-nightly.0",
40-
"embark-ipfs": "^5.2.4-nightly.0",
41-
"embark-parity": "^5.2.4-nightly.0",
42-
"embark-profiler": "^5.2.4-nightly.0",
37+
"embark": "^5.3.0-nightly.0",
38+
"embark-geth": "^5.3.0-nightly.0",
39+
"embark-graph": "^5.3.0-nightly.0",
40+
"embark-ipfs": "^5.3.0-nightly.0",
41+
"embark-parity": "^5.3.0-nightly.0",
42+
"embark-profiler": "^5.3.0-nightly.0",
4343
"embark-reset": "^5.2.3",
44-
"embark-swarm": "^5.2.4-nightly.0",
45-
"embark-whisper-geth": "^5.2.4-nightly.0",
44+
"embark-swarm": "^5.3.0-nightly.0",
45+
"embark-whisper-geth": "^5.3.0-nightly.0",
4646
"embarkjs": "^5.2.3",
4747
"embarkjs-ens": "^5.2.3",
4848
"embarkjs-ipfs": "^5.2.3",

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.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26)
715

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

dapps/templates/simple/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-dapp-template-simple",
3-
"version": "5.2.4-nightly.0",
3+
"version": "5.3.0-nightly.0",
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,11 +28,11 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.2.4-nightly.0",
32-
"embark-geth": "^5.2.4-nightly.0",
33-
"embark-graph": "^5.2.4-nightly.0",
34-
"embark-parity": "^5.2.4-nightly.0",
35-
"embark-profiler": "^5.2.4-nightly.0",
31+
"embark": "^5.3.0-nightly.0",
32+
"embark-geth": "^5.3.0-nightly.0",
33+
"embark-graph": "^5.3.0-nightly.0",
34+
"embark-parity": "^5.3.0-nightly.0",
35+
"embark-profiler": "^5.3.0-nightly.0",
3636
"embark-reset": "^5.2.3",
3737
"embarkjs": "^5.2.3",
3838
"embarkjs-ens": "^5.2.3",

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.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
7+
8+
**Note:** Version bump only for package embark-dapp-test-app
9+
10+
11+
12+
13+
614
## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26)
715

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

dapps/tests/app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"devDependencies": {
44
"@babel/code-frame": "7.5.5",
55
"bootstrap": "3.4.1",
6-
"embark": "^5.2.4-nightly.0",
6+
"embark": "^5.3.0-nightly.0",
77
"embark-dapp-test-service": "^5.2.3",
8-
"embark-geth": "^5.2.4-nightly.0",
9-
"embark-graph": "^5.2.4-nightly.0",
8+
"embark-geth": "^5.3.0-nightly.0",
9+
"embark-graph": "^5.3.0-nightly.0",
1010
"embark-i18n": "^5.2.3",
11-
"embark-ipfs": "^5.2.4-nightly.0",
12-
"embark-parity": "^5.2.4-nightly.0",
13-
"embark-profiler": "^5.2.4-nightly.0",
11+
"embark-ipfs": "^5.3.0-nightly.0",
12+
"embark-parity": "^5.3.0-nightly.0",
13+
"embark-profiler": "^5.3.0-nightly.0",
1414
"embark-reset": "^5.2.3",
15-
"embark-swarm": "^5.2.4-nightly.0",
16-
"embark-whisper-geth": "^5.2.4-nightly.0",
15+
"embark-swarm": "^5.3.0-nightly.0",
16+
"embark-whisper-geth": "^5.3.0-nightly.0",
1717
"embarkjs": "^5.2.3",
1818
"embarkjs-ens": "^5.2.3",
1919
"embarkjs-ipfs": "^5.2.3",
@@ -39,5 +39,5 @@
3939
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
4040
"test": "npx embark test"
4141
},
42-
"version": "5.2.4-nightly.0"
42+
"version": "5.3.0-nightly.0"
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.0](https://github.com/embarklabs/embark/compare/v5.2.4-nightly.0...v5.3.0-nightly.0) (2020-02-27)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
## [5.2.4-nightly.0](https://github.com/embarklabs/embark/compare/v5.2.3...v5.2.4-nightly.0) (2020-02-26)
715

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

0 commit comments

Comments
 (0)