chore(release): 5.0.0-alpha.10

This commit is contained in:
Iuri Matias 2019-12-24 15:27:23 -05:00
parent 441db4fd18
commit b02b7ec751
22 changed files with 118 additions and 20 deletions

View File

@ -3,6 +3,18 @@
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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
### Bug Fixes
* **@embark/embarkjs:** Fix event name misspelling ([8f9f631](https://github.com/embark-framework/embark/commit/8f9f631))
* **@embark/ens:** Handle cases when no “register” in config ([349b269](https://github.com/embark-framework/embark/commit/349b269))
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark-dapp-template-boilerplate
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
**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.9",
"version": "5.0.0-alpha.10",
"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.9",
"embark": "^5.0.0-alpha.10",
"embark-reset": "^5.0.0-alpha.5",
"embarkjs": "^5.0.0-alpha.9",
"embarkjs-ens": "^5.0.0-alpha.9",

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark-dapp-template-demo
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
**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.9",
"version": "5.0.0-alpha.10",
"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.9",
"embark": "^5.0.0-alpha.10",
"embark-reset": "^5.0.0-alpha.5",
"embarkjs": "^5.0.0-alpha.9",
"embarkjs-ens": "^5.0.0-alpha.9",

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark-dapp-template-simple
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
**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.9",
"version": "5.0.0-alpha.10",
"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.9",
"embark": "^5.0.0-alpha.10",
"embark-reset": "^5.0.0-alpha.5",
"embarkjs": "^5.0.0-alpha.9",
"embarkjs-ens": "^5.0.0-alpha.9",

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark-dapp-test-app
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
**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.9",
"embark": "^5.0.0-alpha.10",
"embark-dapp-test-service": "^5.0.0-alpha.5",
"embark-i18n": "^5.0.0-alpha.5",
"embark-reset": "^5.0.0-alpha.5",
@ -32,5 +32,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.0.0-alpha.9"
"version": "5.0.0-alpha.10"
}

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark-dapp-test-contracts
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
**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.9",
"embark": "^5.0.0-alpha.10",
"embark-reset": "^5.0.0-alpha.5",
"embarkjs": "^5.0.0-alpha.9",
"embarkjs-ens": "^5.0.0-alpha.9",
@ -21,5 +21,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.0.0-alpha.9"
"version": "5.0.0-alpha.10"
}

View File

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

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark-engine
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
**Note:** Version bump only for package embark-engine

View File

@ -1,6 +1,6 @@
{
"name": "embark-engine",
"version": "5.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Engine library for Embark",
@ -61,8 +61,8 @@
"embark-coverage": "^5.0.0-alpha.9",
"embark-debugger": "^5.0.0-alpha.5",
"embark-deployment": "^5.0.0-alpha.9",
"embark-embarkjs": "^5.0.0-alpha.9",
"embark-ens": "^5.0.0-alpha.9",
"embark-embarkjs": "^5.0.0-alpha.10",
"embark-ens": "^5.0.0-alpha.10",
"embark-ethereum-blockchain-client": "^5.0.0-alpha.9",
"embark-ganache": "^5.0.0-alpha.9",
"embark-geth": "^5.0.0-alpha.9",
@ -78,7 +78,7 @@
"embark-profiler": "^5.0.0-alpha.9",
"embark-proxy": "^5.0.0-alpha.9",
"embark-rpc-manager": "^5.0.0-alpha.9",
"embark-scaffolding": "^5.0.0-alpha.9",
"embark-scaffolding": "^5.0.0-alpha.10",
"embark-solidity": "^5.0.0-alpha.9",
"embark-solidity-tests": "^5.0.0-alpha.9",
"embark-specialconfigs": "^5.0.0-alpha.5",

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "5.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"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.9",
"embark-deploy-tracker": "^5.0.0-alpha.9",
"embark-engine": "^5.0.0-alpha.9",
"embark-engine": "^5.0.0-alpha.10",
"embark-graph": "^5.0.0-alpha.5",
"embark-i18n": "^5.0.0-alpha.5",
"embark-logger": "^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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
### Bug Fixes
* **@embark/ens:** Handle cases when no “register” in config ([349b269](https://github.com/embark-framework/embark/commit/349b269))
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)

View File

@ -1,6 +1,6 @@
{
"name": "embark-ens",
"version": "5.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implements ENS support in Embark",

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
**Note:** Version bump only for package embark-scaffolding
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)

View File

@ -1,6 +1,6 @@
{
"name": "embark-scaffolding",
"version": "5.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Provides scaffolding utilities",

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.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
### Bug Fixes
* **@embark/embarkjs:** Fix event name misspelling ([8f9f631](https://github.com/embark-framework/embark/commit/8f9f631))
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
**Note:** Version bump only for package embark-embarkjs

View File

@ -1,6 +1,6 @@
{
"name": "embark-embarkjs",
"version": "5.0.0-alpha.9",
"version": "5.0.0-alpha.10",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "EmbarkJS APIs for Embark",