Skip to content

Commit 838d421

Browse files
committed
chore(prerelease): 5.3.0-nightly.4
1 parent efb5b06 commit 838d421

File tree

146 files changed

+945
-361
lines changed

Some content is hidden

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

146 files changed

+945
-361
lines changed

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

816

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

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

dapps/templates/boilerplate/package.json

Lines changed: 15 additions & 15 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.3",
3+
"version": "5.3.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,21 +32,21 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.3",
36-
"embark-geth": "^5.3.0-nightly.3",
37-
"embark-graph": "^5.3.0-nightly.3",
38-
"embark-ipfs": "^5.3.0-nightly.3",
39-
"embark-parity": "^5.3.0-nightly.3",
40-
"embark-profiler": "^5.3.0-nightly.3",
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",
4141
"embark-reset": "^5.2.3",
42-
"embark-swarm": "^5.3.0-nightly.3",
43-
"embark-whisper-geth": "^5.3.0-nightly.3",
44-
"embarkjs": "^5.2.3",
45-
"embarkjs-ens": "^5.2.3",
46-
"embarkjs-ipfs": "^5.2.3",
47-
"embarkjs-swarm": "^5.2.3",
48-
"embarkjs-web3": "^5.2.3",
49-
"embarkjs-whisper": "^5.2.3",
42+
"embark-swarm": "^5.3.0-nightly.4",
43+
"embark-whisper-geth": "^5.3.0-nightly.4",
44+
"embarkjs": "^5.3.0-nightly.4",
45+
"embarkjs-ens": "^5.3.0-nightly.4",
46+
"embarkjs-ipfs": "^5.3.0-nightly.4",
47+
"embarkjs-swarm": "^5.3.0-nightly.4",
48+
"embarkjs-web3": "^5.3.0-nightly.4",
49+
"embarkjs-whisper": "^5.3.0-nightly.4",
5050
"rimraf": "3.0.0"
5151
}
5252
}

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

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

dapps/templates/demo/package.json

Lines changed: 15 additions & 15 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.3",
3+
"version": "5.3.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,21 +34,21 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.3",
38-
"embark-geth": "^5.3.0-nightly.3",
39-
"embark-graph": "^5.3.0-nightly.3",
40-
"embark-ipfs": "^5.3.0-nightly.3",
41-
"embark-parity": "^5.3.0-nightly.3",
42-
"embark-profiler": "^5.3.0-nightly.3",
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",
4343
"embark-reset": "^5.2.3",
44-
"embark-swarm": "^5.3.0-nightly.3",
45-
"embark-whisper-geth": "^5.3.0-nightly.3",
46-
"embarkjs": "^5.2.3",
47-
"embarkjs-ens": "^5.2.3",
48-
"embarkjs-ipfs": "^5.2.3",
49-
"embarkjs-swarm": "^5.2.3",
50-
"embarkjs-web3": "^5.2.3",
51-
"embarkjs-whisper": "^5.2.3",
44+
"embark-swarm": "^5.3.0-nightly.4",
45+
"embark-whisper-geth": "^5.3.0-nightly.4",
46+
"embarkjs": "^5.3.0-nightly.4",
47+
"embarkjs-ens": "^5.3.0-nightly.4",
48+
"embarkjs-ipfs": "^5.3.0-nightly.4",
49+
"embarkjs-swarm": "^5.3.0-nightly.4",
50+
"embarkjs-web3": "^5.3.0-nightly.4",
51+
"embarkjs-whisper": "^5.3.0-nightly.4",
5252
"jquery": "3.4.1",
5353
"popper.js": "1.15.0",
5454
"react": "16.12.0",

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.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.2...v5.3.0-nightly.3) (2020-03-04)
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.3.0-nightly.3",
3+
"version": "5.3.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,12 +28,12 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.3.0-nightly.3",
32-
"embark-geth": "^5.3.0-nightly.3",
31+
"embark": "^5.3.0-nightly.4",
32+
"embark-geth": "^5.3.0-nightly.4",
3333
"embark-reset": "^5.2.3",
34-
"embarkjs": "^5.2.3",
35-
"embarkjs-ens": "^5.2.3",
36-
"embarkjs-web3": "^5.2.3",
34+
"embarkjs": "^5.3.0-nightly.4",
35+
"embarkjs-ens": "^5.3.0-nightly.4",
36+
"embarkjs-web3": "^5.3.0-nightly.4",
3737
"rimraf": "3.0.0"
3838
}
3939
}

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

816

dapps/tests/app/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
44
"bootstrap": "3.4.1",
5-
"embark": "^5.3.0-nightly.3",
5+
"embark": "^5.3.0-nightly.4",
66
"embark-dapp-test-service": "^5.2.3",
7-
"embark-geth": "^5.3.0-nightly.3",
8-
"embark-graph": "^5.3.0-nightly.3",
9-
"embark-i18n": "^5.2.3",
10-
"embark-ipfs": "^5.3.0-nightly.3",
11-
"embark-parity": "^5.3.0-nightly.3",
12-
"embark-profiler": "^5.3.0-nightly.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",
1313
"embark-reset": "^5.2.3",
14-
"embark-swarm": "^5.3.0-nightly.3",
15-
"embark-whisper-geth": "^5.3.0-nightly.3",
16-
"embarkjs": "^5.2.3",
17-
"embarkjs-ens": "^5.2.3",
18-
"embarkjs-ipfs": "^5.2.3",
19-
"embarkjs-swarm": "^5.2.3",
20-
"embarkjs-web3": "^5.2.3",
21-
"embarkjs-whisper": "^5.2.3",
14+
"embark-swarm": "^5.3.0-nightly.4",
15+
"embark-whisper-geth": "^5.3.0-nightly.4",
16+
"embarkjs": "^5.3.0-nightly.4",
17+
"embarkjs-ens": "^5.3.0-nightly.4",
18+
"embarkjs-ipfs": "^5.3.0-nightly.4",
19+
"embarkjs-swarm": "^5.3.0-nightly.4",
20+
"embarkjs-web3": "^5.3.0-nightly.4",
21+
"embarkjs-whisper": "^5.3.0-nightly.4",
2222
"fs-extra": "8.1.0",
2323
"haml": "0.4.3",
2424
"jquery": "3.4.0",
@@ -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.3"
41+
"version": "5.3.0-nightly.4"
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.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.3](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.2...v5.3.0-nightly.3) (2020-03-04)
715

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

0 commit comments

Comments
 (0)