chore(release): 5.0.0-alpha.6

This commit is contained in:
Iuri Matias 2019-12-17 15:41:00 -05:00
parent aea2b6f97f
commit 5893bc38b9
26 changed files with 156 additions and 25 deletions

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@cockpit/contracts:** ensure contract state is emitted in realtime ([aa5121a](https://github.com/embark-framework/embark/commit/aa5121a))
* **@embark/dapps:** Contracts app test failure ([7dfa2b9](https://github.com/embark-framework/embark/commit/7dfa2b9))
* **@embark/engine:** ensure deployment hook logs don't produce unexpected output ([920b078](https://github.com/embark-framework/embark/commit/920b078)), closes [/github.com/embark-framework/embark/commit/ee56f3771389a00e019eadce595dcf30468f0afe#diff-a7c4cef8bfebeb39fcd092aca5570fecL324-L340](https://github.com//github.com/embark-framework/embark/commit/ee56f3771389a00e019eadce595dcf30468f0afe/issues/diff-a7c4cef8bfebeb39fcd092aca5570fecL324-L340)
* **@embark/ens:** Show ENS controls for Test DApp ([aea2b6f](https://github.com/embark-framework/embark/commit/aea2b6f))
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
**Note:** Version bump only for package embark-dapp-template-boilerplate
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "Basic DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
@ -32,7 +32,7 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^5.0.0-alpha.5",
"embark": "^5.0.0-alpha.6",
"embark-reset": "^5.0.0-alpha.5",
"rimraf": "3.0.0"
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
**Note:** Version bump only for package embark-dapp-template-demo
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "Demo DApp for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
@ -34,7 +34,7 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.0.0-alpha.5",
"embark": "^5.0.0-alpha.6",
"embark-reset": "^5.0.0-alpha.5",
"jquery": "3.4.1",
"popper.js": "1.15.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
**Note:** Version bump only for package embark-dapp-template-simple
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-dapp-template-simple

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-simple",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "Contracts-only DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
@ -28,7 +28,7 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^5.0.0-alpha.5",
"embark": "^5.0.0-alpha.6",
"embark-reset": "^5.0.0-alpha.5",
"rimraf": "3.0.0"
}

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.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@embark/ens:** Show ENS controls for Test DApp ([aea2b6f](https://github.com/embark-framework/embark/commit/aea2b6f))
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-dapp-test-app

View File

@ -3,7 +3,7 @@
"devDependencies": {
"@babel/code-frame": "7.5.5",
"bootstrap": "3.4.1",
"embark": "^5.0.0-alpha.5",
"embark": "^5.0.0-alpha.6",
"embark-dapp-test-service": "^5.0.0-alpha.5",
"embark-i18n": "^5.0.0-alpha.5",
"embark-reset": "^5.0.0-alpha.5",
@ -26,5 +26,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.0.0-alpha.5"
"version": "5.0.0-alpha.6"
}

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.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@embark/dapps:** Contracts app test failure ([7dfa2b9](https://github.com/embark-framework/embark/commit/7dfa2b9))
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-dapp-test-contracts

View File

@ -1,7 +1,7 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^5.0.0-alpha.5",
"embark": "^5.0.0-alpha.6",
"embark-reset": "^5.0.0-alpha.5",
"rimraf": "3.0.0"
},
@ -15,5 +15,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.0.0-alpha.5"
"version": "5.0.0-alpha.6"
}

View File

@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.0.0-alpha.5"
"version": "5.0.0-alpha.6"
}

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.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@embark/ens:** Show ENS controls for Test DApp ([aea2b6f](https://github.com/embark-framework/embark/commit/aea2b6f))
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-ui

View File

@ -1,6 +1,6 @@
{
"name": "embark-ui",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Web frontend for interactive DApp development with Embark",

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.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@embark/engine:** ensure deployment hook logs don't produce unexpected output ([920b078](https://github.com/embark-framework/embark/commit/920b078)), closes [/github.com/embark-framework/embark/commit/ee56f3771389a00e019eadce595dcf30468f0afe#diff-a7c4cef8bfebeb39fcd092aca5570fecL324-L340](https://github.com//github.com/embark-framework/embark/commit/ee56f3771389a00e019eadce595dcf30468f0afe/issues/diff-a7c4cef8bfebeb39fcd092aca5570fecL324-L340)
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-engine

View File

@ -1,6 +1,6 @@
{
"name": "embark-engine",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Engine library for Embark",
@ -47,7 +47,7 @@
"@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3",
"embark-accounts-manager": "^5.0.0-alpha.5",
"embark-api": "^5.0.0-alpha.5",
"embark-api": "^5.0.0-alpha.6",
"embark-authenticator": "^5.0.0-alpha.5",
"embark-basic-pipeline": "^5.0.0-alpha.5",
"embark-blockchain": "^5.0.0-alpha.5",
@ -56,13 +56,13 @@
"embark-communication": "^5.0.0-alpha.5",
"embark-compiler": "^5.0.0-alpha.5",
"embark-console": "^5.0.0-alpha.5",
"embark-contracts-manager": "^5.0.0-alpha.5",
"embark-contracts-manager": "^5.0.0-alpha.6",
"embark-core": "^5.0.0-alpha.5",
"embark-coverage": "^5.0.0-alpha.5",
"embark-debugger": "^5.0.0-alpha.5",
"embark-deployment": "^5.0.0-alpha.5",
"embark-embarkjs": "^5.0.0-alpha.5",
"embark-ens": "^5.0.0-alpha.5",
"embark-ens": "^5.0.0-alpha.6",
"embark-ethereum-blockchain-client": "^5.0.0-alpha.5",
"embark-ganache": "^5.0.0-alpha.5",
"embark-geth": "^5.0.0-alpha.5",

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.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@cockpit/contracts:** ensure contract state is emitted in realtime ([aa5121a](https://github.com/embark-framework/embark/commit/aa5121a))
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -79,7 +79,7 @@
"decompress": "4.2.0",
"embark-core": "^5.0.0-alpha.5",
"embark-deploy-tracker": "^5.0.0-alpha.5",
"embark-engine": "^5.0.0-alpha.5",
"embark-engine": "^5.0.0-alpha.6",
"embark-graph": "^5.0.0-alpha.5",
"embark-i18n": "^5.0.0-alpha.5",
"embark-logger": "^5.0.0-alpha.5",
@ -144,7 +144,7 @@
"chai": "4.1.2",
"embark-code-runner": "^5.0.0-alpha.5",
"embark-compiler": "^5.0.0-alpha.5",
"embark-contracts-manager": "^5.0.0-alpha.5",
"embark-contracts-manager": "^5.0.0-alpha.6",
"embark-solidity": "^5.0.0-alpha.5",
"embark-solo": "^5.0.0-alpha.5",
"embark-test-contract-0": "0.0.2",

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.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@embark/dapps:** Contracts app test failure ([7dfa2b9](https://github.com/embark-framework/embark/commit/7dfa2b9))
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embarkjs-ens

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-ens",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ens plugin for embarkjs",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
**Note:** Version bump only for package embark-ens
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-ens

View File

@ -1,6 +1,6 @@
{
"name": "embark-ens",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implements ENS support in Embark",
@ -50,7 +50,7 @@
"embark-i18n": "^5.0.0-alpha.5",
"embark-utils": "^5.0.0-alpha.5",
"embarkjs": "^5.0.0-alpha.5",
"embarkjs-ens": "^5.0.0-alpha.5",
"embarkjs-ens": "^5.0.0-alpha.6",
"eth-ens-namehash": "2.0.8",
"lodash.clonedeep": "4.5.0",
"web3": "1.2.1"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
**Note:** Version bump only for package embark-api
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-api

View File

@ -1,6 +1,6 @@
{
"name": "embark-api",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark api module",
@ -54,7 +54,7 @@
"cors": "2.8.5",
"embark-core": "^5.0.0-alpha.5",
"embark-i18n": "^5.0.0-alpha.5",
"embark-ui": "^5.0.0-alpha.5",
"embark-ui": "^5.0.0-alpha.6",
"embark-utils": "^5.0.0-alpha.5",
"express": "4.17.1",
"express-ws": "4.0.0",

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.
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
### Bug Fixes
* **@cockpit/contracts:** ensure contract state is emitted in realtime ([aa5121a](https://github.com/embark-framework/embark/commit/aa5121a))
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
**Note:** Version bump only for package embark-contracts-manager

View File

@ -1,6 +1,6 @@
{
"name": "embark-contracts-manager",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Smart contracts manager for Embark",