Skip to content

Commit 84448f8

Browse files
committed
chore(prerelease): 5.1.0-nightly.5
1 parent 9caa424 commit 84448f8

File tree

92 files changed

+546
-154
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

+546
-154
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/embarkjs:** change enableEthereum to not rely on returned accounts array ([b8f93ea](https://github.com/embarklabs/embark/commit/b8f93ea))
12+
* **@embark/test:** increase default gas limit to 8M so tests support bigger contracts ([b6856b2](https://github.com/embarklabs/embark/commit/b6856b2))
13+
14+
15+
### Features
16+
17+
* **@embark/testing:** add missing APIs to register console commands and API calls ([bef582d](https://github.com/embarklabs/embark/commit/bef582d))
18+
19+
20+
21+
22+
623
# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)
724

825

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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)
7+
8+
**Note:** Version bump only for package embark-dapp-template-boilerplate
9+
10+
11+
12+
13+
614
# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)
715

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

dapps/templates/boilerplate/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-boilerplate",
3-
"version": "5.1.0-nightly.4",
3+
"version": "5.1.0-nightly.5",
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,10 +32,10 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.1.0-nightly.4",
35+
"embark": "^5.1.0-nightly.5",
3636
"embark-reset": "^5.1.0-nightly.1",
37-
"embarkjs": "^5.1.0-nightly.2",
38-
"embarkjs-ens": "^5.1.0-nightly.2",
37+
"embarkjs": "^5.1.0-nightly.5",
38+
"embarkjs-ens": "^5.1.0-nightly.5",
3939
"embarkjs-ipfs": "^5.1.0-nightly.1",
4040
"embarkjs-swarm": "^5.1.0-nightly.1",
4141
"embarkjs-web3": "^5.1.0-nightly.1",

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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)
7+
8+
**Note:** Version bump only for package embark-dapp-template-demo
9+
10+
11+
12+
13+
614
# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)
715

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

dapps/templates/demo/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-demo",
3-
"version": "5.1.0-nightly.4",
3+
"version": "5.1.0-nightly.5",
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,10 +34,10 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.1.0-nightly.4",
37+
"embark": "^5.1.0-nightly.5",
3838
"embark-reset": "^5.1.0-nightly.1",
39-
"embarkjs": "^5.1.0-nightly.2",
40-
"embarkjs-ens": "^5.1.0-nightly.2",
39+
"embarkjs": "^5.1.0-nightly.5",
40+
"embarkjs-ens": "^5.1.0-nightly.5",
4141
"embarkjs-ipfs": "^5.1.0-nightly.1",
4242
"embarkjs-swarm": "^5.1.0-nightly.1",
4343
"embarkjs-web3": "^5.1.0-nightly.1",

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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)
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.1.0-nightly.4",
3+
"version": "5.1.0-nightly.5",
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,10 +28,10 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.1.0-nightly.4",
31+
"embark": "^5.1.0-nightly.5",
3232
"embark-reset": "^5.1.0-nightly.1",
33-
"embarkjs": "^5.1.0-nightly.2",
34-
"embarkjs-ens": "^5.1.0-nightly.2",
33+
"embarkjs": "^5.1.0-nightly.5",
34+
"embarkjs-ens": "^5.1.0-nightly.5",
3535
"embarkjs-ipfs": "^5.1.0-nightly.1",
3636
"embarkjs-swarm": "^5.1.0-nightly.1",
3737
"embarkjs-web3": "^5.1.0-nightly.1",

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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)
7+
8+
**Note:** Version bump only for package embark-dapp-test-app
9+
10+
11+
12+
13+
614
# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)
715

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

dapps/tests/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"devDependencies": {
44
"@babel/code-frame": "7.5.5",
55
"bootstrap": "3.4.1",
6-
"embark": "^5.1.0-nightly.4",
6+
"embark": "^5.1.0-nightly.5",
77
"embark-dapp-test-service": "^5.0.0",
88
"embark-i18n": "^5.1.0-nightly.1",
99
"embark-reset": "^5.1.0-nightly.1",
10-
"embarkjs": "^5.1.0-nightly.2",
11-
"embarkjs-ens": "^5.1.0-nightly.2",
10+
"embarkjs": "^5.1.0-nightly.5",
11+
"embarkjs-ens": "^5.1.0-nightly.5",
1212
"embarkjs-ipfs": "^5.1.0-nightly.1",
1313
"embarkjs-swarm": "^5.1.0-nightly.1",
1414
"embarkjs-web3": "^5.1.0-nightly.1",
@@ -32,5 +32,5 @@
3232
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
3333
"test": "npx embark test"
3434
},
35-
"version": "5.1.0-nightly.4"
35+
"version": "5.1.0-nightly.5"
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.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)
715

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

0 commit comments

Comments
 (0)