mirror of https://github.com/embarklabs/embark.git
chore(prerelease): 6.0.1-nightly.1
This commit is contained in:
parent
cfa43bc464
commit
c7a5c4c368
11
CHANGELOG.md
11
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.
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "6.0.1-nightly.0"
|
||||
"version": "6.0.1-nightly.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue