Skip to content

Commit b19a58b

Browse files
committed
chore(prerelease): 5.3.0-nightly.5
1 parent 6fb2da3 commit b19a58b

File tree

128 files changed

+840
-307
lines changed

Some content is hidden

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

128 files changed

+840
-307
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.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/cmd-controller:** add back embark-ganache registrations ([6fb2da3](https://github.com/embarklabs/embark/commit/6fb2da3))
12+
* **@embark/rpc-manager:** fix eth_signTypedData method + tests ([b29998e](https://github.com/embarklabs/embark/commit/b29998e))
13+
14+
15+
### Features
16+
17+
* **@embark/test-runner:** make evmMethod globally available + docs ([67581ce](https://github.com/embarklabs/embark/commit/67581ce))
18+
19+
20+
21+
22+
623
# [5.3.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
724

825
**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.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
7+
8+
**Note:** Version bump only for package embark-dapp-template-boilerplate
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
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.3.0-nightly.4",
3+
"version": "5.3.0-nightly.5",
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.3.0-nightly.4",
36-
"embark-geth": "^5.3.0-nightly.4",
37-
"embark-graph": "^5.3.0-nightly.4",
38-
"embark-ipfs": "^5.3.0-nightly.4",
39-
"embark-parity": "^5.3.0-nightly.4",
40-
"embark-profiler": "^5.3.0-nightly.4",
35+
"embark": "^5.3.0-nightly.5",
36+
"embark-geth": "^5.3.0-nightly.5",
37+
"embark-graph": "^5.3.0-nightly.5",
38+
"embark-ipfs": "^5.3.0-nightly.5",
39+
"embark-parity": "^5.3.0-nightly.5",
40+
"embark-profiler": "^5.3.0-nightly.5",
4141
"embark-reset": "^5.2.3",
42-
"embark-swarm": "^5.3.0-nightly.4",
43-
"embark-whisper-geth": "^5.3.0-nightly.4",
42+
"embark-swarm": "^5.3.0-nightly.5",
43+
"embark-whisper-geth": "^5.3.0-nightly.5",
4444
"embarkjs": "^5.3.0-nightly.4",
4545
"embarkjs-ens": "^5.3.0-nightly.4",
4646
"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.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
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.3.0-nightly.4",
3+
"version": "5.3.0-nightly.5",
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.3.0-nightly.4",
38-
"embark-geth": "^5.3.0-nightly.4",
39-
"embark-graph": "^5.3.0-nightly.4",
40-
"embark-ipfs": "^5.3.0-nightly.4",
41-
"embark-parity": "^5.3.0-nightly.4",
42-
"embark-profiler": "^5.3.0-nightly.4",
37+
"embark": "^5.3.0-nightly.5",
38+
"embark-geth": "^5.3.0-nightly.5",
39+
"embark-graph": "^5.3.0-nightly.5",
40+
"embark-ipfs": "^5.3.0-nightly.5",
41+
"embark-parity": "^5.3.0-nightly.5",
42+
"embark-profiler": "^5.3.0-nightly.5",
4343
"embark-reset": "^5.2.3",
44-
"embark-swarm": "^5.3.0-nightly.4",
45-
"embark-whisper-geth": "^5.3.0-nightly.4",
44+
"embark-swarm": "^5.3.0-nightly.5",
45+
"embark-whisper-geth": "^5.3.0-nightly.5",
4646
"embarkjs": "^5.3.0-nightly.4",
4747
"embarkjs-ens": "^5.3.0-nightly.4",
4848
"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.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
715

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

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.4",
3+
"version": "5.3.0-nightly.5",
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.4",
32-
"embark-geth": "^5.3.0-nightly.4",
31+
"embark": "^5.3.0-nightly.5",
32+
"embark-geth": "^5.3.0-nightly.5",
3333
"embark-reset": "^5.2.3",
3434
"embarkjs": "^5.3.0-nightly.4",
3535
"embarkjs-ens": "^5.3.0-nightly.4",

dapps/tests/app/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.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/rpc-manager:** fix eth_signTypedData method + tests ([b29998e](https://github.com/embarklabs/embark/commit/b29998e))
12+
13+
14+
15+
16+
617
# [5.3.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
718

819
**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,17 +2,17 @@
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
44
"bootstrap": "3.4.1",
5-
"embark": "^5.3.0-nightly.4",
5+
"embark": "^5.3.0-nightly.5",
66
"embark-dapp-test-service": "^5.2.3",
7-
"embark-geth": "^5.3.0-nightly.4",
8-
"embark-graph": "^5.3.0-nightly.4",
9-
"embark-i18n": "^5.3.0-nightly.4",
10-
"embark-ipfs": "^5.3.0-nightly.4",
11-
"embark-parity": "^5.3.0-nightly.4",
12-
"embark-profiler": "^5.3.0-nightly.4",
7+
"embark-geth": "^5.3.0-nightly.5",
8+
"embark-graph": "^5.3.0-nightly.5",
9+
"embark-i18n": "^5.3.0-nightly.5",
10+
"embark-ipfs": "^5.3.0-nightly.5",
11+
"embark-parity": "^5.3.0-nightly.5",
12+
"embark-profiler": "^5.3.0-nightly.5",
1313
"embark-reset": "^5.2.3",
14-
"embark-swarm": "^5.3.0-nightly.4",
15-
"embark-whisper-geth": "^5.3.0-nightly.4",
14+
"embark-swarm": "^5.3.0-nightly.5",
15+
"embark-whisper-geth": "^5.3.0-nightly.5",
1616
"embarkjs": "^5.3.0-nightly.4",
1717
"embarkjs-ens": "^5.3.0-nightly.4",
1818
"embarkjs-ipfs": "^5.3.0-nightly.4",
@@ -38,5 +38,5 @@
3838
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
3939
"test": "npx embark test"
4040
},
41-
"version": "5.3.0-nightly.4"
41+
"version": "5.3.0-nightly.5"
4242
}

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

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

0 commit comments

Comments
 (0)