Skip to content

Commit 4d44e29

Browse files
committed
chore(prerelease): 5.1.0-nightly.0
1 parent 4c7fc6d commit 4d44e29

File tree

148 files changed

+1072
-387
lines changed

Some content is hidden

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

148 files changed

+1072
-387
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/cmd_controller:** fix build command to escape on finish ([e2767c2](https://github.com/embarklabs/embark/commit/e2767c2))
12+
* **@embark/debugger:** Prevent error if contract not tracked by Embark ([1e1172e](https://github.com/embarklabs/embark/commit/1e1172e))
13+
* **@embark/ens:** fix Infura connection and testnet use of ENS ([42bd3b7](https://github.com/embarklabs/embark/commit/42bd3b7))
14+
* **@embark/test-dapp:** fix test_dapp broken for ENS resolve ([f5849e0](https://github.com/embarklabs/embark/commit/f5849e0))
15+
* **@embark/tests:** Fix failing test with `—node=embark` ([81af3af](https://github.com/embarklabs/embark/commit/81af3af))
16+
* **@embark/transaction-logger:** Circular JSON log and unknown contract log level ([5843a8e](https://github.com/embarklabs/embark/commit/5843a8e))
17+
* **@embark/utils:** fix deconstruct url to return port as an integer ([4190d5e](https://github.com/embarklabs/embark/commit/4190d5e))
18+
* **transaction-logger:** fix circular dep issue with util.inspect ([6f239f4](https://github.com/embarklabs/embark/commit/6f239f4))
19+
20+
21+
### Features
22+
23+
* **@embark/deployment:** introduce `interfaces` and `libraries` configuration ([73d0443](https://github.com/embarklabs/embark/commit/73d0443))
24+
* **@embark/nethermind:** add Nethermind blockchain client plugin ([6db8d87](https://github.com/embarklabs/embark/commit/6db8d87))
25+
* **@embark/test-runner:** expose evmClientVersion for conditional tests ([e37d3f7](https://github.com/embarklabs/embark/commit/e37d3f7))
26+
* **@embark/testing:** introduce proper request2 api for async/await ([c947517](https://github.com/embarklabs/embark/commit/c947517))
27+
28+
29+
30+
31+
632
# [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-07)
733

834

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.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
7+
8+
**Note:** Version bump only for package embark-dapp-template-boilerplate
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-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.0.0",
3+
"version": "5.1.0-nightly.0",
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,14 +32,14 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.0.0",
36-
"embark-reset": "^5.0.0",
37-
"embarkjs": "^5.0.0",
38-
"embarkjs-ens": "^5.0.0",
39-
"embarkjs-ipfs": "^5.0.0",
40-
"embarkjs-swarm": "^5.0.0",
41-
"embarkjs-web3": "^5.0.0",
42-
"embarkjs-whisper": "^5.0.0",
35+
"embark": "^5.1.0-nightly.0",
36+
"embark-reset": "^5.1.0-nightly.0",
37+
"embarkjs": "^5.1.0-nightly.0",
38+
"embarkjs-ens": "^5.1.0-nightly.0",
39+
"embarkjs-ipfs": "^5.1.0-nightly.0",
40+
"embarkjs-swarm": "^5.1.0-nightly.0",
41+
"embarkjs-web3": "^5.1.0-nightly.0",
42+
"embarkjs-whisper": "^5.1.0-nightly.0",
4343
"rimraf": "3.0.0"
4444
}
4545
}

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.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-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.0.0",
3+
"version": "5.1.0-nightly.0",
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,14 +34,14 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.0.0",
38-
"embark-reset": "^5.0.0",
39-
"embarkjs": "^5.0.0",
40-
"embarkjs-ens": "^5.0.0",
41-
"embarkjs-ipfs": "^5.0.0",
42-
"embarkjs-swarm": "^5.0.0",
43-
"embarkjs-web3": "^5.0.0",
44-
"embarkjs-whisper": "^5.0.0",
37+
"embark": "^5.1.0-nightly.0",
38+
"embark-reset": "^5.1.0-nightly.0",
39+
"embarkjs": "^5.1.0-nightly.0",
40+
"embarkjs-ens": "^5.1.0-nightly.0",
41+
"embarkjs-ipfs": "^5.1.0-nightly.0",
42+
"embarkjs-swarm": "^5.1.0-nightly.0",
43+
"embarkjs-web3": "^5.1.0-nightly.0",
44+
"embarkjs-whisper": "^5.1.0-nightly.0",
4545
"jquery": "3.4.1",
4646
"popper.js": "1.15.0",
4747
"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.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-07)
715

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

dapps/templates/simple/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-simple",
3-
"version": "5.0.0",
3+
"version": "5.1.0-nightly.0",
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,14 +28,14 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.0.0",
32-
"embark-reset": "^5.0.0",
33-
"embarkjs": "^5.0.0",
34-
"embarkjs-ens": "^5.0.0",
35-
"embarkjs-ipfs": "^5.0.0",
36-
"embarkjs-swarm": "^5.0.0",
37-
"embarkjs-web3": "^5.0.0",
38-
"embarkjs-whisper": "^5.0.0",
31+
"embark": "^5.1.0-nightly.0",
32+
"embark-reset": "^5.1.0-nightly.0",
33+
"embarkjs": "^5.1.0-nightly.0",
34+
"embarkjs-ens": "^5.1.0-nightly.0",
35+
"embarkjs-ipfs": "^5.1.0-nightly.0",
36+
"embarkjs-swarm": "^5.1.0-nightly.0",
37+
"embarkjs-web3": "^5.1.0-nightly.0",
38+
"embarkjs-whisper": "^5.1.0-nightly.0",
3939
"rimraf": "3.0.0"
4040
}
4141
}

dapps/tests/app/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/test-dapp:** fix test_dapp broken for ENS resolve ([f5849e0](https://github.com/embarklabs/embark/commit/f5849e0))
12+
* **@embark/tests:** Fix failing test with `—node=embark` ([81af3af](https://github.com/embarklabs/embark/commit/81af3af))
13+
14+
15+
### Features
16+
17+
* **@embark/deployment:** introduce `interfaces` and `libraries` configuration ([73d0443](https://github.com/embarklabs/embark/commit/73d0443))
18+
* **@embark/test-runner:** expose evmClientVersion for conditional tests ([e37d3f7](https://github.com/embarklabs/embark/commit/e37d3f7))
19+
20+
21+
22+
23+
624
# [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-07)
725

826
**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
@@ -3,16 +3,16 @@
33
"devDependencies": {
44
"@babel/code-frame": "7.5.5",
55
"bootstrap": "3.4.1",
6-
"embark": "^5.0.0",
6+
"embark": "^5.1.0-nightly.0",
77
"embark-dapp-test-service": "^5.0.0",
8-
"embark-i18n": "^5.0.0",
9-
"embark-reset": "^5.0.0",
10-
"embarkjs": "^5.0.0",
11-
"embarkjs-ens": "^5.0.0",
12-
"embarkjs-ipfs": "^5.0.0",
13-
"embarkjs-swarm": "^5.0.0",
14-
"embarkjs-web3": "^5.0.0",
15-
"embarkjs-whisper": "^5.0.0",
8+
"embark-i18n": "^5.1.0-nightly.0",
9+
"embark-reset": "^5.1.0-nightly.0",
10+
"embarkjs": "^5.1.0-nightly.0",
11+
"embarkjs-ens": "^5.1.0-nightly.0",
12+
"embarkjs-ipfs": "^5.1.0-nightly.0",
13+
"embarkjs-swarm": "^5.1.0-nightly.0",
14+
"embarkjs-web3": "^5.1.0-nightly.0",
15+
"embarkjs-whisper": "^5.1.0-nightly.0",
1616
"fs-extra": "8.1.0",
1717
"haml": "0.4.3",
1818
"jquery": "3.4.0",
@@ -32,5 +32,5 @@
3232
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
3333
"test": "npx embark test"
3434
},
35-
"version": "5.0.0"
35+
"version": "5.1.0-nightly.0"
3636
}

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.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/embarklabs/embark/compare/v5.0.0-beta.0...v5.0.0) (2020-01-07)
715

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

0 commit comments

Comments
 (0)