diff --git a/CHANGELOG.md b/CHANGELOG.md index 0996f3ca9..c2fbd19c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.2...v5.1.1-nightly.3) (2020-02-01) + + +### Bug Fixes + +* **@embark/demo:** fix ethereum not available in browser in the demo ([39919f2](https://github.com/embarklabs/embark/commit/39919f2)) + + + + + ## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) **Note:** Version bump only for package root diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 708a847f7..0f801369d 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.2...v5.1.1-nightly.3) (2020-02-01) + + +### Bug Fixes + +* **@embark/demo:** fix ethereum not available in browser in the demo ([39919f2](https://github.com/embarklabs/embark/commit/39919f2)) + + + + + ## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31) **Note:** Version bump only for package embark-dapp-template-demo diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 1e6d5bf7a..9bd208df1 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.1.1-nightly.2", + "version": "5.1.1-nightly.3", "description": "Demo DApp for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embarklabs/embark/issues", diff --git a/lerna.json b/lerna.json index cd7620f94..ba30338c5 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.1-nightly.2" + "version": "5.1.1-nightly.3" }