Skip to content

Commit

Permalink
chore(prerelease): 5.1.1-nightly.3
Browse files Browse the repository at this point in the history
  • Loading branch information
embarkbot committed Feb 1, 2020
1 parent 39919f2 commit 12e2665
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions dapps/templates/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dapps/templates/demo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.1.1-nightly.2"
"version": "5.1.1-nightly.3"
}

0 comments on commit 12e2665

Please sign in to comment.