chore(prerelease): 6.0.1-nightly.1

This commit is contained in:
EmbarkBot 2020-10-08 00:29:51 +00:00
parent cfa43bc464
commit c7a5c4c368
8 changed files with 48 additions and 4 deletions

View File

@ -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.
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
### Bug Fixes
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)

View File

@ -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.
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
### Bug Fixes
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "6.0.1-nightly.0",
"version": "6.0.1-nightly.1",
"description": "Basic DApp template for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embarklabs/embark/issues",

View File

@ -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.
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
### Bug Fixes
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "6.0.1-nightly.0",
"version": "6.0.1-nightly.1",
"description": "Demo DApp for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embarklabs/embark/issues",

View File

@ -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.
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
### Bug Fixes
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
**Note:** Version bump only for package embark-dapp-test-app

View File

@ -39,5 +39,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "6.0.1-nightly.0"
"version": "6.0.1-nightly.1"
}

View File

@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "6.0.1-nightly.0"
"version": "6.0.1-nightly.1"
}