Skip to content

Commit 34f4b0c

Browse files
committed
chore(prerelease): 5.3.0-nightly.7
1 parent 42a052e commit 34f4b0c

File tree

112 files changed

+662
-214
lines changed

Some content is hidden

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

112 files changed

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

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.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
7+
8+
**Note:** Version bump only for package embark-dapp-test-app
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07)
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
@@ -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.6",
5+
"embark": "^5.3.0-nightly.7",
66
"embark-dapp-test-service": "^5.2.3",
7-
"embark-geth": "^5.3.0-nightly.6",
8-
"embark-graph": "^5.3.0-nightly.6",
7+
"embark-geth": "^5.3.0-nightly.7",
8+
"embark-graph": "^5.3.0-nightly.7",
99
"embark-i18n": "^5.3.0-nightly.5",
10-
"embark-ipfs": "^5.3.0-nightly.6",
11-
"embark-parity": "^5.3.0-nightly.6",
12-
"embark-profiler": "^5.3.0-nightly.6",
10+
"embark-ipfs": "^5.3.0-nightly.7",
11+
"embark-parity": "^5.3.0-nightly.7",
12+
"embark-profiler": "^5.3.0-nightly.7",
1313
"embark-reset": "^5.2.3",
14-
"embark-swarm": "^5.3.0-nightly.6",
15-
"embark-whisper-geth": "^5.3.0-nightly.6",
14+
"embark-swarm": "^5.3.0-nightly.7",
15+
"embark-whisper-geth": "^5.3.0-nightly.7",
1616
"embarkjs": "^5.3.0-nightly.6",
1717
"embarkjs-ens": "^5.3.0-nightly.6",
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.6"
41+
"version": "5.3.0-nightly.7"
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.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07)
715

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

0 commit comments

Comments
 (0)