chore(release): 4.0.0-beta.2

This commit is contained in:
Michael Bradley, Jr 2019-03-18 17:04:40 -05:00
parent b3b2b317c7
commit fa89390ee0
16 changed files with 86 additions and 14 deletions

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
### Bug Fixes
* typed commands in console ([9d34355](https://github.com/embark-framework/embark/commit/9d34355))
* **embark-ui:** detect fallback functions in the contracts explorer ([832f16a](https://github.com/embark-framework/embark/commit/832f16a))
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
**Note:** Version bump only for package embark-dapp-template-boilerplate
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-boilerplate", "name": "embark-dapp-template-boilerplate",
"version": "4.0.0-beta.1", "version": "4.0.0-beta.2",
"description": "Basic DApp template for Embark", "description": "Basic DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embark-framework/embark/issues", "bugs": "https://github.com/embark-framework/embark/issues",
@ -33,7 +33,7 @@
"url": "https://github.com/embark-framework/embark.git" "url": "https://github.com/embark-framework/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^4.0.0-beta.1", "embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1", "embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1", "embarkjs-connector-web3": "^4.0.0-beta.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
**Note:** Version bump only for package embark-dapp-template-demo
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-demo", "name": "embark-dapp-template-demo",
"version": "4.0.0-beta.1", "version": "4.0.0-beta.2",
"description": "Demo DApp for Embark", "description": "Demo DApp for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embark-framework/embark/issues", "bugs": "https://github.com/embark-framework/embark/issues",
@ -33,7 +33,7 @@
"url": "https://github.com/embark-framework/embark.git" "url": "https://github.com/embark-framework/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^4.0.0-beta.1", "embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1", "embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1", "embarkjs-connector-web3": "^4.0.0-beta.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
**Note:** Version bump only for package embark-dapp-template-simple
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-simple", "name": "embark-dapp-template-simple",
"version": "4.0.0-beta.1", "version": "4.0.0-beta.2",
"description": "Contracts-only DApp template for Embark", "description": "Contracts-only DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
"bugs": "https://github.com/embark-framework/embark/issues", "bugs": "https://github.com/embark-framework/embark/issues",
@ -29,7 +29,7 @@
"url": "https://github.com/embark-framework/embark.git" "url": "https://github.com/embark-framework/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^4.0.0-beta.1", "embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1", "embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1", "embarkjs-connector-web3": "^4.0.0-beta.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
**Note:** Version bump only for package embark-dapp-test-app
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

@ -3,7 +3,7 @@
"devDependencies": { "devDependencies": {
"@babel/code-frame": "7.0.0", "@babel/code-frame": "7.0.0",
"bootstrap": "3.4.0", "bootstrap": "3.4.0",
"embark": "^4.0.0-beta.1", "embark": "^4.0.0-beta.2",
"embark-dapp-test-service": "^4.0.0-beta.1", "embark-dapp-test-service": "^4.0.0-beta.1",
"embark-reset": "^4.0.0-beta.1", "embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1", "embarkjs-connector-web3": "^4.0.0-beta.1",
@ -24,5 +24,5 @@
"reset": "npx embark-reset", "reset": "npx embark-reset",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "4.0.0-beta.1" "version": "4.0.0-beta.2"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
**Note:** Version bump only for package embark-dapp-test-contracts
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

@ -1,7 +1,7 @@
{ {
"description": "Test DApp for integration testing purposes", "description": "Test DApp for integration testing purposes",
"devDependencies": { "devDependencies": {
"embark": "^4.0.0-beta.1", "embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1", "embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1" "embarkjs-connector-web3": "^4.0.0-beta.1"
}, },
@ -14,5 +14,5 @@
"reset": "npx embark-reset", "reset": "npx embark-reset",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "4.0.0-beta.1" "version": "4.0.0-beta.2"
} }

View File

@ -16,5 +16,5 @@
}, },
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"version": "4.0.0-beta.1" "version": "4.0.0-beta.2"
} }

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
### Bug Fixes
* typed commands in console ([9d34355](https://github.com/embark-framework/embark/commit/9d34355))
* **embark-ui:** detect fallback functions in the contracts explorer ([832f16a](https://github.com/embark-framework/embark/commit/832f16a))
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-beta.2](https://github.com/embark-framework/embark/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-03-18)
**Note:** Version bump only for package embark
# [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18) # [4.0.0-beta.1](https://github.com/embark-framework/embark/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-03-18)

View File

@ -1,6 +1,6 @@
{ {
"name": "embark", "name": "embark",
"version": "4.0.0-beta.1", "version": "4.0.0-beta.2",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps", "description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -88,7 +88,7 @@
"ejs": "2.6.1", "ejs": "2.6.1",
"embark-compiler": "^4.0.0-beta.1", "embark-compiler": "^4.0.0-beta.1",
"embark-reset": "^4.0.0-beta.1", "embark-reset": "^4.0.0-beta.1",
"embark-ui": "^4.0.0-beta.1", "embark-ui": "^4.0.0-beta.2",
"embark-vyper": "^4.0.0-beta.1", "embark-vyper": "^4.0.0-beta.1",
"embarkjs": "^4.0.0-beta.1", "embarkjs": "^4.0.0-beta.1",
"eth-ens-namehash": "2.0.8", "eth-ens-namehash": "2.0.8",