Skip to content

Commit b4286bf

Browse files
committed
chore(prerelease): 5.2.0-nightly.4
1 parent 2bbf685 commit b4286bf

Some content is hidden

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

78 files changed

+491
-133
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15)
7+
8+
9+
### Features
10+
11+
* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8))
12+
* **@embark/contracts:** add proxyFor property for contracts ([2e8b255](https://github.com/embarklabs/embark/commit/2e8b255))
13+
14+
15+
16+
17+
618
# [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
719

820

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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15)
7+
8+
9+
### Features
10+
11+
* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
718

819

dapps/templates/boilerplate/package.json

Lines changed: 7 additions & 7 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.3",
3+
"version": "5.2.0-nightly.4",
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.0-nightly.3",
36-
"embark-geth": "^5.2.0-nightly.3",
35+
"embark": "^5.2.0-nightly.4",
36+
"embark-geth": "^5.2.0-nightly.4",
3737
"embark-graph": "^5.2.0-nightly.3",
38-
"embark-ipfs": "^5.2.0-nightly.3",
39-
"embark-parity": "^5.2.0-nightly.3",
38+
"embark-ipfs": "^5.2.0-nightly.4",
39+
"embark-parity": "^5.2.0-nightly.4",
4040
"embark-profiler": "^5.2.0-nightly.3",
4141
"embark-reset": "^5.1.1",
42-
"embark-swarm": "^5.2.0-nightly.3",
43-
"embark-whisper-geth": "^5.2.0-nightly.3",
42+
"embark-swarm": "^5.2.0-nightly.4",
43+
"embark-whisper-geth": "^5.2.0-nightly.4",
4444
"embarkjs": "^5.2.0-nightly.2",
4545
"embarkjs-ens": "^5.2.0-nightly.2",
4646
"embarkjs-ipfs": "^5.1.1",

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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15)
7+
8+
9+
### Features
10+
11+
* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
718

819

dapps/templates/demo/package.json

Lines changed: 7 additions & 7 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.3",
3+
"version": "5.2.0-nightly.4",
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.0-nightly.3",
38-
"embark-geth": "^5.2.0-nightly.3",
37+
"embark": "^5.2.0-nightly.4",
38+
"embark-geth": "^5.2.0-nightly.4",
3939
"embark-graph": "^5.2.0-nightly.3",
40-
"embark-ipfs": "^5.2.0-nightly.3",
41-
"embark-parity": "^5.2.0-nightly.3",
40+
"embark-ipfs": "^5.2.0-nightly.4",
41+
"embark-parity": "^5.2.0-nightly.4",
4242
"embark-profiler": "^5.2.0-nightly.3",
4343
"embark-reset": "^5.1.1",
44-
"embark-swarm": "^5.2.0-nightly.3",
45-
"embark-whisper-geth": "^5.2.0-nightly.3",
44+
"embark-swarm": "^5.2.0-nightly.4",
45+
"embark-whisper-geth": "^5.2.0-nightly.4",
4646
"embarkjs": "^5.2.0-nightly.2",
4747
"embarkjs-ens": "^5.2.0-nightly.2",
4848
"embarkjs-ipfs": "^5.1.1",

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.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
715

816

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.2.0-nightly.3",
3+
"version": "5.2.0-nightly.4",
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,10 +28,10 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.2.0-nightly.3",
32-
"embark-geth": "^5.2.0-nightly.3",
31+
"embark": "^5.2.0-nightly.4",
32+
"embark-geth": "^5.2.0-nightly.4",
3333
"embark-graph": "^5.2.0-nightly.3",
34-
"embark-parity": "^5.2.0-nightly.3",
34+
"embark-parity": "^5.2.0-nightly.4",
3535
"embark-profiler": "^5.2.0-nightly.3",
3636
"embark-reset": "^5.1.1",
3737
"embarkjs": "^5.2.0-nightly.2",

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.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15)
7+
8+
9+
### Features
10+
11+
* **@embark/blockchain:** make GanacheCLI the default dev blockchain ([cd934f8](https://github.com/embarklabs/embark/commit/cd934f8))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
718

819

dapps/tests/app/package.json

Lines changed: 7 additions & 7 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.0-nightly.3",
6+
"embark": "^5.2.0-nightly.4",
77
"embark-dapp-test-service": "^5.0.0",
8-
"embark-geth": "^5.2.0-nightly.3",
8+
"embark-geth": "^5.2.0-nightly.4",
99
"embark-graph": "^5.2.0-nightly.3",
1010
"embark-i18n": "^5.1.1",
11-
"embark-ipfs": "^5.2.0-nightly.3",
12-
"embark-parity": "^5.2.0-nightly.3",
11+
"embark-ipfs": "^5.2.0-nightly.4",
12+
"embark-parity": "^5.2.0-nightly.4",
1313
"embark-profiler": "^5.2.0-nightly.3",
1414
"embark-reset": "^5.1.1",
15-
"embark-swarm": "^5.2.0-nightly.3",
16-
"embark-whisper-geth": "^5.2.0-nightly.3",
15+
"embark-swarm": "^5.2.0-nightly.4",
16+
"embark-whisper-geth": "^5.2.0-nightly.4",
1717
"embarkjs": "^5.2.0-nightly.2",
1818
"embarkjs-ens": "^5.2.0-nightly.2",
1919
"embarkjs-ipfs": "^5.1.1",
@@ -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.3"
42+
"version": "5.2.0-nightly.4"
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.2.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.3...v5.2.0-nightly.4) (2020-02-15)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.2.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.2...v5.2.0-nightly.3) (2020-02-14)
715

816

0 commit comments

Comments
 (0)