Skip to content

Commit 1278365

Browse files
committed
chore(prerelease): 5.3.0-nightly.16
1 parent 3ce666b commit 1278365

File tree

128 files changed

+798
-273
lines changed

Some content is hidden

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

128 files changed

+798
-273
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.3.0-nightly.16](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.15...v5.3.0-nightly.16) (2020-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **cockpit/console:** ensure console for processes is rendered ([3ce666b](https://github.com/embarklabs/embark/commit/3ce666b))
12+
* **plugins/solc:** don't read pluginConfig from plugin.config ([de8f217](https://github.com/embarklabs/embark/commit/de8f217)), closes [/github.com/embarklabs/embark/pull/2330#discussion_r389906144](https://github.com//github.com/embarklabs/embark/pull/2330/issues/discussion_r389906144)
13+
14+
15+
16+
17+
618
# [5.3.0-nightly.15](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.14...v5.3.0-nightly.15) (2020-03-26)
719

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

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

dapps/templates/boilerplate/package.json

Lines changed: 10 additions & 10 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.15",
3+
"version": "5.3.0-nightly.16",
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,16 +32,16 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.15",
36-
"embark-basic-pipeline": "^5.3.0-nightly.15",
37-
"embark-geth": "^5.3.0-nightly.15",
38-
"embark-graph": "^5.3.0-nightly.15",
39-
"embark-ipfs": "^5.3.0-nightly.15",
40-
"embark-parity": "^5.3.0-nightly.15",
41-
"embark-profiler": "^5.3.0-nightly.15",
35+
"embark": "^5.3.0-nightly.16",
36+
"embark-basic-pipeline": "^5.3.0-nightly.16",
37+
"embark-geth": "^5.3.0-nightly.16",
38+
"embark-graph": "^5.3.0-nightly.16",
39+
"embark-ipfs": "^5.3.0-nightly.16",
40+
"embark-parity": "^5.3.0-nightly.16",
41+
"embark-profiler": "^5.3.0-nightly.16",
4242
"embark-reset": "^5.2.3",
43-
"embark-swarm": "^5.3.0-nightly.15",
44-
"embark-whisper-geth": "^5.3.0-nightly.15",
43+
"embark-swarm": "^5.3.0-nightly.16",
44+
"embark-whisper-geth": "^5.3.0-nightly.16",
4545
"embarkjs": "^5.3.0-nightly.6",
4646
"embarkjs-ens": "^5.3.0-nightly.6",
4747
"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.16](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.15...v5.3.0-nightly.16) (2020-04-03)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.15](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.14...v5.3.0-nightly.15) (2020-03-26)
715

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

dapps/templates/demo/package.json

Lines changed: 10 additions & 10 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.15",
3+
"version": "5.3.0-nightly.16",
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,16 +34,16 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.15",
38-
"embark-basic-pipeline": "^5.3.0-nightly.15",
39-
"embark-geth": "^5.3.0-nightly.15",
40-
"embark-graph": "^5.3.0-nightly.15",
41-
"embark-ipfs": "^5.3.0-nightly.15",
42-
"embark-parity": "^5.3.0-nightly.15",
43-
"embark-profiler": "^5.3.0-nightly.15",
37+
"embark": "^5.3.0-nightly.16",
38+
"embark-basic-pipeline": "^5.3.0-nightly.16",
39+
"embark-geth": "^5.3.0-nightly.16",
40+
"embark-graph": "^5.3.0-nightly.16",
41+
"embark-ipfs": "^5.3.0-nightly.16",
42+
"embark-parity": "^5.3.0-nightly.16",
43+
"embark-profiler": "^5.3.0-nightly.16",
4444
"embark-reset": "^5.2.3",
45-
"embark-swarm": "^5.3.0-nightly.15",
46-
"embark-whisper-geth": "^5.3.0-nightly.15",
45+
"embark-swarm": "^5.3.0-nightly.16",
46+
"embark-whisper-geth": "^5.3.0-nightly.16",
4747
"embarkjs": "^5.3.0-nightly.6",
4848
"embarkjs-ens": "^5.3.0-nightly.6",
4949
"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.16](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.15...v5.3.0-nightly.16) (2020-04-03)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.15](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.14...v5.3.0-nightly.15) (2020-03-26)
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.15",
3+
"version": "5.3.0-nightly.16",
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.15",
32-
"embark-geth": "^5.3.0-nightly.15",
31+
"embark": "^5.3.0-nightly.16",
32+
"embark-geth": "^5.3.0-nightly.16",
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.16](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.15...v5.3.0-nightly.16) (2020-04-03)
7+
8+
**Note:** Version bump only for package embark-dapp-test-app
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.15](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.14...v5.3.0-nightly.15) (2020-03-26)
715

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

dapps/tests/app/package.json

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

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

0 commit comments

Comments
 (0)