Skip to content

Commit 414de52

Browse files
committed
chore(prerelease): 5.2.0-nightly.3
1 parent bfeec5d commit 414de52

File tree

110 files changed

+748
-244
lines changed

Some content is hidden

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

110 files changed

+748
-244
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/deployment:** fix undefined in nb arguments in deploy ([0016581](https://github.com/embarklabs/embark/commit/0016581))
12+
* **@embark/logger:** Remove `writeToFile` for logger `dir` ([e9be40c](https://github.com/embarklabs/embark/commit/e9be40c))
13+
* **stack/contracts-manager:** ensure custom `abiDefinition` is set properly if provided ([b4b4848](https://github.com/embarklabs/embark/commit/b4b4848))
14+
15+
16+
### Features
17+
18+
* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c))
19+
20+
21+
22+
23+
624
# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
725

826

dapps/templates/boilerplate/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
7+
8+
9+
### Features
10+
11+
* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
718

819

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.0-nightly.2",
3+
"version": "5.2.0-nightly.3",
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,21 +32,21 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.2.0-nightly.2",
35+
"embark": "^5.2.0-nightly.3",
36+
"embark-geth": "^5.2.0-nightly.3",
37+
"embark-graph": "^5.2.0-nightly.3",
38+
"embark-ipfs": "^5.2.0-nightly.3",
39+
"embark-parity": "^5.2.0-nightly.3",
40+
"embark-profiler": "^5.2.0-nightly.3",
3641
"embark-reset": "^5.1.1",
42+
"embark-swarm": "^5.2.0-nightly.3",
43+
"embark-whisper-geth": "^5.2.0-nightly.3",
3744
"embarkjs": "^5.2.0-nightly.2",
3845
"embarkjs-ens": "^5.2.0-nightly.2",
3946
"embarkjs-ipfs": "^5.1.1",
4047
"embarkjs-swarm": "^5.1.1",
4148
"embarkjs-web3": "^5.2.0-nightly.2",
4249
"embarkjs-whisper": "^5.1.1",
43-
"embark-ipfs": "^5.2.0-nightly.1",
44-
"embark-swarm": "^5.2.0-nightly.1",
45-
"embark-whisper-geth": "^5.2.0-nightly.1",
46-
"embark-geth": "^5.2.0-nightly.1",
47-
"embark-parity": "^5.2.0-nightly.1",
48-
"embark-profiler": "^5.1.1",
49-
"embark-graph": "^5.1.1",
5050
"rimraf": "3.0.0"
5151
}
5252
}

dapps/templates/demo/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
7+
8+
9+
### Features
10+
11+
* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
718

819

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.0-nightly.2",
3+
"version": "5.2.0-nightly.3",
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,21 +34,21 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.2.0-nightly.2",
37+
"embark": "^5.2.0-nightly.3",
38+
"embark-geth": "^5.2.0-nightly.3",
39+
"embark-graph": "^5.2.0-nightly.3",
40+
"embark-ipfs": "^5.2.0-nightly.3",
41+
"embark-parity": "^5.2.0-nightly.3",
42+
"embark-profiler": "^5.2.0-nightly.3",
3843
"embark-reset": "^5.1.1",
44+
"embark-swarm": "^5.2.0-nightly.3",
45+
"embark-whisper-geth": "^5.2.0-nightly.3",
3946
"embarkjs": "^5.2.0-nightly.2",
4047
"embarkjs-ens": "^5.2.0-nightly.2",
4148
"embarkjs-ipfs": "^5.1.1",
4249
"embarkjs-swarm": "^5.1.1",
4350
"embarkjs-web3": "^5.2.0-nightly.2",
4451
"embarkjs-whisper": "^5.1.1",
45-
"embark-ipfs": "^5.2.0-nightly.1",
46-
"embark-swarm": "^5.2.0-nightly.1",
47-
"embark-whisper-geth": "^5.2.0-nightly.1",
48-
"embark-geth": "^5.2.0-nightly.1",
49-
"embark-parity": "^5.2.0-nightly.1",
50-
"embark-profiler": "^5.1.1",
51-
"embark-graph": "^5.1.1",
5252
"jquery": "3.4.1",
5353
"popper.js": "1.15.0",
5454
"react": "16.12.0",

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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
7+
8+
9+
### Features
10+
11+
* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
718

819

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.0-nightly.2",
3+
"version": "5.2.0-nightly.3",
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,15 +28,15 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.2.0-nightly.2",
31+
"embark": "^5.2.0-nightly.3",
32+
"embark-geth": "^5.2.0-nightly.3",
33+
"embark-graph": "^5.2.0-nightly.3",
34+
"embark-parity": "^5.2.0-nightly.3",
35+
"embark-profiler": "^5.2.0-nightly.3",
3236
"embark-reset": "^5.1.1",
3337
"embarkjs": "^5.2.0-nightly.2",
3438
"embarkjs-ens": "^5.2.0-nightly.2",
3539
"embarkjs-web3": "^5.2.0-nightly.2",
36-
"embark-geth": "^5.2.0-nightly.2",
37-
"embark-parity": "^5.2.0-nightly.2",
38-
"embark-profiler": "^5.1.1",
39-
"embark-graph": "^5.1.1",
4040
"rimraf": "3.0.0"
4141
}
4242
}

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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
7+
8+
9+
### Features
10+
11+
* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
718

819

dapps/tests/app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"devDependencies": {
44
"@babel/code-frame": "7.5.5",
55
"bootstrap": "3.4.1",
6-
"embark": "^5.2.0-nightly.2",
6+
"embark": "^5.2.0-nightly.3",
77
"embark-dapp-test-service": "^5.0.0",
8+
"embark-geth": "^5.2.0-nightly.3",
9+
"embark-graph": "^5.2.0-nightly.3",
810
"embark-i18n": "^5.1.1",
11+
"embark-ipfs": "^5.2.0-nightly.3",
12+
"embark-parity": "^5.2.0-nightly.3",
13+
"embark-profiler": "^5.2.0-nightly.3",
914
"embark-reset": "^5.1.1",
15+
"embark-swarm": "^5.2.0-nightly.3",
16+
"embark-whisper-geth": "^5.2.0-nightly.3",
1017
"embarkjs": "^5.2.0-nightly.2",
1118
"embarkjs-ens": "^5.2.0-nightly.2",
1219
"embarkjs-ipfs": "^5.1.1",
1320
"embarkjs-swarm": "^5.1.1",
1421
"embarkjs-web3": "^5.2.0-nightly.2",
1522
"embarkjs-whisper": "^5.1.1",
16-
"embark-ipfs": "^5.2.0-nightly.1",
17-
"embark-swarm": "^5.2.0-nightly.1",
18-
"embark-whisper-geth": "^5.2.0-nightly.1",
19-
"embark-geth": "^5.2.0-nightly.1",
20-
"embark-parity": "^5.2.0-nightly.1",
21-
"embark-profiler": "^5.1.1",
22-
"embark-graph": "^5.1.1",
2323
"fs-extra": "8.1.0",
2424
"haml": "0.4.3",
2525
"jquery": "3.4.0",
@@ -39,5 +39,5 @@
3939
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
4040
"test": "npx embark test"
4141
},
42-
"version": "5.2.0-nightly.2"
42+
"version": "5.2.0-nightly.3"
4343
}

dapps/tests/contracts/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.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
7+
8+
9+
### Features
10+
11+
* warn about packages not configured as plugins; make geth/parity full plugins ([d14e93c](https://github.com/embarklabs/embark/commit/d14e93c))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
718

819

0 commit comments

Comments
 (0)