Skip to content

Commit c7a5c4c

Browse files
committed
chore(prerelease): 6.0.1-nightly.1
1 parent cfa43bc commit c7a5c4c

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
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+
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
12+
13+
14+
15+
16+
617
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
718

819

dapps/templates/boilerplate/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+
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
12+
13+
14+
15+
16+
617
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
718

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

dapps/templates/boilerplate/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-boilerplate",
3-
"version": "6.0.1-nightly.0",
3+
"version": "6.0.1-nightly.1",
44
"description": "Basic DApp template for Embark",
55
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
66
"bugs": "https://github.com/embarklabs/embark/issues",

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+
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
12+
13+
14+
15+
16+
617
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
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": "6.0.1-nightly.0",
3+
"version": "6.0.1-nightly.1",
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",

dapps/tests/app/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+
## [6.0.1-nightly.1](https://github.com/embarklabs/embark/compare/v6.0.1-nightly.0...v6.0.1-nightly.1) (2020-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **@embark/dapps:** use utf-8 in html script tag ([cfa43bc](https://github.com/embarklabs/embark/commit/cfa43bc))
12+
13+
14+
15+
16+
617
## [6.0.1-nightly.0](https://github.com/embarklabs/embark/compare/v6.0.0...v6.0.1-nightly.0) (2020-08-08)
718

819
**Note:** Version bump only for package embark-dapp-test-app

dapps/tests/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
4040
"test": "npx embark test"
4141
},
42-
"version": "6.0.1-nightly.0"
42+
"version": "6.0.1-nightly.1"
4343
}

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": "6.0.1-nightly.0"
19+
"version": "6.0.1-nightly.1"
2020
}

0 commit comments

Comments
 (0)