Skip to content

Commit 12e2665

Browse files
committed
chore(prerelease): 5.1.1-nightly.3
1 parent 39919f2 commit 12e2665

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.1.1-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.2...v5.1.1-nightly.3) (2020-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/demo:** fix ethereum not available in browser in the demo ([39919f2](https://github.com/embarklabs/embark/commit/39919f2))
12+
13+
14+
15+
16+
617
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
718

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

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.1.1-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.2...v5.1.1-nightly.3) (2020-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/demo:** fix ethereum not available in browser in the demo ([39919f2](https://github.com/embarklabs/embark/commit/39919f2))
12+
13+
14+
15+
16+
617
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
718

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

dapps/templates/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-dapp-template-demo",
3-
"version": "5.1.1-nightly.2",
3+
"version": "5.1.1-nightly.3",
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",

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.1.1-nightly.2"
19+
"version": "5.1.1-nightly.3"
2020
}

0 commit comments

Comments
 (0)