chore(release): 4.1.0-beta.1

This commit is contained in:
Michael Bradley, Jr 2019-05-15 18:44:46 -05:00
parent c4d647c299
commit 4ee1567264
100 changed files with 701 additions and 178 deletions

View File

@ -3,6 +3,55 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark-utils/accountParser:** fix privateKey accounts ([fc02405](https://github.com/embark-framework/embark/commit/fc02405))
* **@embark/api:** import colors pkg so type string has .stripColors ([fbfe376](https://github.com/embark-framework/embark/commit/fbfe376))
* **@embark/api:** setup the embark-ui build dir before the express instance ([c4d647c](https://github.com/embark-framework/embark/commit/c4d647c))
* **@embark/api:** specify colors package as a dependency ([ae8ec69](https://github.com/embark-framework/embark/commit/ae8ec69))
* **@embark/blockchain_process:** use correct import for ProcessWrapper ([9acf256](https://github.com/embark-framework/embark/commit/9acf256))
* **@embark/console:** fix cockpit console if using console command ([d5c3a9c](https://github.com/embark-framework/embark/commit/d5c3a9c))
* **@embark/core:** move process.on inside ProcessWrapper's constructor ([fd09488](https://github.com/embark-framework/embark/commit/fd09488))
* **@embark/demo:** link css from dependency ([438e917](https://github.com/embark-framework/embark/commit/438e917))
* **@embark/demo:** render whisper error messages not error objects ([925ed06](https://github.com/embark-framework/embark/commit/925ed06))
* **@embark/deployment:** only log error when error exists ([bf0f439](https://github.com/embark-framework/embark/commit/bf0f439))
* **@embark/library-manager:** specify colors package as a dependency ([2d22819](https://github.com/embark-framework/embark/commit/2d22819))
* **@embark/plugin-cmd:** revise package.json in light of [#1573](https://github.com/embark-framework/embark/issues/1573), [#1574](https://github.com/embark-framework/embark/issues/1574), [#1575](https://github.com/embark-framework/embark/issues/1575), [#1576](https://github.com/embark-framework/embark/issues/1576) ([c30f742](https://github.com/embark-framework/embark/commit/c30f742))
* **@embark/site:** fix strategy not put in the right section ([8781585](https://github.com/embark-framework/embark/commit/8781585))
* **@embark/specialconfig:** fix undefined contract name in onDeploy ([7eb85f0](https://github.com/embark-framework/embark/commit/7eb85f0))
* **@embark/utils:** expose longRunningProcessTimer properly ([244e2e2](https://github.com/embark-framework/embark/commit/244e2e2))
* **embark-site:** error in tracking section ([c7c923d](https://github.com/embark-framework/embark/commit/c7c923d))
* **embark-site:** remove double web3 typo ([b9c12dd](https://github.com/embark-framework/embark/commit/b9c12dd))
* improve wording on contract constructor failing ([ea7ae22](https://github.com/embark-framework/embark/commit/ea7ae22))
* **embark/generator:** add back environment to EmbarkJS ([1ae0ab6](https://github.com/embark-framework/embark/commit/1ae0ab6))
* **embark/generator:** add empty line to embarkjs ([6b16f66](https://github.com/embark-framework/embark/commit/6b16f66))
* **test:** fix accountParser test in regards to privateKey fix ([a22d8fc](https://github.com/embark-framework/embark/commit/a22d8fc))
* add missing linkjuice built ([b5db685](https://github.com/embark-framework/embark/commit/b5db685))
* dashboard auto complete ([c51ec50](https://github.com/embark-framework/embark/commit/c51ec50))
* make coverage more forgiving ([0f4e554](https://github.com/embark-framework/embark/commit/0f4e554))
* parity origins ([a75fa79](https://github.com/embark-framework/embark/commit/a75fa79))
* update solidity-parser-antlr to allow the use of the payable keyword in contracts ([7401966](https://github.com/embark-framework/embark/commit/7401966))
### Features
* **@embar/contracts-manager:** add message for interface contracts ([334d3bc](https://github.com/embark-framework/embark/commit/334d3bc))
* **@embark-site:** add troubleshooting guide on interface contracts ([1f02e49](https://github.com/embark-framework/embark/commit/1f02e49))
* **@embark/api:** Add command `service api on/off` ([634feb5](https://github.com/embark-framework/embark/commit/634feb5))
* **@embark/blockchain:** Restart Ethereum via command ([7a76516](https://github.com/embark-framework/embark/commit/7a76516))
* **@embark/storage:** Add command `service ipfs on/off` ([1e4e6e4](https://github.com/embark-framework/embark/commit/1e4e6e4))
* **@embark/storage:** Add command `service swarm on/off` ([3dcc339](https://github.com/embark-framework/embark/commit/3dcc339))
* **@embark/test-runner:** show interface contract message in tests ([f9d7a3f](https://github.com/embark-framework/embark/commit/f9d7a3f))
* **@embark/webserver:** Add support for `service webserver on/off` ([0c394fe](https://github.com/embark-framework/embark/commit/0c394fe))
* **@embark/whisper:** Remove support for `service whisper on/off` ([fc01daf](https://github.com/embark-framework/embark/commit/fc01daf))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)

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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-dapp-template-boilerplate
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"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.1.0-beta.0",
"embark": "^4.1.0-beta.1",
"embark-reset": "^4.1.0-beta.0",
"embarkjs-connector-web3": "^4.0.0",
"embarkjs-connector-web3": "^4.1.0-beta.1",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3"
}

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.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark/demo:** link css from dependency ([438e917](https://github.com/embark-framework/embark/commit/438e917))
* **@embark/demo:** render whisper error messages not error objects ([925ed06](https://github.com/embark-framework/embark/commit/925ed06))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"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,14 +33,14 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^4.1.0-beta.0",
"bootstrap": "3.3.7",
"embark": "^4.1.0-beta.1",
"embark-reset": "^4.1.0-beta.0",
"embarkjs-connector-web3": "^4.0.0",
"embarkjs-connector-web3": "^4.1.0-beta.1",
"npm-run-all": "4.1.5",
"react": "16.7.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.7.0",
"rimraf": "2.6.3",
"bootstrap": "3.3.7"
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-dapp-template-simple
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-dapp-template-simple

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-simple",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"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.1.0-beta.0",
"embark": "^4.1.0-beta.1",
"embark-reset": "^4.1.0-beta.0",
"embarkjs-connector-web3": "^4.0.0",
"embarkjs-connector-web3": "^4.1.0-beta.1",
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-dapp-test-app
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-dapp-test-app

View File

@ -3,11 +3,11 @@
"devDependencies": {
"@babel/code-frame": "7.0.0",
"bootstrap": "3.4.0",
"embark": "^4.1.0-beta.0",
"embark": "^4.1.0-beta.1",
"embark-dapp-test-service": "^4.0.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"embark-reset": "^4.1.0-beta.0",
"embarkjs-connector-web3": "^4.0.0",
"embarkjs-connector-web3": "^4.1.0-beta.1",
"fs-extra": "7.0.1",
"haml": "0.4.3",
"jquery": "3.3.1",
@ -25,5 +25,5 @@
"reset": "npx embark-reset",
"test": "npx embark test"
},
"version": "4.1.0-beta.0"
"version": "4.1.0-beta.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.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-dapp-test-contracts
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)

View File

@ -1,9 +1,9 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^4.1.0-beta.0",
"embark": "^4.1.0-beta.1",
"embark-reset": "^4.1.0-beta.0",
"embarkjs-connector-web3": "^4.0.0"
"embarkjs-connector-web3": "^4.1.0-beta.1"
},
"name": "embark-dapp-test-contracts",
"private": true,
@ -14,5 +14,5 @@
"reset": "npx embark-reset",
"test": "npx embark test"
},
"version": "4.1.0-beta.0"
"version": "4.1.0-beta.1"
}

View File

@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.1.0-beta.0"
"version": "4.1.0-beta.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.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-api-client
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-api-client

View File

@ -1,6 +1,6 @@
{
"name": "embark-api-client",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark api module",

View File

@ -0,0 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark/api:** import colors pkg so type string has .stripColors ([fbfe376](https://github.com/embark-framework/embark/commit/fbfe376))
* **@embark/api:** setup the embark-ui build dir before the express instance ([c4d647c](https://github.com/embark-framework/embark/commit/c4d647c))
* **@embark/api:** specify colors package as a dependency ([ae8ec69](https://github.com/embark-framework/embark/commit/ae8ec69))
### Features
* **@embark/api:** Add command `service api on/off` ([634feb5](https://github.com/embark-framework/embark/commit/634feb5))

View File

@ -1,6 +1,6 @@
{
"name": "embark-api",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark api module",
@ -43,10 +43,10 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"colors": "1.3.2",
"embark-async-wrapper": "^4.0.0",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0"
"embark-async-wrapper": "^4.1.0-beta.1",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1"
},
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-async-wrapper
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark-async-wrapper",
"version": "4.0.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Extensions to caolan/async used by Embark",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-authenticator

View File

@ -1,6 +1,6 @@
{
"name": "embark-authenticator",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Authenticator module for Embark's Cockpit",
@ -47,8 +47,8 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"keccakjs": "0.2.3",
"uuid": "3.3.2"
},

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-blockchain-connector

View File

@ -1,6 +1,6 @@
{
"name": "embark-blockchain-connector",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Blockchain Connector for Embark",
@ -48,10 +48,10 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embarkjs": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"embarkjs": "^4.1.0-beta.1",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.0.0",
"ganache-cli": "6.4.3",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-blockchain-listener

View File

@ -1,6 +1,6 @@
{
"name": "embark-blockchain-listener",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Blockchain Listener APIs for Embark",
@ -48,9 +48,9 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-core": "^4.1.0-beta.0",
"embark-process-logs-api": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-process-logs-api": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"web3": "1.0.0-beta.37"
},
"devDependencies": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-blockchain-process

View File

@ -1,6 +1,6 @@
{
"name": "embark-blockchain-process",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Blockchain process abstraction for Embark",
@ -48,10 +48,10 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-logger": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-logger": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.0.0",
"fs-extra": "7.0.1",
@ -60,8 +60,8 @@
"node-http-proxy-json": "0.1.6",
"pkg-up": "2.0.0",
"pump": "3.0.0",
"shelljs": "0.5.3",
"semver": "5.6.0",
"shelljs": "0.5.3",
"simples": "0.8.8",
"stream-json": "1.1.3",
"ws": "6.1.2"

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-code-generator

View File

@ -1,6 +1,6 @@
{
"name": "embark-code-generator",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark code generator",
@ -50,9 +50,9 @@
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"ejs": "2.6.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"fs-extra": "7.0.1"
},
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-compiler
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark-compiler",
"version": "4.0.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark compiler module",
@ -42,8 +42,8 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-async-wrapper": "^4.0.0",
"embark-i18n": "^4.1.0-beta.0"
"embark-async-wrapper": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-console-listener

View File

@ -1,6 +1,6 @@
{
"name": "embark-console-listener",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Console listener component for Embark",
@ -48,8 +48,8 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0"
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-console

View File

@ -1,6 +1,6 @@
{
"name": "embark-console",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Console component for Embark",
@ -50,17 +50,17 @@
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"chalk": "2.4.2",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"json-stringify-safe": "5.0.1"
},
"devDependencies": {
"@types/json-stringify-safe": "5.0.0",
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@types/json-stringify-safe": "5.0.0",
"cross-env": "5.2.0",
"embark-logger": "^4.1.0-beta.0",
"embark-logger": "^4.1.0-beta.1",
"eslint": "5.7.0",
"mocha": "5.2.0",
"npm-run-all": "4.1.5",

View File

@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Features
* **@embar/contracts-manager:** add message for interface contracts ([334d3bc](https://github.com/embark-framework/embark/commit/334d3bc))
* **@embark/test-runner:** show interface contract message in tests ([f9d7a3f](https://github.com/embark-framework/embark/commit/f9d7a3f))

View File

@ -1,6 +1,6 @@
{
"name": "embark-contracts-manager",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Smart contracts manager for Embark",
@ -49,9 +49,9 @@
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"clone-deep": "4.0.0",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0"
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

View File

@ -0,0 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark/core:** move process.on inside ProcessWrapper's constructor ([fd09488](https://github.com/embark-framework/embark/commit/fd09488))
### Features
* **@embark/storage:** Add command `service ipfs on/off` ([1e4e6e4](https://github.com/embark-framework/embark/commit/1e4e6e4))
* **@embark/whisper:** Remove support for `service whisper on/off` ([fc01daf](https://github.com/embark-framework/embark/commit/fc01daf))

View File

@ -1,6 +1,6 @@
{
"name": "embark-core",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Core library for Embark",
@ -48,9 +48,9 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-i18n": "^4.1.0-beta.0",
"embark-process-logs-api": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"embark-process-logs-api": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"flatted": "0.2.3",
"fs-extra": "7.0.1",
"node-ipc": "9.1.1",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-debugger

View File

@ -1,6 +1,6 @@
{
"name": "embark-debugger",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Debugger component for Embark",
@ -45,7 +45,7 @@
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"colors": "1.3.2",
"embark-i18n": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"remix-debug-debugtest": "0.2.16"
},
"devDependencies": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-deploy-tracker

View File

@ -1,6 +1,6 @@
{
"name": "embark-deploy-tracker",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Console component for Embark",
@ -47,7 +47,7 @@
"extends": "../../.eslintrc.json"
},
"dependencies": {
"embark-utils": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.1",
"fs-extra": "7.0.1"
},
"devDependencies": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-deployment

View File

@ -1,6 +1,6 @@
{
"name": "embark-deployment",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Deployment APIs for Embark",
@ -49,9 +49,9 @@
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"clone-deep": "4.0.0",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0"
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-ens

View File

@ -1,6 +1,6 @@
{
"name": "embark-ens",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implements ENS support in Embark",
@ -49,9 +49,9 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "^2.6.1",
"embarkjs": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"embarkjs": "^4.1.0-beta.1",
"eth-ens-namehash": "2.0.8"
},
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-graph
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark-graph",
"version": "4.0.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Smart contract documentation generator for Embark DApps",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-i18n

View File

@ -1,6 +1,6 @@
{
"name": "embark-i18n",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "i18n Support for Embark",

View File

@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark/library-manager:** specify colors package as a dependency ([2d22819](https://github.com/embark-framework/embark/commit/2d22819))
* **@embark/utils:** expose longRunningProcessTimer properly ([244e2e2](https://github.com/embark-framework/embark/commit/244e2e2))

View File

@ -1,6 +1,6 @@
{
"name": "embark-library-manager",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Module for downloading and managing libraries",
@ -48,8 +48,8 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"colors": "1.3.2",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"live-plugin-manager-git-fix": "0.12.1"
},
"devDependencies": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-listener

View File

@ -1,6 +1,6 @@
{
"name": "embark-listener",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Log listening for Embark",
@ -47,7 +47,7 @@
"extends": "../../.eslintrc.json"
},
"dependencies": {
"embark-process-logs-api": "^4.1.0-beta.0"
"embark-process-logs-api": "^4.1.0-beta.1"
},
"devDependencies": {
"eslint": "5.7.0",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-logger

View File

@ -1,6 +1,6 @@
{
"name": "embark-logger",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Logging utilities for Embark",
@ -49,7 +49,7 @@
"@babel/runtime-corejs2": "7.3.1",
"colors": "1.3.2",
"date-and-time": "0.6.2",
"embark-utils": "^4.1.0-beta.0"
"embark-utils": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-pipeline

View File

@ -1,6 +1,6 @@
{
"name": "embark-pipeline",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Build pipeline module for Embark",
@ -48,9 +48,9 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"find-up": "2.1.0",
"fs-extra": "7.0.1",
"webpack": "4.29.3"

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark/plugin-cmd:** revise package.json in light of [#1573](https://github.com/embark-framework/embark/issues/1573), [#1574](https://github.com/embark-framework/embark/issues/1574), [#1575](https://github.com/embark-framework/embark/issues/1575), [#1576](https://github.com/embark-framework/embark/issues/1576) ([c30f742](https://github.com/embark-framework/embark/commit/c30f742))

View File

@ -1,6 +1,6 @@
{
"name": "embark-plugin-cmd",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Plugin installation utility for Embark",
@ -38,8 +38,8 @@
},
"dependencies": {
"async": "2.6.1",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0"
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-process-logs-api

View File

@ -1,6 +1,6 @@
{
"name": "embark-process-logs-api",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Registers APIs for Embark process logs",
@ -47,7 +47,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-utils": "^4.1.0-beta.0"
"embark-utils": "^4.1.0-beta.1"
},
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-profiler
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-profiler

View File

@ -1,6 +1,6 @@
{
"name": "embark-profiler",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Smart contract profiler for Embark DApps",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-scaffolding

View File

@ -1,6 +1,6 @@
{
"name": "embark-scaffolding",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Provides scaffolding utilities",
@ -42,9 +42,9 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0"
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-solidity

View File

@ -1,6 +1,6 @@
{
"name": "embark-solidity",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Solidity Compiler APIs for Embark",
@ -48,9 +48,9 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"fs-extra": "7.0.1",
"live-plugin-manager-git-fix": "0.12.1",
"semver": "5.6.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.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark/specialconfig:** fix undefined contract name in onDeploy ([7eb85f0](https://github.com/embark-framework/embark/commit/7eb85f0))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)

View File

@ -1,6 +1,6 @@
{
"name": "embark-specialconfigs",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Adds various configs to embark's contract.js config file",
@ -48,7 +48,7 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-i18n": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"viz.js": "1.8.2"
},
"devDependencies": {

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Features
* **@embark/test-runner:** show interface contract message in tests ([f9d7a3f](https://github.com/embark-framework/embark/commit/f9d7a3f))

View File

@ -1,6 +1,6 @@
{
"name": "embark-test-runner",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark Testrunner",
@ -48,9 +48,9 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"fs-extra": "7.0.1",
"mocha": "5.2.0"
},

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-transaction-tracker

View File

@ -1,6 +1,6 @@
{
"name": "embark-transaction-tracker",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Transaction tracker for Embark's cockpit",

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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Features
* **@embark/api:** Add command `service api on/off` ([634feb5](https://github.com/embark-framework/embark/commit/634feb5))
# [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

View File

@ -1,7 +1,7 @@
{
"name": "@types/embark",
"private": true,
"version": "4.0.0",
"version": "4.1.0-beta.1",
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Features
* **@embark/api:** Add command `service api on/off` ([634feb5](https://github.com/embark-framework/embark/commit/634feb5))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)

View File

@ -1,6 +1,6 @@
{
"name": "embark-ui",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Web frontend for interactive DApp development with Embark",
@ -67,7 +67,7 @@
"date-fns": "1.30.1",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"embark-api-client": "^4.1.0-beta.0",
"embark-api-client": "^4.1.0-beta.1",
"eslint": "5.6.0",
"eslint-config-react-app": "3.0.5",
"eslint-loader": "2.1.1",

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.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark-utils/accountParser:** fix privateKey accounts ([fc02405](https://github.com/embark-framework/embark/commit/fc02405))
* **@embark/utils:** expose longRunningProcessTimer properly ([244e2e2](https://github.com/embark-framework/embark/commit/244e2e2))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-utils

View File

@ -1,6 +1,6 @@
{
"name": "embark-utils",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Utils used by Embark",
@ -49,8 +49,8 @@
"bip39": "2.5.0",
"clipboardy": "1.2.3",
"colors": "1.3.2",
"embark-i18n": "^4.1.0-beta.1",
"ethereumjs-wallet": "0.6.3",
"embark-i18n": "^4.1.0-beta.0",
"follow-redirects": "1.5.7",
"fuzzy": "0.1.3",
"merge": "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.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-vyper
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embark-vyper",
"version": "4.0.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark wrapper for the Vyper compiler",
@ -47,8 +47,8 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-async-wrapper": "^4.0.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-async-wrapper": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"shelljs": "0.5.3"
},
"devDependencies": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-watcher

View File

@ -1,6 +1,6 @@
{
"name": "embark-watcher",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Watches changes in the file system",
@ -47,9 +47,9 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-core": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"chokidar": "2.0.4"
"chokidar": "2.0.4",
"embark-core": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",

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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Features
* **@embark/webserver:** Add support for `service webserver on/off` ([0c394fe](https://github.com/embark-framework/embark/commit/0c394fe))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-webserver

View File

@ -1,6 +1,6 @@
{
"name": "embark-webserver",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Webserver for Embark",
@ -48,8 +48,8 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"express": "4.16.3",
"express-http-proxy": "1.5.1",
"express-ws": "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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embark-whisper
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embark-whisper

View File

@ -1,6 +1,6 @@
{
"name": "embark-whisper",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Module to add Whisper support to Embark",
@ -48,9 +48,9 @@
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"async": "2.6.1",
"embark-i18n": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embarkjs-whisper": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"embarkjs-whisper": "^4.1.0-beta.1",
"rxjs": "6.4.0"
},
"devDependencies": {

View File

@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Bug Fixes
* **@embark-utils/accountParser:** fix privateKey accounts ([fc02405](https://github.com/embark-framework/embark/commit/fc02405))
* **@embark/blockchain_process:** use correct import for ProcessWrapper ([9acf256](https://github.com/embark-framework/embark/commit/9acf256))
* **@embark/console:** fix cockpit console if using console command ([d5c3a9c](https://github.com/embark-framework/embark/commit/d5c3a9c))
* **@embark/deployment:** only log error when error exists ([bf0f439](https://github.com/embark-framework/embark/commit/bf0f439))
* **@embark/utils:** expose longRunningProcessTimer properly ([244e2e2](https://github.com/embark-framework/embark/commit/244e2e2))
* dashboard auto complete ([c51ec50](https://github.com/embark-framework/embark/commit/c51ec50))
* **embark/generator:** add back environment to EmbarkJS ([1ae0ab6](https://github.com/embark-framework/embark/commit/1ae0ab6))
* **embark/generator:** add empty line to embarkjs ([6b16f66](https://github.com/embark-framework/embark/commit/6b16f66))
* **test:** fix accountParser test in regards to privateKey fix ([a22d8fc](https://github.com/embark-framework/embark/commit/a22d8fc))
* improve wording on contract constructor failing ([ea7ae22](https://github.com/embark-framework/embark/commit/ea7ae22))
* make coverage more forgiving ([0f4e554](https://github.com/embark-framework/embark/commit/0f4e554))
* parity origins ([a75fa79](https://github.com/embark-framework/embark/commit/a75fa79))
* update solidity-parser-antlr to allow the use of the payable keyword in contracts ([7401966](https://github.com/embark-framework/embark/commit/7401966))
### Features
* **@embark/blockchain:** Restart Ethereum via command ([7a76516](https://github.com/embark-framework/embark/commit/7a76516))
* **@embark/storage:** Add command `service ipfs on/off` ([1e4e6e4](https://github.com/embark-framework/embark/commit/1e4e6e4))
* **@embark/storage:** Add command `service swarm on/off` ([3dcc339](https://github.com/embark-framework/embark/commit/3dcc339))
* **@embark/webserver:** Add support for `service webserver on/off` ([0c394fe](https://github.com/embark-framework/embark/commit/0c394fe))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -91,45 +91,45 @@
"decompress": "4.2.0",
"deep-equal": "1.0.1",
"ejs": "2.6.1",
"embark-authenticator": "^4.1.0-beta.0",
"embark-api": "^4.1.0-beta.0",
"embark-blockchain-connector": "^4.1.0-beta.0",
"embark-blockchain-listener": "^4.1.0-beta.0",
"embark-blockchain-process": "^4.1.0-beta.0",
"embark-code-generator": "^4.1.0-beta.0",
"embark-compiler": "^4.0.0",
"embark-console": "^4.1.0-beta.0",
"embark-console-listener": "^4.1.0-beta.0",
"embark-contracts-manager": "^4.1.0-beta.0",
"embark-core": "^4.1.0-beta.0",
"embark-debugger": "^4.1.0-beta.0",
"embark-deployment": "^4.1.0-beta.0",
"embark-deploy-tracker": "^4.1.0-beta.0",
"embark-ens": "^4.1.0-beta.0",
"embark-i18n": "^4.1.0-beta.0",
"embark-library-manager": "^4.1.0-beta.0",
"embark-listener": "^4.1.0-beta.0",
"embark-logger": "^4.1.0-beta.0",
"embark-pipeline": "^4.1.0-beta.0",
"embark-plugin-cmd": "^4.1.0-beta.0",
"embark-process-logs-api": "^4.1.0-beta.0",
"embark-profiler": "^4.1.0-beta.0",
"embark-api": "^4.1.0-beta.1",
"embark-authenticator": "^4.1.0-beta.1",
"embark-blockchain-connector": "^4.1.0-beta.1",
"embark-blockchain-listener": "^4.1.0-beta.1",
"embark-blockchain-process": "^4.1.0-beta.1",
"embark-code-generator": "^4.1.0-beta.1",
"embark-compiler": "^4.1.0-beta.1",
"embark-console": "^4.1.0-beta.1",
"embark-console-listener": "^4.1.0-beta.1",
"embark-contracts-manager": "^4.1.0-beta.1",
"embark-core": "^4.1.0-beta.1",
"embark-debugger": "^4.1.0-beta.1",
"embark-deploy-tracker": "^4.1.0-beta.1",
"embark-deployment": "^4.1.0-beta.1",
"embark-ens": "^4.1.0-beta.1",
"embark-i18n": "^4.1.0-beta.1",
"embark-library-manager": "^4.1.0-beta.1",
"embark-listener": "^4.1.0-beta.1",
"embark-logger": "^4.1.0-beta.1",
"embark-pipeline": "^4.1.0-beta.1",
"embark-plugin-cmd": "^4.1.0-beta.1",
"embark-process-logs-api": "^4.1.0-beta.1",
"embark-profiler": "^4.1.0-beta.1",
"embark-reset": "^4.1.0-beta.0",
"embark-specialconfigs": "^4.1.0-beta.0",
"embark-scaffolding": "^4.1.0-beta.0",
"embark-solidity": "^4.1.0-beta.0",
"embark-ui": "^4.1.0-beta.0",
"embark-test-runner": "^4.1.0-beta.0",
"embark-transaction-tracker": "^4.1.0-beta.0",
"embark-utils": "^4.1.0-beta.0",
"embark-vyper": "^4.0.0",
"embark-watcher": "^4.1.0-beta.0",
"embark-webserver": "^4.1.0-beta.0",
"embark-whisper": "^4.1.0-beta.0",
"embarkjs": "^4.1.0-beta.0",
"embarkjs-ipfs": "^4.1.0-beta.0",
"embarkjs-swarm": "^4.1.0-beta.0",
"embarkjs-whisper": "^4.1.0-beta.0",
"embark-scaffolding": "^4.1.0-beta.1",
"embark-solidity": "^4.1.0-beta.1",
"embark-specialconfigs": "^4.1.0-beta.1",
"embark-test-runner": "^4.1.0-beta.1",
"embark-transaction-tracker": "^4.1.0-beta.1",
"embark-ui": "^4.1.0-beta.1",
"embark-utils": "^4.1.0-beta.1",
"embark-vyper": "^4.1.0-beta.1",
"embark-watcher": "^4.1.0-beta.1",
"embark-webserver": "^4.1.0-beta.1",
"embark-whisper": "^4.1.0-beta.1",
"embarkjs": "^4.1.0-beta.1",
"embarkjs-ipfs": "^4.1.0-beta.1",
"embarkjs-swarm": "^4.1.0-beta.1",
"embarkjs-whisper": "^4.1.0-beta.1",
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embarkjs-connector-web3
# [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

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-connector-web3",
"version": "4.0.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Web3.js Connector for EmbarkJS",
@ -31,7 +31,7 @@
"reset": "npx rimraf embark-*.tgz package"
},
"dependencies": {
"embark-core": "^4.1.0-beta.0"
"embark-core": "^4.1.0-beta.1"
},
"devDependencies": {
"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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embarkjs-ipfs
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embarkjs-ipfs

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-ipfs",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ipfs plugin for embarkjs",

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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Features
* **@embark/storage:** Add command `service swarm on/off` ([3dcc339](https://github.com/embark-framework/embark/commit/3dcc339))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embarkjs-swarm

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-swarm",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Swarm 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.
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
**Note:** Version bump only for package embarkjs-whisper
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
**Note:** Version bump only for package embarkjs-whisper

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-whisper",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Whisper plugin for embarkjs",

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.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
### Features
* **@embark/storage:** Add command `service swarm on/off` ([3dcc339](https://github.com/embark-framework/embark/commit/3dcc339))
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "JavaScript library for easily interacting with web3 technologies",