Skip to content

Commit d5e0897

Browse files
committed
chore(prerelease): 5.3.0-nightly.11
1 parent a5f0a12 commit d5e0897

File tree

92 files changed

+547
-161
lines changed

Some content is hidden

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

92 files changed

+547
-161
lines changed

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.11](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.10...v5.3.0-nightly.11) (2020-03-20)
7+
8+
9+
### Features
10+
11+
* **@embark/snarks:** Allow embark-snark to be used in the dapp ([c1129dc](https://github.com/embarklabs/embark/commit/c1129dc))
12+
13+
14+
15+
16+
617
# [5.3.0-nightly.10](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.9...v5.3.0-nightly.10) (2020-03-14)
718

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

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

dapps/templates/boilerplate/package.json

Lines changed: 11 additions & 11 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.10",
3+
"version": "5.3.0-nightly.11",
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,22 +32,22 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.10",
36-
"embark-basic-pipeline": "^5.3.0-nightly.10",
37-
"embark-geth": "^5.3.0-nightly.10",
35+
"embark": "^5.3.0-nightly.11",
36+
"embark-basic-pipeline": "^5.3.0-nightly.11",
37+
"embark-geth": "^5.3.0-nightly.11",
3838
"embark-graph": "^5.3.0-nightly.7",
39-
"embark-ipfs": "^5.3.0-nightly.10",
40-
"embark-parity": "^5.3.0-nightly.10",
39+
"embark-ipfs": "^5.3.0-nightly.11",
40+
"embark-parity": "^5.3.0-nightly.11",
4141
"embark-profiler": "^5.3.0-nightly.7",
4242
"embark-reset": "^5.2.3",
43-
"embark-swarm": "^5.3.0-nightly.10",
44-
"embark-whisper-geth": "^5.3.0-nightly.10",
43+
"embark-swarm": "^5.3.0-nightly.11",
44+
"embark-whisper-geth": "^5.3.0-nightly.11",
4545
"embarkjs": "^5.3.0-nightly.6",
4646
"embarkjs-ens": "^5.3.0-nightly.6",
4747
"embarkjs-ipfs": "^5.3.0-nightly.4",
48-
"embarkjs-swarm": "^5.3.0-nightly.4",
49-
"embarkjs-web3": "^5.3.0-nightly.4",
50-
"embarkjs-whisper": "^5.3.0-nightly.4",
48+
"embarkjs-swarm": "^5.3.0-nightly.11",
49+
"embarkjs-web3": "^5.3.0-nightly.11",
50+
"embarkjs-whisper": "^5.3.0-nightly.11",
5151
"rimraf": "3.0.0"
5252
}
5353
}

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

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

dapps/templates/demo/package.json

Lines changed: 11 additions & 11 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.10",
3+
"version": "5.3.0-nightly.11",
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,22 +34,22 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.10",
38-
"embark-basic-pipeline": "^5.3.0-nightly.10",
39-
"embark-geth": "^5.3.0-nightly.10",
37+
"embark": "^5.3.0-nightly.11",
38+
"embark-basic-pipeline": "^5.3.0-nightly.11",
39+
"embark-geth": "^5.3.0-nightly.11",
4040
"embark-graph": "^5.3.0-nightly.7",
41-
"embark-ipfs": "^5.3.0-nightly.10",
42-
"embark-parity": "^5.3.0-nightly.10",
41+
"embark-ipfs": "^5.3.0-nightly.11",
42+
"embark-parity": "^5.3.0-nightly.11",
4343
"embark-profiler": "^5.3.0-nightly.7",
4444
"embark-reset": "^5.2.3",
45-
"embark-swarm": "^5.3.0-nightly.10",
46-
"embark-whisper-geth": "^5.3.0-nightly.10",
45+
"embark-swarm": "^5.3.0-nightly.11",
46+
"embark-whisper-geth": "^5.3.0-nightly.11",
4747
"embarkjs": "^5.3.0-nightly.6",
4848
"embarkjs-ens": "^5.3.0-nightly.6",
4949
"embarkjs-ipfs": "^5.3.0-nightly.4",
50-
"embarkjs-swarm": "^5.3.0-nightly.4",
51-
"embarkjs-web3": "^5.3.0-nightly.4",
52-
"embarkjs-whisper": "^5.3.0-nightly.4",
50+
"embarkjs-swarm": "^5.3.0-nightly.11",
51+
"embarkjs-web3": "^5.3.0-nightly.11",
52+
"embarkjs-whisper": "^5.3.0-nightly.11",
5353
"jquery": "3.4.1",
5454
"popper.js": "1.15.0",
5555
"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.11](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.10...v5.3.0-nightly.11) (2020-03-20)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.10](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.9...v5.3.0-nightly.10) (2020-03-14)
715

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

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.3.0-nightly.10",
3+
"version": "5.3.0-nightly.11",
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.10",
32-
"embark-geth": "^5.3.0-nightly.10",
31+
"embark": "^5.3.0-nightly.11",
32+
"embark-geth": "^5.3.0-nightly.11",
3333
"embark-reset": "^5.2.3",
3434
"embarkjs": "^5.3.0-nightly.6",
3535
"embarkjs-ens": "^5.3.0-nightly.6",
36-
"embarkjs-web3": "^5.3.0-nightly.4",
36+
"embarkjs-web3": "^5.3.0-nightly.11",
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.11](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.10...v5.3.0-nightly.11) (2020-03-20)
7+
8+
**Note:** Version bump only for package embark-dapp-test-app
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.10](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.9...v5.3.0-nightly.10) (2020-03-14)
715

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

dapps/tests/app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
44
"bootstrap": "3.4.1",
5-
"embark": "^5.3.0-nightly.10",
6-
"embark-basic-pipeline": "^5.3.0-nightly.10",
5+
"embark": "^5.3.0-nightly.11",
6+
"embark-basic-pipeline": "^5.3.0-nightly.11",
77
"embark-dapp-test-service": "^5.2.3",
8-
"embark-geth": "^5.3.0-nightly.10",
8+
"embark-geth": "^5.3.0-nightly.11",
99
"embark-graph": "^5.3.0-nightly.7",
1010
"embark-i18n": "^5.3.0-nightly.5",
11-
"embark-ipfs": "^5.3.0-nightly.10",
12-
"embark-parity": "^5.3.0-nightly.10",
11+
"embark-ipfs": "^5.3.0-nightly.11",
12+
"embark-parity": "^5.3.0-nightly.11",
1313
"embark-profiler": "^5.3.0-nightly.7",
1414
"embark-reset": "^5.2.3",
15-
"embark-swarm": "^5.3.0-nightly.10",
16-
"embark-whisper-geth": "^5.3.0-nightly.10",
15+
"embark-swarm": "^5.3.0-nightly.11",
16+
"embark-whisper-geth": "^5.3.0-nightly.11",
1717
"embarkjs": "^5.3.0-nightly.6",
1818
"embarkjs-ens": "^5.3.0-nightly.6",
1919
"embarkjs-ipfs": "^5.3.0-nightly.4",
20-
"embarkjs-swarm": "^5.3.0-nightly.4",
21-
"embarkjs-web3": "^5.3.0-nightly.4",
22-
"embarkjs-whisper": "^5.3.0-nightly.4",
20+
"embarkjs-swarm": "^5.3.0-nightly.11",
21+
"embarkjs-web3": "^5.3.0-nightly.11",
22+
"embarkjs-whisper": "^5.3.0-nightly.11",
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.3.0-nightly.10"
42+
"version": "5.3.0-nightly.11"
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.3.0-nightly.11](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.10...v5.3.0-nightly.11) (2020-03-20)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.10](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.9...v5.3.0-nightly.10) (2020-03-14)
715

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

0 commit comments

Comments
 (0)