chore(release): 4.0.0

This commit is contained in:
Michael Bradley, Jr 2019-03-18 18:26:56 -05:00
parent 5161f54a39
commit 21e23313ba
34 changed files with 182 additions and 40 deletions

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
### Bug Fixes
* **embark-ui:** don't show debug button for txs of silent contracts ([5161f54](https://github.com/embark-framework/embark/commit/5161f54))
# [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)

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-dapp-template-boilerplate
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"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,9 +33,9 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1",
"embark": "^4.0.0",
"embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3"
}

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-dapp-template-demo
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"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,9 +33,9 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1",
"embark": "^4.0.0",
"embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0",
"npm-run-all": "4.1.5",
"react": "16.7.0",
"react-bootstrap": "0.32.4",

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-dapp-template-simple
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-simple",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"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,9 +29,9 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1",
"embark": "^4.0.0",
"embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3"
}

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-dapp-test-app
# [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

View File

@ -3,10 +3,10 @@
"devDependencies": {
"@babel/code-frame": "7.0.0",
"bootstrap": "3.4.0",
"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",
"embark": "^4.0.0",
"embark-dapp-test-service": "^4.0.0",
"embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0",
"fs-extra": "7.0.1",
"haml": "0.4.3",
"jquery": "3.3.1",
@ -24,5 +24,5 @@
"reset": "npx embark-reset",
"test": "npx embark test"
},
"version": "4.0.0-beta.2"
"version": "4.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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-dapp-test-contracts
# [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

View File

@ -1,9 +1,9 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^4.0.0-beta.2",
"embark-reset": "^4.0.0-beta.1",
"embarkjs-connector-web3": "^4.0.0-beta.1"
"embark": "^4.0.0",
"embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0"
},
"name": "embark-dapp-test-contracts",
"private": true,
@ -14,5 +14,5 @@
"reset": "npx embark-reset",
"test": "npx embark test"
},
"version": "4.0.0-beta.2"
"version": "4.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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-dapp-test-service
# [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

@ -6,5 +6,5 @@
"main": "index.js",
"name": "embark-dapp-test-service",
"private": true,
"version": "4.0.0-beta.1"
"version": "4.0.0"
}

View File

@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.0.0-beta.2"
"version": "4.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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-async-wrapper
# [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-async-wrapper",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Extensions to caolan/async used by 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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-compiler
# [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-compiler",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark compiler module",
@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-async-wrapper": "^4.0.0-beta.1"
"embark-async-wrapper": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "7.2.3",

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-graph
# [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-graph",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Smart contract documentation generator for Embark DApps",

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-reset
# [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-reset",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "DApp reset utlity for 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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package @types/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)

View File

@ -1,7 +1,7 @@
{
"name": "@types/embark",
"private": true,
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "TypeScript definitions for 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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
### Bug Fixes
* **embark-ui:** don't show debug button for txs of silent contracts ([5161f54](https://github.com/embark-framework/embark/commit/5161f54))
# [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)

View File

@ -1,6 +1,6 @@
{
"name": "embark-ui",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark-vyper
# [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-vyper",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark wrapper for the Vyper compiler",
@ -47,7 +47,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-async-wrapper": "^4.0.0-beta.1",
"embark-async-wrapper": "^4.0.0",
"shelljs": "0.5.3"
},
"devDependencies": {

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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embark
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -86,11 +86,11 @@
"decompress": "4.2.0",
"deep-equal": "1.0.1",
"ejs": "2.6.1",
"embark-compiler": "^4.0.0-beta.1",
"embark-reset": "^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",
"embark-compiler": "^4.0.0",
"embark-reset": "^4.0.0",
"embark-ui": "^4.0.0",
"embark-vyper": "^4.0.0",
"embarkjs": "^4.0.0",
"eth-ens-namehash": "2.0.8",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embarkjs-connector-web3
# [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": "embarkjs-connector-web3",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Web3.js Connector 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.
# [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18)
**Note:** Version bump only for package embarkjs
# [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": "embarkjs",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "JavaScript library for easily interacting with web3 technologies",