chore(release): 5.0.0-alpha.2

This commit is contained in:
Iuri Matias 2019-12-05 15:03:09 -05:00
parent 6bb673ef87
commit 6efe791cfd
146 changed files with 1241 additions and 340 deletions

View File

@ -3,6 +3,60 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@cockpit:** adjust table-related styling so changes in updated core-ui don't override font color ([92f6d41](https://github.com/embark-framework/embark/commit/92f6d41))
* **@cockpit/console:** show contract names in the suggestions list ([4ee9004](https://github.com/embark-framework/embark/commit/4ee9004))
* **@embark/accounts-manager:** limit funding accounts to 1 at a time ([95b5ae4](https://github.com/embark-framework/embark/commit/95b5ae4))
* **@embark/core:** don't exit in Engine consumer API ([a7edca0](https://github.com/embark-framework/embark/commit/a7edca0))
* **@embark/core:** ensure type declaration for Plugin.registerActionForEvent() is legit ([5dc4b21](https://github.com/embark-framework/embark/commit/5dc4b21)), closes [/github.com/embark-framework/embark/commit/776db1b7f71e9a78f216cf2acc6c1387c60b3604#diff-5cab125016e6d753f03b6cd0241d5ebbR267](https://github.com//github.com/embark-framework/embark/commit/776db1b7f71e9a78f216cf2acc6c1387c60b3604/issues/diff-5cab125016e6d753f03b6cd0241d5ebbR267)
* **@embark/dapps:** add missing constructor argument in contracts config ([3f4e12a](https://github.com/embark-framework/embark/commit/3f4e12a))
* **@embark/dapps:** add missing Smart Contract configurations ([92f6dd4](https://github.com/embark-framework/embark/commit/92f6dd4))
* **@embark/ens:** don't break when determining contract addresses ([0d20cb5](https://github.com/embark-framework/embark/commit/0d20cb5))
* **@embark/ens:** don't change shape of Smart Contract args in action hooks ([b4478a9](https://github.com/embark-framework/embark/commit/b4478a9))
* **@embark/library-manager:** add web3 to versions list ([3c760c3](https://github.com/embark-framework/embark/commit/3c760c3))
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
* **@embark/rpc-manager:** implement missing RPC modifier for eth_sign ([4ebbb44](https://github.com/embark-framework/embark/commit/4ebbb44))
* **@embark/simulator:** fix port used in simulator ([dba5f77](https://github.com/embark-framework/embark/commit/dba5f77))
* **@embark/site:** ensure fathom script is only loaded in production environment ([7c5d662](https://github.com/embark-framework/embark/commit/7c5d662))
* **@embark/tests:** Improve expiration unit test ([23e94d6](https://github.com/embark-framework/embark/commit/23e94d6))
* **@embark/whisper:** fix ipc conflict on Windows with 2 Geths ([abac984](https://github.com/embark-framework/embark/commit/abac984))
* **@embark/whisper:** fix whisper node printing twice because of duplicated name ([04a02af](https://github.com/embark-framework/embark/commit/04a02af))
* **@embark/whisper:** show message when geth port is already taken ([23f9a8c](https://github.com/embark-framework/embark/commit/23f9a8c))
### Build System
* **deps:** bump deprecated ipfs-api@17.2.4 to ipfs-http-client@39.0.2 ([978e17d](https://github.com/embark-framework/embark/commit/978e17d)), closes [#1985](https://github.com/embark-framework/embark/issues/1985) [#2033](https://github.com/embark-framework/embark/issues/2033) [#1994](https://github.com/embark-framework/embark/issues/1994)
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
* **@embark/ens:** enable changing namesystem config per test ([de9e667](https://github.com/embark-framework/embark/commit/de9e667))
* **@embark/plugin:** add priority to regsiterActionForEvents ([776db1b](https://github.com/embark-framework/embark/commit/776db1b))
* **@embark/plugins/geth:** bump min supported geth version from 1.8.14 to 1.9.7 ([25d0510](https://github.com/embark-framework/embark/commit/25d0510))
* **@embark/tests:** enable comms and storage in tests ([aecb99d](https://github.com/embark-framework/embark/commit/aecb99d))
### BREAKING CHANGES
* **deps:**
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### BREAKING CHANGES
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Basic DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
@ -32,8 +32,8 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^5.0.0-alpha.1",
"embark-reset": "^5.0.0-alpha.0",
"embark": "^5.0.0-alpha.2",
"embark-reset": "^5.0.0-alpha.2",
"rimraf": "3.0.0"
}
}

View File

@ -3,6 +3,29 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Build System
* **deps:** bump deprecated ipfs-api@17.2.4 to ipfs-http-client@39.0.2 ([978e17d](https://github.com/embark-framework/embark/commit/978e17d)), closes [#1985](https://github.com/embark-framework/embark/issues/1985) [#2033](https://github.com/embark-framework/embark/issues/2033) [#1994](https://github.com/embark-framework/embark/issues/1994)
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### BREAKING CHANGES
* **deps:**
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Demo DApp for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
@ -34,8 +34,8 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.0.0-alpha.1",
"embark-reset": "^5.0.0-alpha.0",
"embark": "^5.0.0-alpha.2",
"embark-reset": "^5.0.0-alpha.2",
"jquery": "3.4.1",
"popper.js": "1.15.0",
"react": "16.12.0",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-simple",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Contracts-only DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
@ -28,8 +28,8 @@
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^5.0.0-alpha.1",
"embark-reset": "^5.0.0-alpha.0",
"embark": "^5.0.0-alpha.2",
"embark-reset": "^5.0.0-alpha.2",
"rimraf": "3.0.0"
}
}

View File

@ -3,6 +3,43 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/accounts-manager:** limit funding accounts to 1 at a time ([95b5ae4](https://github.com/embark-framework/embark/commit/95b5ae4))
* **@embark/dapps:** add missing Smart Contract configurations ([92f6dd4](https://github.com/embark-framework/embark/commit/92f6dd4))
* **@embark/ens:** don't change shape of Smart Contract args in action hooks ([b4478a9](https://github.com/embark-framework/embark/commit/b4478a9))
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
* **@embark/tests:** Improve expiration unit test ([23e94d6](https://github.com/embark-framework/embark/commit/23e94d6))
### Build System
* **deps:** bump deprecated ipfs-api@17.2.4 to ipfs-http-client@39.0.2 ([978e17d](https://github.com/embark-framework/embark/commit/978e17d)), closes [#1985](https://github.com/embark-framework/embark/issues/1985) [#2033](https://github.com/embark-framework/embark/issues/2033) [#1994](https://github.com/embark-framework/embark/issues/1994)
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### Features
* **@embark/ens:** enable changing namesystem config per test ([de9e667](https://github.com/embark-framework/embark/commit/de9e667))
### BREAKING CHANGES
* **deps:**
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

View File

@ -3,10 +3,10 @@
"devDependencies": {
"@babel/code-frame": "7.5.5",
"bootstrap": "3.4.1",
"embark": "^5.0.0-alpha.1",
"embark": "^5.0.0-alpha.2",
"embark-dapp-test-service": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.1",
"embark-reset": "^5.0.0-alpha.0",
"embark-i18n": "^5.0.0-alpha.2",
"embark-reset": "^5.0.0-alpha.2",
"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": "5.0.0-alpha.1"
"version": "5.0.0-alpha.2"
}

View File

@ -3,6 +3,33 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/dapps:** add missing constructor argument in contracts config ([3f4e12a](https://github.com/embark-framework/embark/commit/3f4e12a))
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### Features
* **@embark/ens:** enable changing namesystem config per test ([de9e667](https://github.com/embark-framework/embark/commit/de9e667))
### BREAKING CHANGES
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**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": "^5.0.0-alpha.1",
"embark-reset": "^5.0.0-alpha.0"
"embark": "^5.0.0-alpha.2",
"embark-reset": "^5.0.0-alpha.2"
},
"license": "MIT",
"name": "embark-dapp-test-contracts",
@ -14,5 +14,5 @@
"reset": "npx embark-reset",
"test": "npx embark test"
},
"version": "5.0.0-alpha.1"
"version": "5.0.0-alpha.2"
}

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embark-api-client
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-api-client

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@cockpit:** adjust table-related styling so changes in updated core-ui don't override font color ([92f6d41](https://github.com/embark-framework/embark/commit/92f6d41))
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

View File

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

View File

@ -3,6 +3,22 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Build System
* **deps:** bump deprecated ipfs-api@17.2.4 to ipfs-http-client@39.0.2 ([978e17d](https://github.com/embark-framework/embark/commit/978e17d)), closes [#1985](https://github.com/embark-framework/embark/issues/1985) [#2033](https://github.com/embark-framework/embark/issues/2033) [#1994](https://github.com/embark-framework/embark/issues/1994)
### BREAKING CHANGES
* **deps:**
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-code-runner

View File

@ -1,6 +1,6 @@
{
"name": "embark-code-runner",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Code execution VM for Embark",
@ -50,10 +50,10 @@
"async": "2.6.1",
"colors": "1.3.2",
"core-js": "3.4.3",
"embark-utils": "^5.0.0-alpha.1",
"embarkjs": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.1",
"embark-logger": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-logger": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"embarkjs": "^5.0.0-alpha.2",
"fs-extra": "8.1.0",
"parse-json": "4.0.0",
"vm2": "3.6.4",
@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/async": "3.0.3",
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@cockpit/console:** show contract names in the suggestions list ([4ee9004](https://github.com/embark-framework/embark/commit/4ee9004))
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### BREAKING CHANGES
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-console

View File

@ -1,6 +1,6 @@
{
"name": "embark-console",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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.4.3",
"embark-core": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-i18n": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"json-stringify-safe": "5.0.1"
},
"devDependencies": {
"@types/json-stringify-safe": "5.0.0",
"embark-logger": "^5.0.0-alpha.1",
"embark-solo": "^5.0.0-alpha.0",
"embark-logger": "^5.0.0-alpha.2",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"mocha": "6.2.2",
"npm-run-all": "4.1.5",

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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/core:** don't exit in Engine consumer API ([a7edca0](https://github.com/embark-framework/embark/commit/a7edca0))
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-core

View File

@ -1,6 +1,6 @@
{
"name": "embark-core",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Core library for Embark",
@ -49,10 +49,10 @@
"@babel/runtime-corejs3": "7.7.4",
"colors": "1.3.2",
"core-js": "3.4.3",
"embark-i18n": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embark-logger": "^5.0.0-alpha.1",
"decompress": "4.2.0",
"embark-i18n": "^5.0.0-alpha.2",
"embark-logger": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"flatted": "0.2.3",
"fs-extra": "8.1.0",
"globule": "1.2.1",
@ -66,7 +66,7 @@
"devDependencies": {
"@babel/core": "7.7.4",
"babel-jest": "24.9.0",
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### BREAKING CHANGES
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-i18n

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "embark-reset",
"version": "5.0.0-alpha.0",
"version": "5.0.0-alpha.2",
"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": "^5.0.0-alpha.0"
"embark-solo": "^5.0.0-alpha.2"
},
"engines": {
"node": ">=10.17.0 <12.0.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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/core:** ensure type declaration for Plugin.registerActionForEvent() is legit ([5dc4b21](https://github.com/embark-framework/embark/commit/5dc4b21)), closes [/github.com/embark-framework/embark/commit/776db1b7f71e9a78f216cf2acc6c1387c60b3604#diff-5cab125016e6d753f03b6cd0241d5ebbR267](https://github.com//github.com/embark-framework/embark/commit/776db1b7f71e9a78f216cf2acc6c1387c60b3604/issues/diff-5cab125016e6d753f03b6cd0241d5ebbR267)
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

View File

@ -1,7 +1,7 @@
{
"name": "@types/embark",
"private": true,
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"npm-run-all": "4.1.5",
"tslint": "5.16.0",
"typescript": "3.6.3"

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-utils

View File

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

View File

@ -3,6 +3,43 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/core:** don't exit in Engine consumer API ([a7edca0](https://github.com/embark-framework/embark/commit/a7edca0))
* **@embark/simulator:** fix port used in simulator ([dba5f77](https://github.com/embark-framework/embark/commit/dba5f77))
### Build System
* **deps:** bump deprecated ipfs-api@17.2.4 to ipfs-http-client@39.0.2 ([978e17d](https://github.com/embark-framework/embark/commit/978e17d)), closes [#1985](https://github.com/embark-framework/embark/issues/1985) [#2033](https://github.com/embark-framework/embark/issues/2033) [#1994](https://github.com/embark-framework/embark/issues/1994)
### Code Refactoring
* **@embark/library-manager:** restrict versionable packages to only solc ([2543aca](https://github.com/embark-framework/embark/commit/2543aca))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
* **@embark/ens:** enable changing namesystem config per test ([de9e667](https://github.com/embark-framework/embark/commit/de9e667))
* **@embark/plugin:** add priority to regsiterActionForEvents ([776db1b](https://github.com/embark-framework/embark/commit/776db1b))
* **@embark/tests:** enable comms and storage in tests ([aecb99d](https://github.com/embark-framework/embark/commit/aecb99d))
### BREAKING CHANGES
* **deps:**
* **@embark/library-manager:** Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "embarkjs",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"lodash.clonedeep": "4.5.0",
"mocha": "6.2.2",
"npm-run-all": "4.1.5",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embarkjs-ens
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embarkjs-ens

View File

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

View File

@ -3,6 +3,22 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Build System
* **deps:** bump deprecated ipfs-api@17.2.4 to ipfs-http-client@39.0.2 ([978e17d](https://github.com/embark-framework/embark/commit/978e17d)), closes [#1985](https://github.com/embark-framework/embark/issues/1985) [#2033](https://github.com/embark-framework/embark/issues/2033) [#1994](https://github.com/embark-framework/embark/issues/1994)
### BREAKING CHANGES
* **deps:**
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embarkjs-ipfs

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embarkjs-swarm
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embarkjs-swarm

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embarkjs-web3
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embarkjs-web3

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embarkjs-whisper
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embarkjs-whisper

View File

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

View File

@ -3,6 +3,22 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/accounts-manager:** limit funding accounts to 1 at a time ([95b5ae4](https://github.com/embark-framework/embark/commit/95b5ae4))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-accounts-manager

View File

@ -1,6 +1,6 @@
{
"name": "embark-accounts-manager",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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,14 +48,14 @@
"@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1",
"core-js": "3.4.3",
"embark-core": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embark-logger": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-i18n": "^5.0.0-alpha.2",
"embark-logger": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"web3": "1.2.1"
},
"devDependencies": {
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embark-basic-pipeline
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-basic-pipeline

View File

@ -1,6 +1,6 @@
{
"name": "embark-basic-pipeline",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
@ -63,9 +63,9 @@
"colors": "1.3.2",
"core-js": "3.4.3",
"css-loader": "3.2.0",
"embark-core": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-i18n": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"file-loader": "5.0.2",
"find-up": "4.1.0",
"fs-extra": "8.1.0",
@ -80,8 +80,8 @@
},
"devDependencies": {
"babel-jest": "24.9.0",
"embark-solo": "^5.0.0-alpha.0",
"embark-testing": "^5.0.0-alpha.1",
"embark-solo": "^5.0.0-alpha.2",
"embark-testing": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"jest": "24.9.0",
"npm-run-all": "4.1.5",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-coverage

View File

@ -1,6 +1,6 @@
{
"name": "embark-coverage",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Code coverage capabilities for Embark",
@ -45,8 +45,8 @@
"dependencies": {
"@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3",
"embark-core": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"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": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"mocha": "6.2.2",
"npm-run-all": "4.1.5",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "embark-debugger",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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.4.3",
"embark-i18n": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.2",
"remix-debug-debugtest": "0.2.16"
},
"devDependencies": {
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",
"tslint": "5.16.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embark-deploy-tracker
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

View File

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

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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/ens:** don't break when determining contract addresses ([0d20cb5](https://github.com/embark-framework/embark/commit/0d20cb5))
* **@embark/ens:** don't change shape of Smart Contract args in action hooks ([b4478a9](https://github.com/embark-framework/embark/commit/b4478a9))
### Features
* **@embark/ens:** enable changing namesystem config per test ([de9e667](https://github.com/embark-framework/embark/commit/de9e667))
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-ens

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embark-ethereum-blockchain-client
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-ganache

View File

@ -1,6 +1,6 @@
{
"name": "embark-ganache",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/whisper:** show message when geth port is already taken ([23f9a8c](https://github.com/embark-framework/embark/commit/23f9a8c))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)
* **@embark/plugins/geth:** bump min supported geth version from 1.8.14 to 1.9.7 ([25d0510](https://github.com/embark-framework/embark/commit/25d0510))
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-geth

View File

@ -1,6 +1,6 @@
{
"name": "embark-geth",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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.7.4",
"async": "2.6.1",
"core-js": "3.4.3",
"embark-core": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.1",
"embark-logger": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-i18n": "^5.0.0-alpha.2",
"embark-logger": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"fs-extra": "8.1.0",
"netcat": "1.3.5",
"semver": "5.6.0",
"ws": "7.1.2"
},
"devDependencies": {
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "embark-graph",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,22 @@
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.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Build System
* **deps:** bump deprecated ipfs-api@17.2.4 to ipfs-http-client@39.0.2 ([978e17d](https://github.com/embark-framework/embark/commit/978e17d)), closes [#1985](https://github.com/embark-framework/embark/issues/1985) [#2033](https://github.com/embark-framework/embark/issues/2033) [#1994](https://github.com/embark-framework/embark/issues/1994)
### BREAKING CHANGES
* **deps:**
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-ipfs

View File

@ -1,6 +1,6 @@
{
"name": "embark-ipfs",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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.4.3",
"embark-core": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.1",
"embark-storage": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embarkjs": "^5.0.0-alpha.1",
"embarkjs-ipfs": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-i18n": "^5.0.0-alpha.2",
"embark-storage": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"embarkjs": "^5.0.0-alpha.2",
"embarkjs-ipfs": "^5.0.0-alpha.2",
"ipfs-http-client": "40.0.0",
"shelljs": "0.8.3"
},
"devDependencies": {
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Features
* **@embark/ens:** enable changing namesystem config per test ([de9e667](https://github.com/embark-framework/embark/commit/de9e667))
* **@embark/tests:** enable comms and storage in tests ([aecb99d](https://github.com/embark-framework/embark/commit/aecb99d))
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-mocha-tests

View File

@ -1,6 +1,6 @@
{
"name": "embark-mocha-tests",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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.7.4",
"async": "3.1.0",
"core-js": "3.4.3",
"embark-i18n": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embarkjs": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"embarkjs": "^5.0.0-alpha.2",
"mocha": "6.2.2",
"web3": "1.2.1"
},
"devDependencies": {
"@types/async": "3.0.3",
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"nyc": "13.1.0",

View File

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

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embark-plugin-cmd
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-plugin-cmd

View File

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

View File

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

View File

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

View File

@ -0,0 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
* **@embark/rpc-manager:** implement missing RPC modifier for eth_sign ([4ebbb44](https://github.com/embark-framework/embark/commit/4ebbb44))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)

View File

@ -1,6 +1,6 @@
{
"name": "embark-rpc-manager",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Embark RPC Manager",
"main": "./dist/lib/index.js",
"repository": {
@ -46,9 +46,9 @@
"@babel/runtime-corejs3": "7.7.4",
"@omisego/omg-js-util": "2.0.0-v0.2",
"async": "2.6.1",
"embark-core": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-i18n": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"web3": "1.2.1"
},
"devDependencies": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embark-solidity-tests
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-solidity-tests

View File

@ -1,6 +1,6 @@
{
"name": "embark-solidity-tests",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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": "3.0.3",
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"mocha": "6.2.2",
"npm-run-all": "4.1.5",

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "embark-specialconfigs",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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.7.4",
"async": "2.6.1",
"core-js": "3.4.3",
"embark-i18n": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.2",
"viz.js": "1.8.2"
},
"devDependencies": {
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "embark-swarm",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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.4.3",
"embark-core": "^5.0.0-alpha.1",
"embark-i18n": "^5.0.0-alpha.1",
"embark-storage": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embarkjs": "^5.0.0-alpha.1",
"embarkjs-swarm": "^5.0.0-alpha.1",
"embark-core": "^5.0.0-alpha.2",
"embark-i18n": "^5.0.0-alpha.2",
"embark-storage": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"embarkjs": "^5.0.0-alpha.2",
"embarkjs-swarm": "^5.0.0-alpha.2",
"swarm-api": "0.1.2"
},
"devDependencies": {
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-transaction-logger

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
**Note:** Version bump only for package embark-transaction-tracker
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-transaction-tracker

View File

@ -1,6 +1,6 @@
{
"name": "embark-transaction-tracker",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"

View File

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

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Features
* **@embark/plugin:** add priority to regsiterActionForEvents ([776db1b](https://github.com/embark-framework/embark/commit/776db1b))
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
**Note:** Version bump only for package embark-web3

View File

@ -1,6 +1,6 @@
{
"name": "embark-web3",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Module to add Web3 support to Embark",
@ -44,12 +44,12 @@
"@babel/runtime-corejs3": "7.7.4",
"core-js": "3.4.3",
"ejs": "2.6.1",
"embark-core": "^5.0.0-alpha.1",
"embark-utils": "^5.0.0-alpha.1",
"embarkjs-web3": "^5.0.0-alpha.1"
"embark-core": "^5.0.0-alpha.2",
"embark-utils": "^5.0.0-alpha.2",
"embarkjs-web3": "^5.0.0-alpha.2"
},
"devDependencies": {
"embark-solo": "^5.0.0-alpha.0",
"embark-solo": "^5.0.0-alpha.2",
"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