mirror of https://github.com/embarklabs/embark.git
chore(release): 4.0.0-beta.2
This commit is contained in:
parent
b3b2b317c7
commit
fa89390ee0
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "4.0.0-beta.1",
|
||||
"version": "4.0.0-beta.2",
|
||||
"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",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^4.0.0-beta.1",
|
||||
"embark": "^4.0.0-beta.2",
|
||||
"embark-reset": "^4.0.0-beta.1",
|
||||
"embarkjs-connector-web3": "^4.0.0-beta.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "4.0.0-beta.1",
|
||||
"version": "4.0.0-beta.2",
|
||||
"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",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^4.0.0-beta.1",
|
||||
"embark": "^4.0.0-beta.2",
|
||||
"embark-reset": "^4.0.0-beta.1",
|
||||
"embarkjs-connector-web3": "^4.0.0-beta.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "4.0.0-beta.1",
|
||||
"version": "4.0.0-beta.2",
|
||||
"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",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^4.0.0-beta.1",
|
||||
"embark": "^4.0.0-beta.2",
|
||||
"embark-reset": "^4.0.0-beta.1",
|
||||
"embarkjs-connector-web3": "^4.0.0-beta.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/code-frame": "7.0.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-reset": "^4.0.0-beta.1",
|
||||
"embarkjs-connector-web3": "^4.0.0-beta.1",
|
||||
|
@ -24,5 +24,5 @@
|
|||
"reset": "npx embark-reset",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "4.0.0-beta.1"
|
||||
"version": "4.0.0-beta.2"
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^4.0.0-beta.1",
|
||||
"embark": "^4.0.0-beta.2",
|
||||
"embark-reset": "^4.0.0-beta.1",
|
||||
"embarkjs-connector-web3": "^4.0.0-beta.1"
|
||||
},
|
||||
|
@ -14,5 +14,5 @@
|
|||
"reset": "npx embark-reset",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "4.0.0-beta.1"
|
||||
"version": "4.0.0-beta.2"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "4.0.0-beta.1"
|
||||
"version": "4.0.0-beta.2"
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ui",
|
||||
"version": "4.0.0-beta.1",
|
||||
"version": "4.0.0-beta.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Web frontend for interactive DApp development with Embark",
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "4.0.0-beta.1",
|
||||
"version": "4.0.0-beta.2",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
|
@ -88,7 +88,7 @@
|
|||
"ejs": "2.6.1",
|
||||
"embark-compiler": "^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",
|
||||
"embarkjs": "^4.0.0-beta.1",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
|
|
Loading…
Reference in New Issue