Skip to content

Commit 1a4f63d

Browse files
committed
chore(prerelease): 5.2.0-nightly.2
1 parent 40c3d98 commit 1a4f63d

File tree

84 files changed

+533
-140
lines changed

Some content is hidden

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

84 files changed

+533
-140
lines changed

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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
7+
8+
9+
### Bug Fixes
10+
11+
* set helper methods on contracts ([7031335](https://github.com/embarklabs/embark/commit/7031335))
12+
* **core/config:** Fix `EmbarkConfig` type ([0f59e0c](https://github.com/embarklabs/embark/commit/0f59e0c))
13+
14+
15+
### Features
16+
17+
* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689))
18+
* **plugins/scripts-runner:** introduce exec command to run scripts ([40c3d98](https://github.com/embarklabs/embark/commit/40c3d98))
19+
20+
21+
22+
23+
624
# [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08)
725

826

dapps/templates/boilerplate/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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
7+
8+
9+
### Features
10+
11+
* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08)
718

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

dapps/templates/boilerplate/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-boilerplate",
3-
"version": "5.2.0-nightly.1",
3+
"version": "5.2.0-nightly.2",
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,13 +32,13 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.2.0-nightly.1",
35+
"embark": "^5.2.0-nightly.2",
3636
"embark-reset": "^5.1.1",
37-
"embarkjs": "^5.1.1",
38-
"embarkjs-ens": "^5.1.1",
37+
"embarkjs": "^5.2.0-nightly.2",
38+
"embarkjs-ens": "^5.2.0-nightly.2",
3939
"embarkjs-ipfs": "^5.1.1",
4040
"embarkjs-swarm": "^5.1.1",
41-
"embarkjs-web3": "^5.1.1",
41+
"embarkjs-web3": "^5.2.0-nightly.2",
4242
"embarkjs-whisper": "^5.1.1",
4343
"rimraf": "3.0.0"
4444
}

dapps/templates/demo/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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
7+
8+
9+
### Features
10+
11+
* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08)
718

819

dapps/templates/demo/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-demo",
3-
"version": "5.2.0-nightly.1",
3+
"version": "5.2.0-nightly.2",
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,13 +34,13 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.2.0-nightly.1",
37+
"embark": "^5.2.0-nightly.2",
3838
"embark-reset": "^5.1.1",
39-
"embarkjs": "^5.1.1",
40-
"embarkjs-ens": "^5.1.1",
39+
"embarkjs": "^5.2.0-nightly.2",
40+
"embarkjs-ens": "^5.2.0-nightly.2",
4141
"embarkjs-ipfs": "^5.1.1",
4242
"embarkjs-swarm": "^5.1.1",
43-
"embarkjs-web3": "^5.1.1",
43+
"embarkjs-web3": "^5.2.0-nightly.2",
4444
"embarkjs-whisper": "^5.1.1",
4545
"jquery": "3.4.1",
4646
"popper.js": "1.15.0",

dapps/templates/simple/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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
7+
8+
9+
### Features
10+
11+
* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08)
718

819
**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.2.0-nightly.1",
3+
"version": "5.2.0-nightly.2",
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,13 +28,13 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.2.0-nightly.1",
31+
"embark": "^5.2.0-nightly.2",
3232
"embark-reset": "^5.1.1",
33-
"embarkjs": "^5.1.1",
34-
"embarkjs-ens": "^5.1.1",
33+
"embarkjs": "^5.2.0-nightly.2",
34+
"embarkjs-ens": "^5.2.0-nightly.2",
3535
"embarkjs-ipfs": "^5.1.1",
3636
"embarkjs-swarm": "^5.1.1",
37-
"embarkjs-web3": "^5.1.1",
37+
"embarkjs-web3": "^5.2.0-nightly.2",
3838
"embarkjs-whisper": "^5.1.1",
3939
"rimraf": "3.0.0"
4040
}

dapps/tests/app/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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
7+
8+
9+
### Bug Fixes
10+
11+
* set helper methods on contracts ([7031335](https://github.com/embarklabs/embark/commit/7031335))
12+
13+
14+
### Features
15+
16+
* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689))
17+
18+
19+
20+
21+
622
# [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08)
723

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

dapps/tests/app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"devDependencies": {
44
"@babel/code-frame": "7.5.5",
55
"bootstrap": "3.4.1",
6-
"embark": "^5.2.0-nightly.1",
6+
"embark": "^5.2.0-nightly.2",
77
"embark-dapp-test-service": "^5.0.0",
88
"embark-i18n": "^5.1.1",
99
"embark-reset": "^5.1.1",
10-
"embarkjs": "^5.1.1",
11-
"embarkjs-ens": "^5.1.1",
10+
"embarkjs": "^5.2.0-nightly.2",
11+
"embarkjs-ens": "^5.2.0-nightly.2",
1212
"embarkjs-ipfs": "^5.1.1",
1313
"embarkjs-swarm": "^5.1.1",
14-
"embarkjs-web3": "^5.1.1",
14+
"embarkjs-web3": "^5.2.0-nightly.2",
1515
"embarkjs-whisper": "^5.1.1",
1616
"fs-extra": "8.1.0",
1717
"haml": "0.4.3",
@@ -32,5 +32,5 @@
3232
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
3333
"test": "npx embark test"
3434
},
35-
"version": "5.2.0-nightly.1"
35+
"version": "5.2.0-nightly.2"
3636
}

dapps/tests/contracts/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.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
7+
8+
9+
### Features
10+
11+
* **@embark/test-runner:** introduce artifacts.require API ([b021689](https://github.com/embarklabs/embark/commit/b021689))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.0...v5.2.0-nightly.1) (2020-02-08)
718

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

0 commit comments

Comments
 (0)