chore(release): 5.0.0-alpha.0

This commit is contained in:
Michael Bradley, Jr 2019-10-28 16:05:13 -05:00
parent 867a55c98a
commit 85235f88b2
146 changed files with 2650 additions and 322 deletions

View File

@ -3,6 +3,87 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* fix process logs not showing on errors ([#1962](https://github.com/embark-framework/embark/issues/1962)) ([913267b](https://github.com/embark-framework/embark/commit/913267b))
* **@cockpit:** PropTypes typos: boolean -> bool, function -> func ([58c55ed](https://github.com/embark-framework/embark/commit/58c55ed))
* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c))
* **@embark/basic-pipeline:** Remove `_1_` from pipeline output ([#1941](https://github.com/embark-framework/embark/issues/1941)) ([5dbc1c7](https://github.com/embark-framework/embark/commit/5dbc1c7))
* **@embark/cmd_controller:** ensure blockchain module is started before storage ([#1821](https://github.com/embark-framework/embark/issues/1821)) ([c7eb586](https://github.com/embark-framework/embark/commit/c7eb586))
* **@embark/cmd_controller:** ensure namesystem is set up in console command ([#1822](https://github.com/embark-framework/embark/issues/1822)) ([dd82a01](https://github.com/embark-framework/embark/commit/dd82a01))
* **@embark/cmd_controller:** use the correct path for eject-webpack ([98400dc](https://github.com/embark-framework/embark/commit/98400dc))
* **@embark/core:** make blockchain command work again ([8fee0b8](https://github.com/embark-framework/embark/commit/8fee0b8))
* **@embark/core:** set loglevel back to info ([a03ffd5](https://github.com/embark-framework/embark/commit/a03ffd5))
* **@embark/embark-deploy-tracker:** Fix reading of empty file ([#1872](https://github.com/embark-framework/embark/issues/1872)) ([022a3c1](https://github.com/embark-framework/embark/commit/022a3c1))
* **@embark/ens:** fix trying to resolve when ENS is not registered ([1302f9f](https://github.com/embark-framework/embark/commit/1302f9f))
* **@embark/geth:** fix version result not available ([9803507](https://github.com/embark-framework/embark/commit/9803507))
* **@embark/parity:** fix version result not available ([a4b3ef4](https://github.com/embark-framework/embark/commit/a4b3ef4))
* **@embark/proxy:** Check if WebSocket open before sending ([#1978](https://github.com/embark-framework/embark/issues/1978)) ([db71a93](https://github.com/embark-framework/embark/commit/db71a93))
* patch for infinite loop with panic override ([#1964](https://github.com/embark-framework/embark/issues/1964)) ([80df4fa](https://github.com/embark-framework/embark/commit/80df4fa))
* **@embark/proxy:** Fix contract event subscriptions ([173d53d](https://github.com/embark-framework/embark/commit/173d53d))
* **@embark/stack/pipeline:** set missing `this.fs` to `embark.fs` ([86a9766](https://github.com/embark-framework/embark/commit/86a9766))
* **@embark/transaction-logger:** don't show logs for stray receipts ([395ae83](https://github.com/embark-framework/embark/commit/395ae83))
* **@embarkjs/swarm:** web3@1.0.0-beta.37 -> web3@1.2.1 ([25a0644](https://github.com/embark-framework/embark/commit/25a0644))
* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c))
* **template_generator:** fix condition for windows ([7fae609](https://github.com/embark-framework/embark/commit/7fae609))
* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82))
* do not start modules if they are disabled ([d6bf5c2](https://github.com/embark-framework/embark/commit/d6bf5c2))
* fix error logs in the cockpit due from negative blocks numbers ([#1967](https://github.com/embark-framework/embark/issues/1967)) ([4b947bb](https://github.com/embark-framework/embark/commit/4b947bb))
* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8))
* fix windows build for pipeline and embarkjs ([#1971](https://github.com/embark-framework/embark/issues/1971)) ([08c97a2](https://github.com/embark-framework/embark/commit/08c97a2))
* re-enable plugin command module and clean up engine ([#1961](https://github.com/embark-framework/embark/issues/1961)) ([5b72620](https://github.com/embark-framework/embark/commit/5b72620))
* type checker and linter errors on master after recent PR merges ([8716373](https://github.com/embark-framework/embark/commit/8716373))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### Features
* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9))
* **@embark/cmd_controller:** add back embark simulator ([#1965](https://github.com/embark-framework/embark/issues/1965)) ([915b949](https://github.com/embark-framework/embark/commit/915b949))
* **@embark/compiler:** support :before and :after hooks on event compiler:contracts:compile ([#1878](https://github.com/embark-framework/embark/issues/1878)) ([043ccc0](https://github.com/embark-framework/embark/commit/043ccc0))
* **@embark/specialconfigs:** introduce dynamic addresses ([#1873](https://github.com/embark-framework/embark/issues/1873)) ([86ee867](https://github.com/embark-framework/embark/commit/86ee867)), closes [#1690](https://github.com/embark-framework/embark/issues/1690)
* **@embark/test-runner:** add reports to tests ([#1864](https://github.com/embark-framework/embark/issues/1864)) ([230fe59](https://github.com/embark-framework/embark/commit/230fe59))
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
* **@embark/testing:** introduce plugin APIs to register compilers ([f289a6f](https://github.com/embark-framework/embark/commit/f289a6f))
* **@embark/utils:** "inside monorepo" APIs ([de0e12d](https://github.com/embark-framework/embark/commit/de0e12d))
* **deployement:** add back deployment message with hash ([2f09a88](https://github.com/embark-framework/embark/commit/2f09a88))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
* There are more than several breaking changes, including DApp configuration for
accounts.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### BREAKING CHANGES
* There are more than several breaking changes, including DApp configuration for
accounts.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "4.1.1",
"version": "5.0.0-alpha.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",
@ -32,8 +32,8 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^4.1.1",
"embark-reset": "^4.1.1",
"embark": "^5.0.0-alpha.0",
"embark-reset": "^5.0.0-alpha.0",
"rimraf": "3.0.0"
}
}

View File

@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8))
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9))
### BREAKING CHANGES
* There are more than several breaking changes, including DApp configuration for
accounts.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "4.1.1",
"version": "5.0.0-alpha.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",
@ -34,8 +34,8 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^4.1.1",
"embark-reset": "^4.1.1",
"embark": "^5.0.0-alpha.0",
"embark-reset": "^5.0.0-alpha.0",
"jquery": "3.4.1",
"popper.js": "1.15.0",
"react": "16.9.0",

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### BREAKING CHANGES
* There are more than several breaking changes, including DApp configuration for
accounts.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-dapp-template-simple

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-simple",
"version": "4.1.1",
"version": "5.0.0-alpha.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",
@ -28,8 +28,8 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^4.1.1",
"embark-reset": "^4.1.1",
"embark": "^5.0.0-alpha.0",
"embark-reset": "^5.0.0-alpha.0",
"rimraf": "3.0.0"
}
}

View File

@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8))
* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c))
* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82))
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### BREAKING CHANGES
* There are more than several breaking changes, including DApp configuration for
accounts.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-dapp-test-app

View File

@ -3,10 +3,10 @@
"devDependencies": {
"@babel/code-frame": "7.5.5",
"bootstrap": "3.4.1",
"embark": "^4.1.1",
"embark-dapp-test-service": "^4.0.0",
"embark-i18n": "^4.1.1",
"embark-reset": "^4.1.1",
"embark": "^5.0.0-alpha.0",
"embark-dapp-test-service": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-reset": "^5.0.0-alpha.0",
"fs-extra": "8.1.0",
"haml": "0.4.3",
"jquery": "3.4.0",
@ -25,5 +25,5 @@
"reset": "npx embark-reset",
"test": "npx embark test"
},
"version": "4.1.1"
"version": "5.0.0-alpha.0"
}

View File

@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c))
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### BREAKING CHANGES
* There are more than several breaking changes, including DApp configuration for
accounts.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-dapp-test-contracts

View File

@ -1,8 +1,8 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^4.1.1",
"embark-reset": "^4.1.1"
"embark": "^5.0.0-alpha.0",
"embark-reset": "^5.0.0-alpha.0"
},
"license": "MIT",
"name": "embark-dapp-test-contracts",
@ -14,5 +14,5 @@
"reset": "npx embark-reset",
"test": "npx embark test"
},
"version": "4.1.1"
"version": "5.0.0-alpha.0"
}

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### BREAKING CHANGES
* There are more than several breaking changes, including DApp configuration for
accounts.
# [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

View File

@ -7,5 +7,5 @@
"main": "index.js",
"name": "embark-dapp-test-service",
"private": true,
"version": "4.0.0"
"version": "5.0.0-alpha.0"
}

View File

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

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-api-client

View File

@ -1,6 +1,6 @@
{
"name": "embark-api-client",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark api module",
@ -47,7 +47,7 @@
"keccakjs": "0.2.3"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-ui

View File

@ -1,6 +1,6 @@
{
"name": "embark-ui",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Web frontend for interactive DApp development with Embark",
@ -63,7 +63,7 @@
"classnames": "2.2.6",
"connected-react-router": "4.5.0",
"date-fns": "2.3.0",
"embark-api-client": "^4.1.1",
"embark-api-client": "^5.0.0-alpha.0",
"ethereumjs-units": "0.2.0",
"find-up": "4.1.0",
"font-awesome": "4.7.0",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-code-runner

View File

@ -1,6 +1,6 @@
{
"name": "embark-code-runner",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Code execution VM for Embark",
@ -50,8 +50,8 @@
"async": "2.6.1",
"colors": "1.3.2",
"core-js": "3.3.4",
"embark-utils": "^4.1.1",
"embarkjs": "^4.1.1",
"embark-utils": "^5.0.0-alpha.0",
"embarkjs": "^5.0.0-alpha.0",
"fs-extra": "8.1.0",
"parse-json": "4.0.0",
"vm2": "3.6.4",
@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/async": "2.0.50",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",

View File

@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-console

View File

@ -1,6 +1,6 @@
{
"name": "embark-console",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Console component for Embark",
@ -52,15 +52,15 @@
"async": "2.6.1",
"chalk": "2.4.2",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"json-stringify-safe": "5.0.1"
},
"devDependencies": {
"@types/json-stringify-safe": "5.0.0",
"embark-logger": "^4.1.1",
"embark-solo": "^4.1.1",
"embark-logger": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"mocha": "6.2.0",
"npm-run-all": "4.1.5",

View File

@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-core

View File

@ -1,6 +1,6 @@
{
"name": "embark-core",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Core library for Embark",
@ -45,15 +45,15 @@
"dependencies": {
"@babel/runtime-corejs3": "7.6.3",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"flatted": "0.2.3",
"fs-extra": "8.1.0",
"node-ipc": "9.1.1",
"uuid": "3.3.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-i18n

View File

@ -1,6 +1,6 @@
{
"name": "embark-i18n",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "i18n Support for Embark",
@ -52,7 +52,7 @@
"devDependencies": {
"@types/i18n": "0.8.3",
"@types/os-locale": "2.1.0",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",
"tslint": "5.16.0",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-logger

View File

@ -1,6 +1,6 @@
{
"name": "embark-logger",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Logging utilities for Embark",
@ -45,10 +45,10 @@
"colors": "1.3.2",
"core-js": "3.3.4",
"date-and-time": "0.6.2",
"embark-utils": "^4.1.1"
"embark-utils": "^5.0.0-alpha.0"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-reset

View File

@ -1,6 +1,6 @@
{
"name": "embark-reset",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "DApp reset utlity for Embark",
@ -25,7 +25,7 @@
"rimraf": "3.0.0"
},
"devDependencies": {
"embark-solo": "^4.1.1"
"embark-solo": "^5.0.0-alpha.0"
},
"engines": {
"node": ">=10.17.0 <12.0.0",

View File

@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@embark/proxy:** Fix contract event subscriptions ([173d53d](https://github.com/embark-framework/embark/commit/173d53d))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/compiler:** support :before and :after hooks on event compiler:contracts:compile ([#1878](https://github.com/embark-framework/embark/issues/1878)) ([043ccc0](https://github.com/embark-framework/embark/commit/043ccc0))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
# [4.1.0](https://github.com/embark-framework/embark/compare/v4.1.0-beta.6...v4.1.0) (2019-08-12)
**Note:** Version bump only for package @types/embark

View File

@ -1,7 +1,7 @@
{
"name": "@types/embark",
"private": true,
"version": "4.1.0",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "TypeScript definitions for Embark",
@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/web3": "1.0.12",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"npm-run-all": "4.1.5",
"tslint": "5.16.0",
"typescript": "3.6.3"

View File

@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* fix process logs not showing on errors ([#1962](https://github.com/embark-framework/embark/issues/1962)) ([913267b](https://github.com/embark-framework/embark/commit/913267b))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/utils:** "inside monorepo" APIs ([de0e12d](https://github.com/embark-framework/embark/commit/de0e12d))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-utils

View File

@ -1,6 +1,6 @@
{
"name": "embark-utils",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Utils used by Embark",
@ -51,7 +51,7 @@
"clipboardy": "1.2.3",
"colors": "1.3.2",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"ethereumjs-wallet": "0.6.3",
"find-up": "2.1.0",
"follow-redirects": "1.8.0",
@ -74,8 +74,8 @@
"@types/fs-extra": "7.0.0",
"@types/node": "12.7.8",
"@types/pretty-ms": "5.0.1",
"embark-inside-monorepo": "^4.1.1",
"embark-solo": "^4.1.1",
"embark-inside-monorepo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",

View File

@ -3,6 +3,68 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@embark/basic-pipeline:** Remove `_1_` from pipeline output ([#1941](https://github.com/embark-framework/embark/issues/1941)) ([5dbc1c7](https://github.com/embark-framework/embark/commit/5dbc1c7))
* re-enable plugin command module and clean up engine ([#1961](https://github.com/embark-framework/embark/issues/1961)) ([5b72620](https://github.com/embark-framework/embark/commit/5b72620))
* **@embark/cmd_controller:** ensure blockchain module is started before storage ([#1821](https://github.com/embark-framework/embark/issues/1821)) ([c7eb586](https://github.com/embark-framework/embark/commit/c7eb586))
* **@embark/cmd_controller:** ensure namesystem is set up in console command ([#1822](https://github.com/embark-framework/embark/issues/1822)) ([dd82a01](https://github.com/embark-framework/embark/commit/dd82a01))
* **@embark/cmd_controller:** use the correct path for eject-webpack ([98400dc](https://github.com/embark-framework/embark/commit/98400dc))
* **@embark/core:** make blockchain command work again ([8fee0b8](https://github.com/embark-framework/embark/commit/8fee0b8))
* **@embark/core:** set loglevel back to info ([a03ffd5](https://github.com/embark-framework/embark/commit/a03ffd5))
* **template_generator:** fix condition for windows ([7fae609](https://github.com/embark-framework/embark/commit/7fae609))
* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82))
* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c))
* fix error logs in the cockpit due from negative blocks numbers ([#1967](https://github.com/embark-framework/embark/issues/1967)) ([4b947bb](https://github.com/embark-framework/embark/commit/4b947bb))
* fix process logs not showing on errors ([#1962](https://github.com/embark-framework/embark/issues/1962)) ([913267b](https://github.com/embark-framework/embark/commit/913267b))
* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8))
* type checker and linter errors on master after recent PR merges ([8716373](https://github.com/embark-framework/embark/commit/8716373))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Code Refactoring
* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe))
### Features
* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9))
* **@embark/cmd_controller:** add back embark simulator ([#1965](https://github.com/embark-framework/embark/issues/1965)) ([915b949](https://github.com/embark-framework/embark/commit/915b949))
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
* **deployement:** add back deployment message with hash ([2f09a88](https://github.com/embark-framework/embark/commit/2f09a88))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
* There are more than several breaking changes, including DApp configuration for
accounts.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -69,61 +69,61 @@
"date-and-time": "0.6.2",
"decompress": "4.2.0",
"deep-equal": "1.0.1",
"embark-accounts-manager": "^4.1.1",
"embark-api": "^4.1.1",
"embark-authenticator": "^4.1.1",
"embark-basic-pipeline": "^4.1.1",
"embark-blockchain": "^4.1.1",
"embark-blockchain-client": "^4.1.1",
"embark-code-runner": "^4.1.1",
"embark-communication": "^4.1.1",
"embark-compiler": "^4.1.1",
"embark-console": "^4.1.1",
"embark-contracts-manager": "^4.1.1",
"embark-core": "^4.1.1",
"embark-coverage": "^4.1.1",
"embark-debugger": "^4.1.1",
"embark-deploy-tracker": "^4.1.1",
"embark-deployment": "^4.1.1",
"embark-embarkjs": "^4.1.1",
"embark-ens": "^4.1.1",
"embark-geth": "^4.1.1",
"embark-ganache": "^4.1.1",
"embark-ethereum-blockchain-client": "^4.1.1",
"embark-graph": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-ipfs": "^4.1.1",
"embark-library-manager": "^4.1.1",
"embark-logger": "^4.1.1",
"embark-mocha-tests": "^4.1.1",
"embark-namesystem": "^4.1.1",
"embark-parity": "^4.1.1",
"embark-pipeline": "^4.1.1",
"embark-plugin-cmd": "^4.1.1",
"embark-process-logs-api-manager": "^4.1.1",
"embark-profiler": "^4.1.1",
"embark-proxy": "^4.1.1",
"embark-reset": "^4.1.1",
"embark-scaffolding": "^4.1.1",
"embark-solidity": "^4.1.1",
"embark-specialconfigs": "^4.1.1",
"embark-storage": "^4.1.1",
"embark-swarm": "^4.1.1",
"embark-test-runner": "^4.1.1",
"embark-transaction-logger": "^4.1.1",
"embark-transaction-tracker": "^4.1.1",
"embark-ui": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-vyper": "^4.1.1",
"embark-watcher": "^4.1.1",
"embark-web3": "^4.1.1",
"embark-webserver": "^4.1.1",
"embark-whisper": "^4.1.1",
"embarkjs-ens": "^4.1.1",
"embarkjs-ipfs": "^4.1.1",
"embarkjs-swarm": "^4.1.1",
"embarkjs-web3": "^4.1.1",
"embarkjs-whisper": "^4.1.1",
"embark-accounts-manager": "^5.0.0-alpha.0",
"embark-api": "^5.0.0-alpha.0",
"embark-authenticator": "^5.0.0-alpha.0",
"embark-basic-pipeline": "^5.0.0-alpha.0",
"embark-blockchain": "^5.0.0-alpha.0",
"embark-blockchain-client": "^5.0.0-alpha.0",
"embark-code-runner": "^5.0.0-alpha.0",
"embark-communication": "^5.0.0-alpha.0",
"embark-compiler": "^5.0.0-alpha.0",
"embark-console": "^5.0.0-alpha.0",
"embark-contracts-manager": "^5.0.0-alpha.0",
"embark-core": "^5.0.0-alpha.0",
"embark-coverage": "^5.0.0-alpha.0",
"embark-debugger": "^5.0.0-alpha.0",
"embark-deploy-tracker": "^5.0.0-alpha.0",
"embark-deployment": "^5.0.0-alpha.0",
"embark-embarkjs": "^5.0.0-alpha.0",
"embark-ens": "^5.0.0-alpha.0",
"embark-ethereum-blockchain-client": "^5.0.0-alpha.0",
"embark-ganache": "^5.0.0-alpha.0",
"embark-geth": "^5.0.0-alpha.0",
"embark-graph": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-ipfs": "^5.0.0-alpha.0",
"embark-library-manager": "^5.0.0-alpha.0",
"embark-logger": "^5.0.0-alpha.0",
"embark-mocha-tests": "^5.0.0-alpha.0",
"embark-namesystem": "^5.0.0-alpha.0",
"embark-parity": "^5.0.0-alpha.0",
"embark-pipeline": "^5.0.0-alpha.0",
"embark-plugin-cmd": "^5.0.0-alpha.0",
"embark-process-logs-api-manager": "^5.0.0-alpha.0",
"embark-profiler": "^5.0.0-alpha.0",
"embark-proxy": "^5.0.0-alpha.0",
"embark-reset": "^5.0.0-alpha.0",
"embark-scaffolding": "^5.0.0-alpha.0",
"embark-solidity": "^5.0.0-alpha.0",
"embark-specialconfigs": "^5.0.0-alpha.0",
"embark-storage": "^5.0.0-alpha.0",
"embark-swarm": "^5.0.0-alpha.0",
"embark-test-runner": "^5.0.0-alpha.0",
"embark-transaction-logger": "^5.0.0-alpha.0",
"embark-transaction-tracker": "^5.0.0-alpha.0",
"embark-ui": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"embark-vyper": "^5.0.0-alpha.0",
"embark-watcher": "^5.0.0-alpha.0",
"embark-web3": "^5.0.0-alpha.0",
"embark-webserver": "^5.0.0-alpha.0",
"embark-whisper": "^5.0.0-alpha.0",
"embarkjs-ens": "^5.0.0-alpha.0",
"embarkjs-ipfs": "^5.0.0-alpha.0",
"embarkjs-swarm": "^5.0.0-alpha.0",
"embarkjs-web3": "^5.0.0-alpha.0",
"embarkjs-whisper": "^5.0.0-alpha.0",
"eth-ens-namehash": "2.0.8",
"ethereumjs-wallet": "0.6.3",
"find-up": "2.1.0",
@ -184,7 +184,7 @@
},
"devDependencies": {
"chai": "4.1.2",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"embark-test-contract-0": "0.0.2",
"embark-test-contract-1": "0.0.1",
"eslint": "5.7.0",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "JavaScript library for easily interacting with web3 technologies",
@ -65,7 +65,7 @@
"devDependencies": {
"ajv": "6.10.2",
"chai": "4.2.0",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"lodash.clonedeep": "4.5.0",
"mocha": "6.2.0",
"npm-run-all": "4.1.5",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embarkjs-ens

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-ens",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ens plugin for embarkjs",
@ -46,13 +46,13 @@
"dependencies": {
"@babel/runtime-corejs3": "7.6.3",
"core-js": "3.3.4",
"embarkjs": "^4.1.1",
"embarkjs": "^5.0.0-alpha.0",
"eth-ens-namehash": "2.0.8",
"web3": "1.2.1"
},
"devDependencies": {
"ajv": "6.10.2",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embarkjs-ipfs

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-ipfs",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ipfs plugin for embarkjs",
@ -50,7 +50,7 @@
},
"devDependencies": {
"ajv": "6.10.2",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embarkjs-swarm

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-swarm",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Swarm plugin for embarkjs",
@ -51,7 +51,7 @@
},
"devDependencies": {
"ajv": "6.10.2",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embarkjs-web3

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-web3",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Web3 plugin for embarkjs",
@ -50,7 +50,7 @@
},
"devDependencies": {
"ajv": "6.10.2",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embarkjs-whisper

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs-whisper",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Whisper plugin for embarkjs",
@ -51,7 +51,7 @@
},
"devDependencies": {
"ajv": "6.10.2",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -0,0 +1,39 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-accounts-manager",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts",
@ -48,13 +48,13 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"web3": "1.2.1"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",

View File

@ -0,0 +1,34 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* fix windows build for pipeline and embarkjs ([#1971](https://github.com/embark-framework/embark/issues/1971)) ([08c97a2](https://github.com/embark-framework/embark/commit/08c97a2))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-basic-pipeline",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
@ -59,13 +59,13 @@
"babel-plugin-macros": "2.6.1",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"clone-deep": "4.0.0",
"colors": "1.3.2",
"core-js": "3.3.4",
"clone-deep": "4.0.0",
"css-loader": "3.2.0",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"file-loader": "4.2.0",
"find-up": "4.1.0",
"fs-extra": "8.1.0",
@ -80,8 +80,8 @@
},
"devDependencies": {
"babel-jest": "24.9.0",
"embark-solo": "^4.1.1",
"embark-testing": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"embark-testing": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"jest": "24.9.0",
"npm-run-all": "4.1.5",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-coverage

View File

@ -1,6 +1,6 @@
{
"name": "embark-coverage",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Code coverage capabilities for Embark",
@ -45,8 +45,8 @@
"dependencies": {
"@babel/runtime-corejs3": "7.6.3",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"fs-extra": "8.1.0",
"globule": "1.2.1",
"prettier-plugin-solidity": "1.0.0-alpha.25",
@ -64,7 +64,7 @@
"@types/semver": "5.5.0",
"@types/web3": "1.0.12",
"cross-env": "5.2.0",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"mocha": "6.2.0",
"npm-run-all": "4.1.5",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-debugger

View File

@ -1,6 +1,6 @@
{
"name": "embark-debugger",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Debugger component for Embark",
@ -46,11 +46,11 @@
"async": "2.6.1",
"colors": "1.3.2",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"remix-debug-debugtest": "0.2.16"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",
"tslint": "5.16.0",

View File

@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)

View File

@ -1,6 +1,6 @@
{
"name": "embark-deploy-tracker",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Contract deployment tracker for Embark",
@ -43,12 +43,12 @@
},
"dependencies": {
"colors": "1.3.2",
"embark-utils": "^4.1.1",
"embark-utils": "^5.0.0-alpha.0",
"fs-extra": "8.1.0",
"web3": "1.2.1"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"expect.js": "0.3.1",
"mocha": "6.2.0",

View File

@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@embark/ens:** fix trying to resolve when ENS is not registered ([1302f9f](https://github.com/embark-framework/embark/commit/1302f9f))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-ens

View File

@ -1,6 +1,6 @@
{
"name": "embark-ens",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implements ENS support in Embark",
@ -43,18 +43,18 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embarkjs": "^4.1.1",
"embarkjs-ens": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"embarkjs": "^5.0.0-alpha.0",
"embarkjs-ens": "^5.0.0-alpha.0",
"eth-ens-namehash": "2.0.8",
"web3": "1.2.1"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"eslint-plugin-jest": "22.5.1",
"jest": "24.9.0",

View File

@ -0,0 +1,34 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-ethereum-blockchain-client",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
@ -44,15 +44,15 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embarkjs": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"embarkjs": "^5.0.0-alpha.0",
"ethereumjs-util": "6.0.0",
"web3": "1.2.1",
"web3-core-requestmanager": "1.2.1"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -0,0 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-ganache",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implementation of the Ganache simulator for Embark",
@ -46,7 +46,7 @@
"ganache-cli": "6.4.3"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -0,0 +1,34 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@embark/geth:** fix version result not available ([9803507](https://github.com/embark-framework/embark/commit/9803507))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-geth",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implementation of the Go-Ethereum blockchain for Embark",
@ -44,17 +44,17 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-logger": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-logger": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"fs-extra": "8.1.0",
"netcat": "1.3.5",
"semver": "5.6.0",
"ws": "7.1.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-graph

View File

@ -1,6 +1,6 @@
{
"name": "embark-graph",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Smart contract documentation generator for Embark DApps",
@ -47,7 +47,7 @@
"viz.js": "1.8.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-ipfs

View File

@ -1,6 +1,6 @@
{
"name": "embark-ipfs",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implements IPFS support in Embark",
@ -47,17 +47,17 @@
"async": "2.6.1",
"colors": "1.3.2",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-storage": "^4.1.1",
"embark-utils": "^4.1.1",
"embarkjs": "^4.1.1",
"embarkjs-ipfs": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-storage": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"embarkjs": "^5.0.0-alpha.0",
"embarkjs-ipfs": "^5.0.0-alpha.0",
"ipfs-api": "17.2.4",
"shelljs": "0.8.3"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -0,0 +1,39 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-mocha-tests",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "Mocha Test Runner",
"main": "dist/lib/index.js",
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/mocha-tests#readme",
@ -47,15 +47,15 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "3.1.0",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embarkjs": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"embarkjs": "^5.0.0-alpha.0",
"mocha": "6.2.0",
"web3": "1.2.1"
},
"devDependencies": {
"@types/async": "2.0.50",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"nyc": "13.1.0",

View File

@ -0,0 +1,34 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@embark/parity:** fix version result not available ([a4b3ef4](https://github.com/embark-framework/embark/commit/a4b3ef4))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-parity",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implementation of the Parity blockchain for Embark",
@ -48,16 +48,16 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"fs-extra": "8.1.0",
"netcat": "1.3.5",
"semver": "5.6.0",
"ws": "7.1.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-plugin-cmd

View File

@ -1,6 +1,6 @@
{
"name": "embark-plugin-cmd",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Plugin installation utility for Embark",
@ -35,11 +35,11 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1"
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-profiler

View File

@ -1,6 +1,6 @@
{
"name": "embark-profiler",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Smart contract profiler for Embark DApps",
@ -48,7 +48,7 @@
"web3-utils": "1.2.1"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-scaffolding

View File

@ -1,6 +1,6 @@
{
"name": "embark-scaffolding",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Provides scaffolding utilities",
@ -45,12 +45,12 @@
"@babel/runtime-corejs3": "7.6.3",
"ajv": "6.10.2",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"handlebars": "4.2.0"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",

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.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
**Note:** Version bump only for package embark-snark

View File

@ -1,6 +1,6 @@
{
"name": "embark-snark",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Anthony Laibe",
"contributors": [
"Michael Bradley <michaelsbradleyjr@gmail.com> (https://github.com/michaelsbradleyjr/)"
@ -57,7 +57,7 @@
"@babel/core": "7.6.4",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "6.2.2",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-jest": "22.5.1",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-solc

View File

@ -1,6 +1,6 @@
{
"name": "embark-solc",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Richard Ramos",
"contributors": [],
"description": "Solc plugin for Embark",
@ -48,7 +48,7 @@
"shelljs": "0.8.3"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -0,0 +1,34 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.

View File

@ -1,6 +1,6 @@
{
"name": "embark-solidity-tests",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "Plugin to run Embark solidity tests",
"main": "dist/lib/index.js",
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/solidity-tests#readme",
@ -50,7 +50,7 @@
},
"devDependencies": {
"@types/async": "2.0.50",
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"mocha": "6.2.0",
"npm-run-all": "4.1.5",

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-solidity

View File

@ -1,6 +1,6 @@
{
"name": "embark-solidity",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Solidity Compiler APIs for Embark",
@ -44,16 +44,16 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"fs-extra": "8.1.0",
"semver": "5.6.0",
"solc": "0.5.0",
"uuid": "3.3.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-specialconfigs

View File

@ -1,6 +1,6 @@
{
"name": "embark-specialconfigs",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Adds various configs to embark's contract.js config file",
@ -44,11 +44,11 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"viz.js": "1.8.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-swarm

View File

@ -1,6 +1,6 @@
{
"name": "embark-swarm",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implements Swarm support in Embark",
@ -48,16 +48,16 @@
"async": "2.6.1",
"colors": "1.3.2",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-storage": "^4.1.1",
"embark-utils": "^4.1.1",
"embarkjs": "^4.1.1",
"embarkjs-swarm": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-storage": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"embarkjs": "^5.0.0-alpha.0",
"embarkjs-swarm": "^5.0.0-alpha.0",
"swarm-api": "0.1.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Bug Fixes
* **@embark/transaction-logger:** don't show logs for stray receipts ([395ae83](https://github.com/embark-framework/embark/commit/395ae83))
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-console-listener

View File

@ -1,6 +1,6 @@
{
"name": "embark-transaction-logger",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Transaction listener and logger for Embark",
@ -44,15 +44,15 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-core": "^4.1.1",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1",
"embark-core": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.0.0",
"web3": "1.2.1"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-transaction-tracker

View File

@ -1,6 +1,6 @@
{
"name": "embark-transaction-tracker",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Transaction tracker for Embark's cockpit",
@ -47,7 +47,7 @@
"viz.js": "1.8.2"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-vyper

View File

@ -1,6 +1,6 @@
{
"name": "embark-vyper",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark wrapper for the Vyper compiler",
@ -44,11 +44,11 @@
"@babel/runtime-corejs3": "7.6.3",
"async": "2.6.1",
"core-js": "3.3.4",
"embark-i18n": "^4.1.1",
"embark-i18n": "^5.0.0-alpha.0",
"shelljs": "0.8.3"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
### Build System
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
### Features
* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0))
* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9))
### BREAKING CHANGES
* node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
**Note:** Version bump only for package embark-web3

View File

@ -1,6 +1,6 @@
{
"name": "embark-web3",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Module to add Web3 support to Embark",
@ -44,12 +44,12 @@
"@babel/runtime-corejs3": "7.6.3",
"core-js": "3.3.4",
"ejs": "2.6.1",
"embark-core": "^4.1.1",
"embark-utils": "^4.1.1",
"embarkjs-web3": "^4.1.1"
"embark-core": "^5.0.0-alpha.0",
"embark-utils": "^5.0.0-alpha.0",
"embarkjs-web3": "^5.0.0-alpha.0"
},
"devDependencies": {
"embark-solo": "^4.1.1",
"embark-solo": "^5.0.0-alpha.0",
"eslint": "5.7.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",

Some files were not shown because too many files have changed in this diff Show More