Skip to content

Commit db8282c

Browse files
committed
chore(prerelease): 5.3.0-nightly.9
1 parent b8c0908 commit db8282c

File tree

84 files changed

+506
-135
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

+506
-135
lines changed

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.3.0-nightly.9](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.8...v5.3.0-nightly.9) (2020-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* don't open external links to another tab by default ([b8c0908](https://github.com/embarklabs/embark/commit/b8c0908))
12+
13+
14+
### Features
15+
16+
* support selecting what library to generate artifacts ([ee1eb4e](https://github.com/embarklabs/embark/commit/ee1eb4e)), closes [#2285](https://github.com/embarklabs/embark/issues/2285)
17+
18+
19+
20+
21+
622
# [5.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
723

824

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.3.0-nightly.9](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.8...v5.3.0-nightly.9) (2020-03-13)
7+
8+
9+
### Features
10+
11+
* support selecting what library to generate artifacts ([ee1eb4e](https://github.com/embarklabs/embark/commit/ee1eb4e)), closes [#2285](https://github.com/embarklabs/embark/issues/2285)
12+
13+
14+
15+
16+
617
# [5.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
718

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

dapps/templates/boilerplate/package.json

Lines changed: 7 additions & 7 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.8",
3+
"version": "5.3.0-nightly.9",
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,15 +32,15 @@
3232
"url": "https://github.com/embarklabs/embark.git"
3333
},
3434
"devDependencies": {
35-
"embark": "^5.3.0-nightly.8",
36-
"embark-geth": "^5.3.0-nightly.7",
35+
"embark": "^5.3.0-nightly.9",
36+
"embark-geth": "^5.3.0-nightly.9",
3737
"embark-graph": "^5.3.0-nightly.7",
38-
"embark-ipfs": "^5.3.0-nightly.7",
39-
"embark-parity": "^5.3.0-nightly.7",
38+
"embark-ipfs": "^5.3.0-nightly.9",
39+
"embark-parity": "^5.3.0-nightly.9",
4040
"embark-profiler": "^5.3.0-nightly.7",
4141
"embark-reset": "^5.2.3",
42-
"embark-swarm": "^5.3.0-nightly.7",
43-
"embark-whisper-geth": "^5.3.0-nightly.7",
42+
"embark-swarm": "^5.3.0-nightly.9",
43+
"embark-whisper-geth": "^5.3.0-nightly.9",
4444
"embarkjs": "^5.3.0-nightly.6",
4545
"embarkjs-ens": "^5.3.0-nightly.6",
4646
"embarkjs-ipfs": "^5.3.0-nightly.4",

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.3.0-nightly.9](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.8...v5.3.0-nightly.9) (2020-03-13)
7+
8+
9+
### Features
10+
11+
* support selecting what library to generate artifacts ([ee1eb4e](https://github.com/embarklabs/embark/commit/ee1eb4e)), closes [#2285](https://github.com/embarklabs/embark/issues/2285)
12+
13+
14+
15+
16+
617
# [5.3.0-nightly.8](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.7...v5.3.0-nightly.8) (2020-03-11)
718

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

dapps/templates/demo/package.json

Lines changed: 7 additions & 7 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.8",
3+
"version": "5.3.0-nightly.9",
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,15 +34,15 @@
3434
"devDependencies": {
3535
"bootstrap": "4.3.1",
3636
"classnames": "2.2.6",
37-
"embark": "^5.3.0-nightly.8",
38-
"embark-geth": "^5.3.0-nightly.7",
37+
"embark": "^5.3.0-nightly.9",
38+
"embark-geth": "^5.3.0-nightly.9",
3939
"embark-graph": "^5.3.0-nightly.7",
40-
"embark-ipfs": "^5.3.0-nightly.7",
41-
"embark-parity": "^5.3.0-nightly.7",
40+
"embark-ipfs": "^5.3.0-nightly.9",
41+
"embark-parity": "^5.3.0-nightly.9",
4242
"embark-profiler": "^5.3.0-nightly.7",
4343
"embark-reset": "^5.2.3",
44-
"embark-swarm": "^5.3.0-nightly.7",
45-
"embark-whisper-geth": "^5.3.0-nightly.7",
44+
"embark-swarm": "^5.3.0-nightly.9",
45+
"embark-whisper-geth": "^5.3.0-nightly.9",
4646
"embarkjs": "^5.3.0-nightly.6",
4747
"embarkjs-ens": "^5.3.0-nightly.6",
4848
"embarkjs-ipfs": "^5.3.0-nightly.4",

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

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

dapps/templates/simple/package.json

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

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

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

dapps/tests/app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"description": "Test DApp for integration testing purposes",
33
"devDependencies": {
44
"bootstrap": "3.4.1",
5-
"embark": "^5.3.0-nightly.8",
5+
"embark": "^5.3.0-nightly.9",
66
"embark-dapp-test-service": "^5.2.3",
7-
"embark-geth": "^5.3.0-nightly.7",
7+
"embark-geth": "^5.3.0-nightly.9",
88
"embark-graph": "^5.3.0-nightly.7",
99
"embark-i18n": "^5.3.0-nightly.5",
10-
"embark-ipfs": "^5.3.0-nightly.7",
11-
"embark-parity": "^5.3.0-nightly.7",
10+
"embark-ipfs": "^5.3.0-nightly.9",
11+
"embark-parity": "^5.3.0-nightly.9",
1212
"embark-profiler": "^5.3.0-nightly.7",
1313
"embark-reset": "^5.2.3",
14-
"embark-swarm": "^5.3.0-nightly.7",
15-
"embark-whisper-geth": "^5.3.0-nightly.7",
14+
"embark-swarm": "^5.3.0-nightly.9",
15+
"embark-whisper-geth": "^5.3.0-nightly.9",
1616
"embarkjs": "^5.3.0-nightly.6",
1717
"embarkjs-ens": "^5.3.0-nightly.6",
1818
"embarkjs-ipfs": "^5.3.0-nightly.4",
@@ -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.8"
41+
"version": "5.3.0-nightly.9"
4242
}

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

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

0 commit comments

Comments
 (0)