Skip to content

Commit 5fc3154

Browse files
chore(release): 5.3.0
1 parent 0935b4e commit 5fc3154

File tree

150 files changed

+979
-379
lines changed

Some content is hidden

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

150 files changed

+979
-379
lines changed

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](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)
715

816
**Note:** Version bump only for package root

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

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

dapps/templates/boilerplate/package.json

Lines changed: 16 additions & 16 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.18",
3+
"version": "5.3.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,22 +32,22 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.18",
36-
"embark-basic-pipeline": "^5.3.0-nightly.17",
37-
"embark-geth": "^5.3.0-nightly.17",
38-
"embark-graph": "^5.3.0-nightly.17",
39-
"embark-ipfs": "^5.3.0-nightly.17",
40-
"embark-parity": "^5.3.0-nightly.17",
41-
"embark-profiler": "^5.3.0-nightly.17",
35+
"embark": "^5.3.0",
36+
"embark-basic-pipeline": "^5.3.0",
37+
"embark-geth": "^5.3.0",
38+
"embark-graph": "^5.3.0",
39+
"embark-ipfs": "^5.3.0",
40+
"embark-parity": "^5.3.0",
41+
"embark-profiler": "^5.3.0",
4242
"embark-reset": "^5.2.3",
43-
"embark-swarm": "^5.3.0-nightly.17",
44-
"embark-whisper-geth": "^5.3.0-nightly.17",
45-
"embarkjs": "^5.3.0-nightly.6",
46-
"embarkjs-ens": "^5.3.0-nightly.6",
47-
"embarkjs-ipfs": "^5.3.0-nightly.4",
48-
"embarkjs-swarm": "^5.3.0-nightly.11",
49-
"embarkjs-web3": "^5.3.0-nightly.11",
50-
"embarkjs-whisper": "^5.3.0-nightly.11",
43+
"embark-swarm": "^5.3.0",
44+
"embark-whisper-geth": "^5.3.0",
45+
"embarkjs": "^5.3.0",
46+
"embarkjs-ens": "^5.3.0",
47+
"embarkjs-ipfs": "^5.3.0",
48+
"embarkjs-swarm": "^5.3.0",
49+
"embarkjs-web3": "^5.3.0",
50+
"embarkjs-whisper": "^5.3.0",
5151
"rimraf": "3.0.0"
5252
}
5353
}

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

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

dapps/templates/demo/package.json

Lines changed: 16 additions & 16 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.18",
3+
"version": "5.3.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,22 +34,22 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.18",
38-
"embark-basic-pipeline": "^5.3.0-nightly.17",
39-
"embark-geth": "^5.3.0-nightly.17",
40-
"embark-graph": "^5.3.0-nightly.17",
41-
"embark-ipfs": "^5.3.0-nightly.17",
42-
"embark-parity": "^5.3.0-nightly.17",
43-
"embark-profiler": "^5.3.0-nightly.17",
37+
"embark": "^5.3.0",
38+
"embark-basic-pipeline": "^5.3.0",
39+
"embark-geth": "^5.3.0",
40+
"embark-graph": "^5.3.0",
41+
"embark-ipfs": "^5.3.0",
42+
"embark-parity": "^5.3.0",
43+
"embark-profiler": "^5.3.0",
4444
"embark-reset": "^5.2.3",
45-
"embark-swarm": "^5.3.0-nightly.17",
46-
"embark-whisper-geth": "^5.3.0-nightly.17",
47-
"embarkjs": "^5.3.0-nightly.6",
48-
"embarkjs-ens": "^5.3.0-nightly.6",
49-
"embarkjs-ipfs": "^5.3.0-nightly.4",
50-
"embarkjs-swarm": "^5.3.0-nightly.11",
51-
"embarkjs-web3": "^5.3.0-nightly.11",
52-
"embarkjs-whisper": "^5.3.0-nightly.11",
45+
"embark-swarm": "^5.3.0",
46+
"embark-whisper-geth": "^5.3.0",
47+
"embarkjs": "^5.3.0",
48+
"embarkjs-ens": "^5.3.0",
49+
"embarkjs-ipfs": "^5.3.0",
50+
"embarkjs-swarm": "^5.3.0",
51+
"embarkjs-web3": "^5.3.0",
52+
"embarkjs-whisper": "^5.3.0",
5353
"jquery": "3.4.1",
5454
"popper.js": "1.15.0",
5555
"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.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
7+
8+
**Note:** Version bump only for package embark-dapp-template-simple
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)
715

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

dapps/templates/simple/package.json

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

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

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

dapps/tests/app/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
44
"bootstrap": "3.4.1",
5-
"embark": "^5.3.0-nightly.18",
6-
"embark-basic-pipeline": "^5.3.0-nightly.17",
5+
"embark": "^5.3.0",
6+
"embark-basic-pipeline": "^5.3.0",
77
"embark-dapp-test-service": "^5.2.3",
8-
"embark-geth": "^5.3.0-nightly.17",
9-
"embark-graph": "^5.3.0-nightly.17",
10-
"embark-i18n": "^5.3.0-nightly.5",
11-
"embark-ipfs": "^5.3.0-nightly.17",
12-
"embark-parity": "^5.3.0-nightly.17",
13-
"embark-profiler": "^5.3.0-nightly.17",
8+
"embark-geth": "^5.3.0",
9+
"embark-graph": "^5.3.0",
10+
"embark-i18n": "^5.3.0",
11+
"embark-ipfs": "^5.3.0",
12+
"embark-parity": "^5.3.0",
13+
"embark-profiler": "^5.3.0",
1414
"embark-reset": "^5.2.3",
15-
"embark-swarm": "^5.3.0-nightly.17",
16-
"embark-whisper-geth": "^5.3.0-nightly.17",
17-
"embarkjs": "^5.3.0-nightly.6",
18-
"embarkjs-ens": "^5.3.0-nightly.6",
19-
"embarkjs-ipfs": "^5.3.0-nightly.4",
20-
"embarkjs-swarm": "^5.3.0-nightly.11",
21-
"embarkjs-web3": "^5.3.0-nightly.11",
22-
"embarkjs-whisper": "^5.3.0-nightly.11",
15+
"embark-swarm": "^5.3.0",
16+
"embark-whisper-geth": "^5.3.0",
17+
"embarkjs": "^5.3.0",
18+
"embarkjs-ens": "^5.3.0",
19+
"embarkjs-ipfs": "^5.3.0",
20+
"embarkjs-swarm": "^5.3.0",
21+
"embarkjs-web3": "^5.3.0",
22+
"embarkjs-whisper": "^5.3.0",
2323
"fs-extra": "8.1.0",
2424
"haml": "0.4.3",
2525
"jquery": "3.4.0",
@@ -39,5 +39,5 @@
3939
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
4040
"test": "npx embark test"
4141
},
42-
"version": "5.3.0-nightly.18"
42+
"version": "5.3.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.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
7+
8+
**Note:** Version bump only for package embark-dapp-test-contracts
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)
715

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

dapps/tests/contracts/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
4-
"embark": "^5.3.0-nightly.18",
5-
"embark-basic-pipeline": "^5.3.0-nightly.17",
6-
"embark-geth": "^5.3.0-nightly.17",
7-
"embark-graph": "^5.3.0-nightly.17",
8-
"embark-ipfs": "^5.3.0-nightly.17",
9-
"embark-parity": "^5.3.0-nightly.17",
10-
"embark-profiler": "^5.3.0-nightly.17",
4+
"embark": "^5.3.0",
5+
"embark-basic-pipeline": "^5.3.0",
6+
"embark-geth": "^5.3.0",
7+
"embark-graph": "^5.3.0",
8+
"embark-ipfs": "^5.3.0",
9+
"embark-parity": "^5.3.0",
10+
"embark-profiler": "^5.3.0",
1111
"embark-reset": "^5.2.3",
12-
"embark-swarm": "^5.3.0-nightly.17",
13-
"embark-whisper-geth": "^5.3.0-nightly.17",
14-
"embarkjs": "^5.3.0-nightly.6",
15-
"embarkjs-ens": "^5.3.0-nightly.6",
16-
"embarkjs-ipfs": "^5.3.0-nightly.4",
17-
"embarkjs-swarm": "^5.3.0-nightly.11",
18-
"embarkjs-web3": "^5.3.0-nightly.11",
19-
"embarkjs-whisper": "^5.3.0-nightly.11",
12+
"embark-swarm": "^5.3.0",
13+
"embark-whisper-geth": "^5.3.0",
14+
"embarkjs": "^5.3.0",
15+
"embarkjs-ens": "^5.3.0",
16+
"embarkjs-ipfs": "^5.3.0",
17+
"embarkjs-swarm": "^5.3.0",
18+
"embarkjs-web3": "^5.3.0",
19+
"embarkjs-whisper": "^5.3.0",
2020
"rimraf": "3.0.0"
2121
},
2222
"license": "MIT",
@@ -29,5 +29,5 @@
2929
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
3030
"test": "npx embark test"
3131
},
32-
"version": "5.3.0-nightly.18"
32+
"version": "5.3.0"
3333
}

dapps/tests/teller-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](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
7+
8+
**Note:** Version bump only for package embark-dapp-test-teller-contracts
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)
715

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

dapps/tests/teller-contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embark-dapp-test-teller-contracts",
33
"description": "Test Teller contracts for integration testing purposes",
4-
"version": "5.3.0-nightly.18",
4+
"version": "5.3.0",
55
"scripts": {
66
"ci": "npm run qa",
77
"clean": "npm run reset",
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"embark": "^5.3.0-nightly.18",
16+
"embark": "^5.3.0",
1717
"embark-reset": "^5.2.3",
1818
"rimraf": "3.0.0"
1919
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
},
1717
"npmClient": "yarn",
1818
"useWorkspaces": true,
19-
"version": "5.3.0-nightly.18"
19+
"version": "5.3.0"
2020
}

packages/cockpit/api-client/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](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
7+
8+
**Note:** Version bump only for package embark-api-client
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.3...v5.3.0-nightly.4) (2020-03-05)
715

816
**Note:** Version bump only for package embark-api-client

packages/cockpit/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-api-client",
3-
"version": "5.3.0-nightly.4",
3+
"version": "5.3.0",
44
"author": "Iuri Matias <[email protected]>",
55
"contributors": [],
66
"description": "Embark api module",

packages/cockpit/ui/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](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
7+
8+
**Note:** Version bump only for package embark-ui
9+
10+
11+
12+
13+
614
# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)
715

816
**Note:** Version bump only for package embark-ui

packages/cockpit/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-ui",
3-
"version": "5.3.0-nightly.17",
3+
"version": "5.3.0",
44
"author": "Iuri Matias <[email protected]>",
55
"contributors": [],
66
"description": "Web frontend for interactive DApp development with Embark",
@@ -66,7 +66,7 @@
6666
"classnames": "2.2.6",
6767
"connected-react-router": "4.5.0",
6868
"date-fns": "2.3.0",
69-
"embark-api-client": "^5.3.0-nightly.4",
69+
"embark-api-client": "^5.3.0",
7070
"eslint-plugin-flowtype": "3.13.0",
7171
"ethereumjs-units": "0.2.0",
7272
"find-up": "4.1.0",

0 commit comments

Comments
 (0)