Skip to content

Commit f5db3f6

Browse files
chore(release): 5.2.0
1 parent caae922 commit f5db3f6

File tree

120 files changed

+763
-277
lines changed

Some content is hidden

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

120 files changed

+763
-277
lines changed

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](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0) (2020-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/proxy:** only up event listeners on available providers ([caae922](https://github.com/embarklabs/embark/commit/caae922))
12+
13+
14+
15+
16+
617
# [5.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18)
718

819

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

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

dapps/templates/boilerplate/package.json

Lines changed: 12 additions & 12 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.5",
3+
"version": "5.2.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,20 +32,20 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.2.0-nightly.5",
36-
"embark-geth": "^5.2.0-nightly.4",
37-
"embark-graph": "^5.2.0-nightly.3",
38-
"embark-ipfs": "^5.2.0-nightly.4",
39-
"embark-parity": "^5.2.0-nightly.4",
40-
"embark-profiler": "^5.2.0-nightly.3",
35+
"embark": "^5.2.0",
36+
"embark-geth": "^5.2.0",
37+
"embark-graph": "^5.2.0",
38+
"embark-ipfs": "^5.2.0",
39+
"embark-parity": "^5.2.0",
40+
"embark-profiler": "^5.2.0",
4141
"embark-reset": "^5.1.1",
42-
"embark-swarm": "^5.2.0-nightly.4",
43-
"embark-whisper-geth": "^5.2.0-nightly.4",
44-
"embarkjs": "^5.2.0-nightly.2",
45-
"embarkjs-ens": "^5.2.0-nightly.2",
42+
"embark-swarm": "^5.2.0",
43+
"embark-whisper-geth": "^5.2.0",
44+
"embarkjs": "^5.2.0",
45+
"embarkjs-ens": "^5.2.0",
4646
"embarkjs-ipfs": "^5.1.1",
4747
"embarkjs-swarm": "^5.1.1",
48-
"embarkjs-web3": "^5.2.0-nightly.2",
48+
"embarkjs-web3": "^5.2.0",
4949
"embarkjs-whisper": "^5.1.1",
5050
"rimraf": "3.0.0"
5151
}

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

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

dapps/templates/demo/package.json

Lines changed: 12 additions & 12 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.5",
3+
"version": "5.2.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,20 +34,20 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.2.0-nightly.5",
38-
"embark-geth": "^5.2.0-nightly.4",
39-
"embark-graph": "^5.2.0-nightly.3",
40-
"embark-ipfs": "^5.2.0-nightly.4",
41-
"embark-parity": "^5.2.0-nightly.4",
42-
"embark-profiler": "^5.2.0-nightly.3",
37+
"embark": "^5.2.0",
38+
"embark-geth": "^5.2.0",
39+
"embark-graph": "^5.2.0",
40+
"embark-ipfs": "^5.2.0",
41+
"embark-parity": "^5.2.0",
42+
"embark-profiler": "^5.2.0",
4343
"embark-reset": "^5.1.1",
44-
"embark-swarm": "^5.2.0-nightly.4",
45-
"embark-whisper-geth": "^5.2.0-nightly.4",
46-
"embarkjs": "^5.2.0-nightly.2",
47-
"embarkjs-ens": "^5.2.0-nightly.2",
44+
"embark-swarm": "^5.2.0",
45+
"embark-whisper-geth": "^5.2.0",
46+
"embarkjs": "^5.2.0",
47+
"embarkjs-ens": "^5.2.0",
4848
"embarkjs-ipfs": "^5.1.1",
4949
"embarkjs-swarm": "^5.1.1",
50-
"embarkjs-web3": "^5.2.0-nightly.2",
50+
"embarkjs-web3": "^5.2.0",
5151
"embarkjs-whisper": "^5.1.1",
5252
"jquery": "3.4.1",
5353
"popper.js": "1.15.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.2.0](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0) (2020-02-18)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18)
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.2.0-nightly.5",
3+
"version": "5.2.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,15 +28,15 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.2.0-nightly.5",
32-
"embark-geth": "^5.2.0-nightly.4",
33-
"embark-graph": "^5.2.0-nightly.3",
34-
"embark-parity": "^5.2.0-nightly.4",
35-
"embark-profiler": "^5.2.0-nightly.3",
31+
"embark": "^5.2.0",
32+
"embark-geth": "^5.2.0",
33+
"embark-graph": "^5.2.0",
34+
"embark-parity": "^5.2.0",
35+
"embark-profiler": "^5.2.0",
3636
"embark-reset": "^5.1.1",
37-
"embarkjs": "^5.2.0-nightly.2",
38-
"embarkjs-ens": "^5.2.0-nightly.2",
39-
"embarkjs-web3": "^5.2.0-nightly.2",
37+
"embarkjs": "^5.2.0",
38+
"embarkjs-ens": "^5.2.0",
39+
"embarkjs-web3": "^5.2.0",
4040
"rimraf": "3.0.0"
4141
}
4242
}

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

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

dapps/tests/app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
"devDependencies": {
44
"@babel/code-frame": "7.5.5",
55
"bootstrap": "3.4.1",
6-
"embark": "^5.2.0-nightly.5",
6+
"embark": "^5.2.0",
77
"embark-dapp-test-service": "^5.0.0",
8-
"embark-geth": "^5.2.0-nightly.4",
9-
"embark-graph": "^5.2.0-nightly.3",
8+
"embark-geth": "^5.2.0",
9+
"embark-graph": "^5.2.0",
1010
"embark-i18n": "^5.1.1",
11-
"embark-ipfs": "^5.2.0-nightly.4",
12-
"embark-parity": "^5.2.0-nightly.4",
13-
"embark-profiler": "^5.2.0-nightly.3",
11+
"embark-ipfs": "^5.2.0",
12+
"embark-parity": "^5.2.0",
13+
"embark-profiler": "^5.2.0",
1414
"embark-reset": "^5.1.1",
15-
"embark-swarm": "^5.2.0-nightly.4",
16-
"embark-whisper-geth": "^5.2.0-nightly.4",
17-
"embarkjs": "^5.2.0-nightly.2",
18-
"embarkjs-ens": "^5.2.0-nightly.2",
15+
"embark-swarm": "^5.2.0",
16+
"embark-whisper-geth": "^5.2.0",
17+
"embarkjs": "^5.2.0",
18+
"embarkjs-ens": "^5.2.0",
1919
"embarkjs-ipfs": "^5.1.1",
2020
"embarkjs-swarm": "^5.1.1",
21-
"embarkjs-web3": "^5.2.0-nightly.2",
21+
"embarkjs-web3": "^5.2.0",
2222
"embarkjs-whisper": "^5.1.1",
2323
"fs-extra": "8.1.0",
2424
"haml": "0.4.3",
@@ -39,5 +39,5 @@
3939
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
4040
"test": "npx embark test"
4141
},
42-
"version": "5.2.0-nightly.5"
42+
"version": "5.2.0"
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.2.0](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.5...v5.2.0) (2020-02-18)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.2.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.4...v5.2.0-nightly.5) (2020-02-18)
715

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

0 commit comments

Comments
 (0)