Skip to content

Commit 7287eda

Browse files
committed
chore(prerelease): 5.3.0-nightly.6
1 parent ac7bdb1 commit 7287eda

File tree

132 files changed

+851
-285
lines changed

Some content is hidden

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

132 files changed

+851
-285
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **@cockpit/utilities:** `signaturePending` prop should be type bool in component SignAndVerify ([ac7bdb1](https://github.com/embarklabs/embark/commit/ac7bdb1))
12+
13+
14+
### Features
15+
16+
* add support for `embark.config.js` ([e0f7913](https://github.com/embarklabs/embark/commit/e0f7913))
17+
18+
19+
20+
21+
622
# [5.3.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
723

824

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.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07)
7+
8+
**Note:** Version bump only for package embark-dapp-template-boilerplate
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
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.5",
3+
"version": "5.3.0-nightly.6",
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,17 +32,17 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.5",
36-
"embark-geth": "^5.3.0-nightly.5",
37-
"embark-graph": "^5.3.0-nightly.5",
38-
"embark-ipfs": "^5.3.0-nightly.5",
39-
"embark-parity": "^5.3.0-nightly.5",
40-
"embark-profiler": "^5.3.0-nightly.5",
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",
4141
"embark-reset": "^5.2.3",
42-
"embark-swarm": "^5.3.0-nightly.5",
43-
"embark-whisper-geth": "^5.3.0-nightly.5",
44-
"embarkjs": "^5.3.0-nightly.4",
45-
"embarkjs-ens": "^5.3.0-nightly.4",
42+
"embark-swarm": "^5.3.0-nightly.6",
43+
"embark-whisper-geth": "^5.3.0-nightly.6",
44+
"embarkjs": "^5.3.0-nightly.6",
45+
"embarkjs-ens": "^5.3.0-nightly.6",
4646
"embarkjs-ipfs": "^5.3.0-nightly.4",
4747
"embarkjs-swarm": "^5.3.0-nightly.4",
4848
"embarkjs-web3": "^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.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
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.5",
3+
"version": "5.3.0-nightly.6",
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,17 +34,17 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.5",
38-
"embark-geth": "^5.3.0-nightly.5",
39-
"embark-graph": "^5.3.0-nightly.5",
40-
"embark-ipfs": "^5.3.0-nightly.5",
41-
"embark-parity": "^5.3.0-nightly.5",
42-
"embark-profiler": "^5.3.0-nightly.5",
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",
4343
"embark-reset": "^5.2.3",
44-
"embark-swarm": "^5.3.0-nightly.5",
45-
"embark-whisper-geth": "^5.3.0-nightly.5",
46-
"embarkjs": "^5.3.0-nightly.4",
47-
"embarkjs-ens": "^5.3.0-nightly.4",
44+
"embark-swarm": "^5.3.0-nightly.6",
45+
"embark-whisper-geth": "^5.3.0-nightly.6",
46+
"embarkjs": "^5.3.0-nightly.6",
47+
"embarkjs-ens": "^5.3.0-nightly.6",
4848
"embarkjs-ipfs": "^5.3.0-nightly.4",
4949
"embarkjs-swarm": "^5.3.0-nightly.4",
5050
"embarkjs-web3": "^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.6](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.5...v5.3.0-nightly.6) (2020-03-07)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.4...v5.3.0-nightly.5) (2020-03-06)
715

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

dapps/templates/simple/package.json

Lines changed: 5 additions & 5 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.5",
3+
"version": "5.3.0-nightly.6",
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,11 +28,11 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.3.0-nightly.5",
32-
"embark-geth": "^5.3.0-nightly.5",
31+
"embark": "^5.3.0-nightly.6",
32+
"embark-geth": "^5.3.0-nightly.6",
3333
"embark-reset": "^5.2.3",
34-
"embarkjs": "^5.3.0-nightly.4",
35-
"embarkjs-ens": "^5.3.0-nightly.4",
34+
"embarkjs": "^5.3.0-nightly.6",
35+
"embarkjs-ens": "^5.3.0-nightly.6",
3636
"embarkjs-web3": "^5.3.0-nightly.4",
3737
"rimraf": "3.0.0"
3838
}

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

816

dapps/tests/app/package.json

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

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

0 commit comments

Comments
 (0)