diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2ee077a..6cbfa0288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index fe94e761e..1250da262 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/CHANGELOG.md @@ -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) diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index f6c9f01e7..b24a9931a 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -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" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 10a9f0cb2..6e197877e 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -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 diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 5849a903d..2518c9e0d 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -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", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index a8b1e807c..bac6a0c0c 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/CHANGELOG.md @@ -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 diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index 39ce2bd66..dc8de05b2 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -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" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 0db62bb24..90948fdf2 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -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) diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index aad02da60..95a45439a 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -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" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index d2a39b12a..ee6c8f310 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -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 diff --git a/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index c11899b23..6fb84218d 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -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" } diff --git a/lerna.json b/lerna.json index 0225f2804..3b106e8d8 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.0.0-alpha.1" + "version": "5.0.0-alpha.2" } diff --git a/packages/cockpit/api-client/CHANGELOG.md b/packages/cockpit/api-client/CHANGELOG.md index 9edb45490..9a22f30eb 100644 --- a/packages/cockpit/api-client/CHANGELOG.md +++ b/packages/cockpit/api-client/CHANGELOG.md @@ -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 diff --git a/packages/cockpit/api-client/package.json b/packages/cockpit/api-client/package.json index e2cb775df..33fcd4670 100644 --- a/packages/cockpit/api-client/package.json +++ b/packages/cockpit/api-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-api-client", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/cockpit/ui/CHANGELOG.md b/packages/cockpit/ui/CHANGELOG.md index c5a415f6c..37b0f1aee 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -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) diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index 2226370c3..88753270f 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 638925efa..156aec826 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/CHANGELOG.md @@ -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 diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index 9dfdcd18b..be2f5b809 100644 --- a/packages/core/code-runner/package.json +++ b/packages/core/code-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-code-runner", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index a9c8753ac..e84e99c7b 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -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 diff --git a/packages/core/console/package.json b/packages/core/console/package.json index 346a0542e..1cdc616fd 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 33196993d..ce3b10fb2 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -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 diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 2af54fe53..ad7e3be69 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/core/i18n/CHANGELOG.md b/packages/core/i18n/CHANGELOG.md index d90f9187c..30dab40d6 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/CHANGELOG.md @@ -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 diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index 580d9a642..fccccfc0a 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "embark-i18n", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index 45714c5e6..777fe0431 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/logger/CHANGELOG.md @@ -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 diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index 07d10a2a3..af7bc4086 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/core/reset/CHANGELOG.md b/packages/core/reset/CHANGELOG.md index de604094d..e50afcf91 100644 --- a/packages/core/reset/CHANGELOG.md +++ b/packages/core/reset/CHANGELOG.md @@ -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) diff --git a/packages/core/reset/package.json b/packages/core/reset/package.json index aeb145503..0cd5e2d92 100644 --- a/packages/core/reset/package.json +++ b/packages/core/reset/package.json @@ -1,6 +1,6 @@ { "name": "embark-reset", - "version": "5.0.0-alpha.0", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/core/typings/CHANGELOG.md b/packages/core/typings/CHANGELOG.md index 343dc8406..50a3d7ec1 100644 --- a/packages/core/typings/CHANGELOG.md +++ b/packages/core/typings/CHANGELOG.md @@ -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) diff --git a/packages/core/typings/package.json b/packages/core/typings/package.json index b9cde45a1..ac6744bbe 100644 --- a/packages/core/typings/package.json +++ b/packages/core/typings/package.json @@ -1,7 +1,7 @@ { "name": "@types/embark", "private": true, - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index 5d37ef679..df7cf7db1 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -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 diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 9f7c93cf9..cb3b4df51 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 23b296f40..5257a3bcd 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -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) diff --git a/packages/embark/package.json b/packages/embark/package.json index a7639b698..5e3564cbe 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/embarkjs/embarkjs/CHANGELOG.md b/packages/embarkjs/embarkjs/CHANGELOG.md index 17d8017a8..04957c54f 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/embarkjs/CHANGELOG.md @@ -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 diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index 301446678..72313e9c4 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/embarkjs/ens/CHANGELOG.md b/packages/embarkjs/ens/CHANGELOG.md index 8047ed924..eeae04f08 100644 --- a/packages/embarkjs/ens/CHANGELOG.md +++ b/packages/embarkjs/ens/CHANGELOG.md @@ -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 diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index e3e89c99e..c72f74a06 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/embarkjs/ipfs/CHANGELOG.md b/packages/embarkjs/ipfs/CHANGELOG.md index 57c2f2e28..f856c3256 100644 --- a/packages/embarkjs/ipfs/CHANGELOG.md +++ b/packages/embarkjs/ipfs/CHANGELOG.md @@ -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 diff --git a/packages/embarkjs/ipfs/package.json b/packages/embarkjs/ipfs/package.json index c45e6cb78..1b325209d 100644 --- a/packages/embarkjs/ipfs/package.json +++ b/packages/embarkjs/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ipfs", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/embarkjs/swarm/CHANGELOG.md b/packages/embarkjs/swarm/CHANGELOG.md index afe756e47..fe1a703c1 100644 --- a/packages/embarkjs/swarm/CHANGELOG.md +++ b/packages/embarkjs/swarm/CHANGELOG.md @@ -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 diff --git a/packages/embarkjs/swarm/package.json b/packages/embarkjs/swarm/package.json index e737100c0..cc91a2e49 100644 --- a/packages/embarkjs/swarm/package.json +++ b/packages/embarkjs/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-swarm", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/embarkjs/web3/CHANGELOG.md b/packages/embarkjs/web3/CHANGELOG.md index a34c81394..41cfa5ac3 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/web3/CHANGELOG.md @@ -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 diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index d74540c86..679f5ec65 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/embarkjs/whisper/CHANGELOG.md b/packages/embarkjs/whisper/CHANGELOG.md index 443350bf1..9416c4287 100644 --- a/packages/embarkjs/whisper/CHANGELOG.md +++ b/packages/embarkjs/whisper/CHANGELOG.md @@ -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 diff --git a/packages/embarkjs/whisper/package.json b/packages/embarkjs/whisper/package.json index 32ba228cb..ccde3f696 100644 --- a/packages/embarkjs/whisper/package.json +++ b/packages/embarkjs/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-whisper", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md index 59be9ef88..c9bd0f6ad 100644 --- a/packages/plugins/accounts-manager/CHANGELOG.md +++ b/packages/plugins/accounts-manager/CHANGELOG.md @@ -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 diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index b5e05e6fb..ed5d954a0 100644 --- a/packages/plugins/accounts-manager/package.json +++ b/packages/plugins/accounts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-accounts-manager", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md index d46479979..4992206ad 100644 --- a/packages/plugins/basic-pipeline/CHANGELOG.md +++ b/packages/plugins/basic-pipeline/CHANGELOG.md @@ -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 diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index adf199112..dbdb7b5d9 100644 --- a/packages/plugins/basic-pipeline/package.json +++ b/packages/plugins/basic-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-basic-pipeline", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index 7991c5f5a..facf266bb 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -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 diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 38d095c08..93c85fcfb 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/debugger/CHANGELOG.md b/packages/plugins/debugger/CHANGELOG.md index 18f7a0837..fbaa0dcf1 100644 --- a/packages/plugins/debugger/CHANGELOG.md +++ b/packages/plugins/debugger/CHANGELOG.md @@ -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 diff --git a/packages/plugins/debugger/package.json b/packages/plugins/debugger/package.json index 6a62c210c..4e2e400b4 100644 --- a/packages/plugins/debugger/package.json +++ b/packages/plugins/debugger/package.json @@ -1,6 +1,6 @@ { "name": "embark-debugger", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 121bd3650..c7afbdce9 100644 --- a/packages/plugins/deploy-tracker/CHANGELOG.md +++ b/packages/plugins/deploy-tracker/CHANGELOG.md @@ -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) diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index bedf8d312..1fb3e6510 100644 --- a/packages/plugins/deploy-tracker/package.json +++ b/packages/plugins/deploy-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-deploy-tracker", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 64acd5d63..2d8feee5c 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/CHANGELOG.md @@ -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 diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index f09825b98..598e980fc 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md index c00e17528..11bd133a1 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -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) diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index 23d8c4102..6d0d027ac 100644 --- a/packages/plugins/ethereum-blockchain-client/package.json +++ b/packages/plugins/ethereum-blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-ethereum-blockchain-client", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md index b6f91c210..7632bc930 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/CHANGELOG.md @@ -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 diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 3a70434a3..9e1723725 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md index 2f63662e6..1e300de05 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/CHANGELOG.md @@ -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 diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 2ea603f1c..5a4c6d32b 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/graph/CHANGELOG.md b/packages/plugins/graph/CHANGELOG.md index a76683098..b46462c1b 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/CHANGELOG.md @@ -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 diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index eea567f06..b238f86c3 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index 79a27b4a3..c2f9fc275 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/CHANGELOG.md @@ -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 diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index d5c02fa73..3f2f82210 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md index 71ddf219d..6d23c4354 100644 --- a/packages/plugins/mocha-tests/CHANGELOG.md +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 9fc5602e9..a612df93d 100644 --- a/packages/plugins/mocha-tests/package.json +++ b/packages/plugins/mocha-tests/package.json @@ -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", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index 073a2e01a..da91ebe50 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/CHANGELOG.md @@ -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 diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index ec60f30f8..e6fe7b95f 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/plugin-cmd/CHANGELOG.md b/packages/plugins/plugin-cmd/CHANGELOG.md index 3288c093a..7a33c765d 100644 --- a/packages/plugins/plugin-cmd/CHANGELOG.md +++ b/packages/plugins/plugin-cmd/CHANGELOG.md @@ -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 diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index 9956c88aa..95860642d 100644 --- a/packages/plugins/plugin-cmd/package.json +++ b/packages/plugins/plugin-cmd/package.json @@ -1,6 +1,6 @@ { "name": "embark-plugin-cmd", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index 8eafa2a9a..7e4bd8738 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/CHANGELOG.md @@ -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 diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 3d040dcbe..f102a27c5 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md new file mode 100644 index 000000000..34edca21a --- /dev/null +++ b/packages/plugins/rpc-manager/CHANGELOG.md @@ -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) diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index b8ab0ab16..e3ae45d75 100644 --- a/packages/plugins/rpc-manager/package.json +++ b/packages/plugins/rpc-manager/package.json @@ -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": { @@ -73,4 +73,4 @@ "dist/test/**" ] } -} \ No newline at end of file +} diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index e5f1f84ae..478d85854 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -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 diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index d492e0d65..6f7822c93 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/snark/CHANGELOG.md b/packages/plugins/snark/CHANGELOG.md index 47af7e888..d0717db86 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/CHANGELOG.md @@ -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 diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 59f47cbc4..13d7fb700 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -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 (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", diff --git a/packages/plugins/solc/CHANGELOG.md b/packages/plugins/solc/CHANGELOG.md index 93ec64799..73da8b991 100644 --- a/packages/plugins/solc/CHANGELOG.md +++ b/packages/plugins/solc/CHANGELOG.md @@ -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 diff --git a/packages/plugins/solc/package.json b/packages/plugins/solc/package.json index 019faed09..501d6dc0c 100644 --- a/packages/plugins/solc/package.json +++ b/packages/plugins/solc/package.json @@ -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" diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md index 339f57135..03ed8e00d 100644 --- a/packages/plugins/solidity-tests/CHANGELOG.md +++ b/packages/plugins/solidity-tests/CHANGELOG.md @@ -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 diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index 05cb3b740..5b639d980 100644 --- a/packages/plugins/solidity-tests/package.json +++ b/packages/plugins/solidity-tests/package.json @@ -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", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index 974ca4556..e97fae973 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -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 diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 822bda0e7..157ecbb76 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/specialconfigs/CHANGELOG.md b/packages/plugins/specialconfigs/CHANGELOG.md index 434a5349d..f71d328bd 100644 --- a/packages/plugins/specialconfigs/CHANGELOG.md +++ b/packages/plugins/specialconfigs/CHANGELOG.md @@ -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 diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index f91ae5e08..69bbdeee7 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index 9cd689bc9..e3ca93cfa 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/CHANGELOG.md @@ -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 diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index 929c66ccf..1ec90c2fb 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 0aa654870..d60eeb739 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -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 diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index 3396d031f..650b9693c 100644 --- a/packages/plugins/transaction-logger/package.json +++ b/packages/plugins/transaction-logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-logger", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/transaction-tracker/CHANGELOG.md b/packages/plugins/transaction-tracker/CHANGELOG.md index 2157a45f2..b44c824ea 100644 --- a/packages/plugins/transaction-tracker/CHANGELOG.md +++ b/packages/plugins/transaction-tracker/CHANGELOG.md @@ -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 diff --git a/packages/plugins/transaction-tracker/package.json b/packages/plugins/transaction-tracker/package.json index 670f1f362..c362b29e2 100644 --- a/packages/plugins/transaction-tracker/package.json +++ b/packages/plugins/transaction-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-tracker", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/vyper/CHANGELOG.md b/packages/plugins/vyper/CHANGELOG.md index 32c7c2ab3..7353bccbd 100644 --- a/packages/plugins/vyper/CHANGELOG.md +++ b/packages/plugins/vyper/CHANGELOG.md @@ -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 diff --git a/packages/plugins/vyper/package.json b/packages/plugins/vyper/package.json index df61360b5..dd13df9ea 100644 --- a/packages/plugins/vyper/package.json +++ b/packages/plugins/vyper/package.json @@ -1,6 +1,6 @@ { "name": "embark-vyper", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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" diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index c2439c37a..ebee1f078 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -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 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 1fa0165d6..20342df4f 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "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", diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md new file mode 100644 index 000000000..56d61f35c --- /dev/null +++ b/packages/plugins/whisper-geth/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [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:** 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)) diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index 7dbc83c27..3b157b63f 100644 --- a/packages/plugins/whisper-geth/package.json +++ b/packages/plugins/whisper-geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-geth", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -44,14 +44,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", - "embarkjs-whisper": "^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-whisper": "^5.0.0-alpha.2", "rxjs": "6.4.0" }, "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", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md new file mode 100644 index 000000000..ac398d5b2 --- /dev/null +++ b/packages/plugins/whisper-parity/CHANGELOG.md @@ -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.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-whisper-parity diff --git a/packages/plugins/whisper-parity/package.json b/packages/plugins/whisper-parity/package.json index 15a9d4a3e..342b8ee74 100644 --- a/packages/plugins/whisper-parity/package.json +++ b/packages/plugins/whisper-parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-parity", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -44,14 +44,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", - "embarkjs-whisper": "^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-whisper": "^5.0.0-alpha.2", "rxjs": "6.4.0" }, "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", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index ce58a2974..8ac51e65f 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -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 + + + + + # [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 diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 6ca3a92c9..7be02ff00 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -47,8 +47,8 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "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", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", @@ -61,7 +61,7 @@ "@types/express-ws": "3.0.0", "@types/find-up": "4.0.0", "@types/helmet": "0.0.42", - "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", diff --git a/packages/stack/authenticator/CHANGELOG.md b/packages/stack/authenticator/CHANGELOG.md index c23fb3792..447aea064 100644 --- a/packages/stack/authenticator/CHANGELOG.md +++ b/packages/stack/authenticator/CHANGELOG.md @@ -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-authenticator + + + + + # [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-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index d08805d05..7b0527147 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -43,13 +43,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "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", "keccakjs": "0.2.3", "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" diff --git a/packages/stack/blockchain-client/CHANGELOG.md b/packages/stack/blockchain-client/CHANGELOG.md index ea8bf8a70..f15512285 100644 --- a/packages/stack/blockchain-client/CHANGELOG.md +++ b/packages/stack/blockchain-client/CHANGELOG.md @@ -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) diff --git a/packages/stack/blockchain-client/package.json b/packages/stack/blockchain-client/package.json index 53f73ba8e..bee3d30c3 100644 --- a/packages/stack/blockchain-client/package.json +++ b/packages/stack/blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain-client", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Provides ability to register a blockchain technology in Embark, ie Ethereum.", @@ -46,7 +46,7 @@ "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" diff --git a/packages/stack/blockchain/CHANGELOG.md b/packages/stack/blockchain/CHANGELOG.md index 1e5b52468..a067b6f63 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -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-blockchain + + + + + # [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-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 0376f8edb..7599d1fed 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -46,16 +46,16 @@ "async": "2.6.1", "clone-deep": "4.0.0", "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" }, "devDependencies": { "@babel/core": "7.7.4", "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", diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md index 91c1de0d2..08afbec69 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -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-communication + + + + + # [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-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index b1e372263..6f3314f71 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -46,15 +46,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "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" }, "devDependencies": { "@babel/core": "7.7.4", "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", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index c394b8b0f..e547d98d7 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -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-compiler + + + + + # [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-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 1a19ee468..5c5d451e9 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,16 +45,16 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "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": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "clone-deep": "4.0.0", "cross-env": "5.2.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", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/contracts-manager/CHANGELOG.md b/packages/stack/contracts-manager/CHANGELOG.md index 9bd4d8627..21c6bbd3d 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -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-contracts-manager + + + + + # [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-contracts-manager diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index e0530a4ca..e22f3b28a 100644 --- a/packages/stack/contracts-manager/package.json +++ b/packages/stack/contracts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-contracts-manager", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,14 +50,14 @@ "async": "2.6.1", "clone-deep": "4.0.0", "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", diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index 9e317db8b..c53c26691 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -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-deployment + + + + + # [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-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 4024d6cb4..ddc7a40c8 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -46,15 +46,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "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" }, "devDependencies": { "@babel/core": "7.7.4", "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", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md index 4cadaa3b5..7a3043237 100644 --- a/packages/stack/embarkjs/CHANGELOG.md +++ b/packages/stack/embarkjs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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) +* **@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-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index c4965f3b9..1b12796bc 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -44,11 +44,11 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.0.0-alpha.1", - "embark-i18n": "^5.0.0-alpha.1" + "embark-core": "^5.0.0-alpha.2", + "embark-i18n": "^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" diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index 81d525674..d2765dd33 100644 --- a/packages/stack/library-manager/CHANGELOG.md +++ b/packages/stack/library-manager/CHANGELOG.md @@ -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 + +* **@embark/library-manager:** add web3 to versions list ([3c760c3](https://github.com/embark-framework/embark/commit/3c760c3)) + + +### 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-library-manager diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index 266af46db..2b8bdabda 100644 --- a/packages/stack/library-manager/package.json +++ b/packages/stack/library-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-library-manager", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -44,13 +44,13 @@ "@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-i18n": "^5.0.0-alpha.2", + "embark-utils": "^5.0.0-alpha.2", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "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", diff --git a/packages/stack/namesystem/CHANGELOG.md b/packages/stack/namesystem/CHANGELOG.md index 7b6238ca1..e873866cf 100644 --- a/packages/stack/namesystem/CHANGELOG.md +++ b/packages/stack/namesystem/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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-namesystem diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index 821bfe8a2..4b66070ff 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Namesystem provider abstraction module for Embark", @@ -44,10 +44,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-i18n": "^5.0.0-alpha.1" + "embark-i18n": "^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" diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index f67ea9f06..03f26f82e 100644 --- a/packages/stack/pipeline/CHANGELOG.md +++ b/packages/stack/pipeline/CHANGELOG.md @@ -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-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-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index a392fc835..1b8d19b1b 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -45,14 +45,14 @@ "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-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", "find-up": "2.1.0", "fs-extra": "8.1.0" }, "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" diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index 36aa4a9a9..744483b84 100644 --- a/packages/stack/process-logs-api-manager/CHANGELOG.md +++ b/packages/stack/process-logs-api-manager/CHANGELOG.md @@ -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-process-logs-api-manager + + + + + # [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-process-logs-api-manager diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index e2ed69d3d..fc54ce323 100644 --- a/packages/stack/process-logs-api-manager/package.json +++ b/packages/stack/process-logs-api-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-process-logs-api-manager", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -43,10 +43,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "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" diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md index 3dcbd43f0..6aeff45b6 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -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/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) diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 2a5ecf61b..8bccdd8a3 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -48,10 +48,10 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "cors": "2.8.5", - "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", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.1", @@ -61,7 +61,7 @@ "@types/cors": "2.8.6", "@types/express": "4.17.1", "@types/express-ws": "3.0.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", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index 7107f3e8b..88bc06f91 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -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-storage + + + + + # [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-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 3bcf8d391..5e2a827f9 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -45,14 +45,14 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "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", "lodash.clonedeep": "4.5.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" diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index 579c1b53e..800bbe170 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,25 @@ 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/tests:** Improve expiration unit test ([23e94d6](https://github.com/embark-framework/embark/commit/23e94d6)) + + +### 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/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-test-runner diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index f58c5af31..f1ca472f8 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -49,9 +49,9 @@ "async": "2.6.1", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-i18n": "^5.0.0-alpha.1", - "embark-testing": "^5.0.0-alpha.1", - "embark-utils": "^5.0.0-alpha.1", + "embark-i18n": "^5.0.0-alpha.2", + "embark-testing": "^5.0.0-alpha.2", + "embark-utils": "^5.0.0-alpha.2", "fs-extra": "8.1.0", "istanbul-lib-coverage": "2.0.5", "istanbul-lib-report": "2.0.8", @@ -61,7 +61,7 @@ "web3": "1.2.1" }, "devDependencies": { - "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", diff --git a/packages/stack/watcher/CHANGELOG.md b/packages/stack/watcher/CHANGELOG.md index d30aaa210..255d485fe 100644 --- a/packages/stack/watcher/CHANGELOG.md +++ b/packages/stack/watcher/CHANGELOG.md @@ -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-watcher + + + + + # [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-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index f48489504..05aaa18c0 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -44,11 +44,11 @@ "@babel/runtime-corejs3": "7.7.4", "chokidar": "2.1.6", "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" diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index 96e923308..1f9deb0c3 100644 --- a/packages/stack/webserver/CHANGELOG.md +++ b/packages/stack/webserver/CHANGELOG.md @@ -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-webserver + + + + + # [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-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 7df2996e8..96a2bcc80 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -44,15 +44,15 @@ "@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", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", "serve-static": "1.13.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", diff --git a/packages/utils/collective/CHANGELOG.md b/packages/utils/collective/CHANGELOG.md index 5ac0c3b03..dccf7ae47 100644 --- a/packages/utils/collective/CHANGELOG.md +++ b/packages/utils/collective/CHANGELOG.md @@ -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-collective + + + + + # [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) diff --git a/packages/utils/collective/package.json b/packages/utils/collective/package.json index 593eec329..cd6590162 100644 --- a/packages/utils/collective/package.json +++ b/packages/utils/collective/package.json @@ -1,6 +1,6 @@ { "name": "embark-collective", - "version": "5.0.0-alpha.0", + "version": "5.0.0-alpha.2", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "You will be assimilated", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/utils/collective#readme", @@ -44,8 +44,8 @@ "@babel/core": "7.7.4", "@babel/plugin-proposal-class-properties": "7.7.4", "@babel/plugin-proposal-decorators": "7.7.4", - "@babel/plugin-proposal-export-namespace-from": "7.7.4", "@babel/plugin-proposal-export-default-from": "7.7.4", + "@babel/plugin-proposal-export-namespace-from": "7.7.4", "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4", "@babel/plugin-proposal-optional-chaining": "7.7.4", "@babel/plugin-syntax-dynamic-import": "7.7.4", diff --git a/packages/utils/solo/CHANGELOG.md b/packages/utils/solo/CHANGELOG.md index 5ac0c3b03..b53eec6f0 100644 --- a/packages/utils/solo/CHANGELOG.md +++ b/packages/utils/solo/CHANGELOG.md @@ -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-solo + + + + + # [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) diff --git a/packages/utils/solo/package.json b/packages/utils/solo/package.json index 4c72ad048..754f375ed 100644 --- a/packages/utils/solo/package.json +++ b/packages/utils/solo/package.json @@ -1,7 +1,7 @@ { "name": "embark-solo", "private": true, - "version": "5.0.0-alpha.0", + "version": "5.0.0-alpha.2", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "Resistance is not futile?", "license": "MIT", @@ -10,7 +10,7 @@ "files": [], "scripts": {}, "devDependencies": { - "embark-collective": "^5.0.0-alpha.0", + "embark-collective": "^5.0.0-alpha.2", "find-up": "4.1.0", "fs-extra": "8.1.0" }, diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md index cd4ef1055..b5edaa859 100644 --- a/packages/utils/testing/CHANGELOG.md +++ b/packages/utils/testing/CHANGELOG.md @@ -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-testing + + + + + # [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-testing diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 3f9040ed7..22945d43a 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.0.0-alpha.1", + "version": "5.0.0-alpha.2", "description": "Testing", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js", @@ -50,7 +50,7 @@ "@babel/core": "7.7.4", "@types/async": "3.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", "jest": "24.9.0", "lodash.clonedeep": "4.5.0",