Skip to content

Commit db9e959

Browse files
committed
chore(prerelease): 5.3.0-nightly.8
1 parent 53dc751 commit db9e959

File tree

26 files changed

+153
-24
lines changed

26 files changed

+153
-24
lines changed

CHANGELOG.md

+16
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.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/ganache:** make embark blockchain exit when using Ganache ([53dc751](https://github.com/embarklabs/embark/commit/53dc751))
12+
13+
14+
### Features
15+
16+
* **stack/blockchain:** expose networkId in generated artifact ([c624582](https://github.com/embarklabs/embark/commit/c624582)), closes [#2220](https://github.com/embarklabs/embark/issues/2220)
17+
18+
19+
20+
21+
622
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
723

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

dapps/templates/boilerplate/CHANGELOG.md

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

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

dapps/templates/boilerplate/package.json

+2-2
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.7",
3+
"version": "5.3.0-nightly.8",
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,7 +32,7 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.7",
35+
"embark": "^5.3.0-nightly.8",
3636
"embark-geth": "^5.3.0-nightly.7",
3737
"embark-graph": "^5.3.0-nightly.7",
3838
"embark-ipfs": "^5.3.0-nightly.7",

dapps/templates/demo/CHANGELOG.md

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

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

dapps/templates/demo/package.json

+2-2
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.7",
3+
"version": "5.3.0-nightly.8",
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,7 +34,7 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.7",
37+
"embark": "^5.3.0-nightly.8",
3838
"embark-geth": "^5.3.0-nightly.7",
3939
"embark-graph": "^5.3.0-nightly.7",
4040
"embark-ipfs": "^5.3.0-nightly.7",

dapps/templates/simple/CHANGELOG.md

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

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

dapps/templates/simple/package.json

+2-2
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.7",
3+
"version": "5.3.0-nightly.8",
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,7 +28,7 @@
2828
"url": "https://github.com/embarklabs/embark.git"
2929
},
3030
"devDependencies": {
31-
"embark": "^5.3.0-nightly.7",
31+
"embark": "^5.3.0-nightly.8",
3232
"embark-geth": "^5.3.0-nightly.7",
3333
"embark-reset": "^5.2.3",
3434
"embarkjs": "^5.3.0-nightly.6",

dapps/tests/app/CHANGELOG.md

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

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

dapps/tests/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
44
"bootstrap": "3.4.1",
5-
"embark": "^5.3.0-nightly.7",
5+
"embark": "^5.3.0-nightly.8",
66
"embark-dapp-test-service": "^5.2.3",
77
"embark-geth": "^5.3.0-nightly.7",
88
"embark-graph": "^5.3.0-nightly.7",
@@ -38,5 +38,5 @@
3838
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
3939
"test": "npx embark test"
4040
},
41-
"version": "5.3.0-nightly.7"
41+
"version": "5.3.0-nightly.8"
4242
}

dapps/tests/contracts/CHANGELOG.md

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

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

dapps/tests/contracts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
4-
"embark": "^5.3.0-nightly.7",
4+
"embark": "^5.3.0-nightly.8",
55
"embark-geth": "^5.3.0-nightly.7",
66
"embark-graph": "^5.3.0-nightly.7",
77
"embark-ipfs": "^5.3.0-nightly.7",
@@ -28,5 +28,5 @@
2828
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
2929
"test": "npx embark test"
3030
},
31-
"version": "5.3.0-nightly.7"
31+
"version": "5.3.0-nightly.8"
3232
}

dapps/tests/teller-contracts/CHANGELOG.md

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

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

dapps/tests/teller-contracts/package.json

+2-2
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.7",
4+
"version": "5.3.0-nightly.8",
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.7",
16+
"embark": "^5.3.0-nightly.8",
1717
"embark-reset": "^5.2.3",
1818
"rimraf": "3.0.0"
1919
}

lerna.json

+1-1
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.7"
19+
"version": "5.3.0-nightly.8"
2020
}

packages/core/engine/CHANGELOG.md

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

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

packages/core/engine/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-engine",
3-
"version": "5.3.0-nightly.7",
3+
"version": "5.3.0-nightly.8",
44
"author": "Iuri Matias <[email protected]>",
55
"contributors": [],
66
"description": "Engine library for Embark",
@@ -51,7 +51,7 @@
5151
"embark-api": "^5.3.0-nightly.7",
5252
"embark-authenticator": "^5.3.0-nightly.7",
5353
"embark-basic-pipeline": "^5.3.0-nightly.7",
54-
"embark-blockchain": "^5.3.0-nightly.7",
54+
"embark-blockchain": "^5.3.0-nightly.8",
5555
"embark-code-runner": "^5.3.0-nightly.7",
5656
"embark-communication": "^5.3.0-nightly.7",
5757
"embark-compiler": "^5.3.0-nightly.7",
@@ -63,8 +63,8 @@
6363
"embark-deployment": "^5.3.0-nightly.7",
6464
"embark-embarkjs": "^5.3.0-nightly.7",
6565
"embark-ens": "^5.3.0-nightly.7",
66-
"embark-ethereum-blockchain-client": "^5.3.0-nightly.7",
67-
"embark-ganache": "^5.3.0-nightly.7",
66+
"embark-ethereum-blockchain-client": "^5.3.0-nightly.8",
67+
"embark-ganache": "^5.3.0-nightly.8",
6868
"embark-geth": "^5.3.0-nightly.7",
6969
"embark-i18n": "^5.3.0-nightly.5",
7070
"embark-library-manager": "^5.3.0-nightly.7",
@@ -74,7 +74,7 @@
7474
"embark-pipeline": "^5.3.0-nightly.7",
7575
"embark-plugin-cmd": "^5.3.0-nightly.7",
7676
"embark-process-logs-api-manager": "^5.3.0-nightly.7",
77-
"embark-proxy": "^5.3.0-nightly.7",
77+
"embark-proxy": "^5.3.0-nightly.8",
7878
"embark-rpc-manager": "^5.3.0-nightly.7",
7979
"embark-scaffolding": "^5.3.0-nightly.7",
8080
"embark-solidity": "^5.3.0-nightly.7",

packages/embark/CHANGELOG.md

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

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

packages/embark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark",
3-
"version": "5.3.0-nightly.7",
3+
"version": "5.3.0-nightly.8",
44
"author": "Iuri Matias <[email protected]>",
55
"contributors": [],
66
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
@@ -77,7 +77,7 @@
7777
"decompress": "4.2.0",
7878
"embark-core": "^5.3.0-nightly.7",
7979
"embark-deploy-tracker": "^5.3.0-nightly.7",
80-
"embark-engine": "^5.3.0-nightly.7",
80+
"embark-engine": "^5.3.0-nightly.8",
8181
"embark-i18n": "^5.3.0-nightly.5",
8282
"embark-logger": "^5.3.0-nightly.6",
8383
"embark-reset": "^5.2.3",

packages/plugins/ethereum-blockchain-client/CHANGELOG.md

+11
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.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
7+
8+
9+
### Features
10+
11+
* **stack/blockchain:** expose networkId in generated artifact ([c624582](https://github.com/embarklabs/embark/commit/c624582)), closes [#2220](https://github.com/embarklabs/embark/issues/2220)
12+
13+
14+
15+
16+
617
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
718

819
**Note:** Version bump only for package embark-ethereum-blockchain-client

packages/plugins/ethereum-blockchain-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-ethereum-blockchain-client",
3-
"version": "5.3.0-nightly.7",
3+
"version": "5.3.0-nightly.8",
44
"author": "Iuri Matias <[email protected]>",
55
"contributors": [],
66
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",

packages/plugins/ganache/CHANGELOG.md

+11
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.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/ganache:** make embark blockchain exit when using Ganache ([53dc751](https://github.com/embarklabs/embark/commit/53dc751))
12+
13+
14+
15+
16+
617
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
718

819
**Note:** Version bump only for package embark-ganache

packages/plugins/ganache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-ganache",
3-
"version": "5.3.0-nightly.7",
3+
"version": "5.3.0-nightly.8",
44
"author": "Iuri Matias <[email protected]>",
55
"contributors": [],
66
"description": "Implementation of the Ganache simulator for Embark",

packages/stack/blockchain/CHANGELOG.md

+16
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.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/ganache:** make embark blockchain exit when using Ganache ([53dc751](https://github.com/embarklabs/embark/commit/53dc751))
12+
13+
14+
### Features
15+
16+
* **stack/blockchain:** expose networkId in generated artifact ([c624582](https://github.com/embarklabs/embark/commit/c624582)), closes [#2220](https://github.com/embarklabs/embark/issues/2220)
17+
18+
19+
20+
21+
622
# [5.3.0-nightly.7](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.6...v5.3.0-nightly.7) (2020-03-10)
723

824
**Note:** Version bump only for package embark-blockchain

packages/stack/blockchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-blockchain",
3-
"version": "5.3.0-nightly.7",
3+
"version": "5.3.0-nightly.8",
44
"author": "Iuri Matias <[email protected]>",
55
"contributors": [],
66
"description": "Blockchain APIs for Embark",

0 commit comments

Comments
 (0)