diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb7b817a..dcf458743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,87 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* fix process logs not showing on errors ([#1962](https://github.com/embark-framework/embark/issues/1962)) ([913267b](https://github.com/embark-framework/embark/commit/913267b)) +* **@cockpit:** PropTypes typos: boolean -> bool, function -> func ([58c55ed](https://github.com/embark-framework/embark/commit/58c55ed)) +* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c)) +* **@embark/basic-pipeline:** Remove `_1_` from pipeline output ([#1941](https://github.com/embark-framework/embark/issues/1941)) ([5dbc1c7](https://github.com/embark-framework/embark/commit/5dbc1c7)) +* **@embark/cmd_controller:** ensure blockchain module is started before storage ([#1821](https://github.com/embark-framework/embark/issues/1821)) ([c7eb586](https://github.com/embark-framework/embark/commit/c7eb586)) +* **@embark/cmd_controller:** ensure namesystem is set up in console command ([#1822](https://github.com/embark-framework/embark/issues/1822)) ([dd82a01](https://github.com/embark-framework/embark/commit/dd82a01)) +* **@embark/cmd_controller:** use the correct path for eject-webpack ([98400dc](https://github.com/embark-framework/embark/commit/98400dc)) +* **@embark/core:** make blockchain command work again ([8fee0b8](https://github.com/embark-framework/embark/commit/8fee0b8)) +* **@embark/core:** set loglevel back to info ([a03ffd5](https://github.com/embark-framework/embark/commit/a03ffd5)) +* **@embark/embark-deploy-tracker:** Fix reading of empty file ([#1872](https://github.com/embark-framework/embark/issues/1872)) ([022a3c1](https://github.com/embark-framework/embark/commit/022a3c1)) +* **@embark/ens:** fix trying to resolve when ENS is not registered ([1302f9f](https://github.com/embark-framework/embark/commit/1302f9f)) +* **@embark/geth:** fix version result not available ([9803507](https://github.com/embark-framework/embark/commit/9803507)) +* **@embark/parity:** fix version result not available ([a4b3ef4](https://github.com/embark-framework/embark/commit/a4b3ef4)) +* **@embark/proxy:** Check if WebSocket open before sending ([#1978](https://github.com/embark-framework/embark/issues/1978)) ([db71a93](https://github.com/embark-framework/embark/commit/db71a93)) +* patch for infinite loop with panic override ([#1964](https://github.com/embark-framework/embark/issues/1964)) ([80df4fa](https://github.com/embark-framework/embark/commit/80df4fa)) +* **@embark/proxy:** Fix contract event subscriptions ([173d53d](https://github.com/embark-framework/embark/commit/173d53d)) +* **@embark/stack/pipeline:** set missing `this.fs` to `embark.fs` ([86a9766](https://github.com/embark-framework/embark/commit/86a9766)) +* **@embark/transaction-logger:** don't show logs for stray receipts ([395ae83](https://github.com/embark-framework/embark/commit/395ae83)) +* **@embarkjs/swarm:** web3@1.0.0-beta.37 -> web3@1.2.1 ([25a0644](https://github.com/embark-framework/embark/commit/25a0644)) +* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c)) +* **template_generator:** fix condition for windows ([7fae609](https://github.com/embark-framework/embark/commit/7fae609)) +* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82)) +* do not start modules if they are disabled ([d6bf5c2](https://github.com/embark-framework/embark/commit/d6bf5c2)) +* fix error logs in the cockpit due from negative blocks numbers ([#1967](https://github.com/embark-framework/embark/issues/1967)) ([4b947bb](https://github.com/embark-framework/embark/commit/4b947bb)) +* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8)) +* fix windows build for pipeline and embarkjs ([#1971](https://github.com/embark-framework/embark/issues/1971)) ([08c97a2](https://github.com/embark-framework/embark/commit/08c97a2)) +* re-enable plugin command module and clean up engine ([#1961](https://github.com/embark-framework/embark/issues/1961)) ([5b72620](https://github.com/embark-framework/embark/commit/5b72620)) +* type checker and linter errors on master after recent PR merges ([8716373](https://github.com/embark-framework/embark/commit/8716373)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### Features + +* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9)) +* **@embark/cmd_controller:** add back embark simulator ([#1965](https://github.com/embark-framework/embark/issues/1965)) ([915b949](https://github.com/embark-framework/embark/commit/915b949)) +* **@embark/compiler:** support :before and :after hooks on event compiler:contracts:compile ([#1878](https://github.com/embark-framework/embark/issues/1878)) ([043ccc0](https://github.com/embark-framework/embark/commit/043ccc0)) +* **@embark/specialconfigs:** introduce dynamic addresses ([#1873](https://github.com/embark-framework/embark/issues/1873)) ([86ee867](https://github.com/embark-framework/embark/commit/86ee867)), closes [#1690](https://github.com/embark-framework/embark/issues/1690) +* **@embark/test-runner:** add reports to tests ([#1864](https://github.com/embark-framework/embark/issues/1864)) ([230fe59](https://github.com/embark-framework/embark/commit/230fe59)) +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) +* **@embark/testing:** introduce plugin APIs to register compilers ([f289a6f](https://github.com/embark-framework/embark/commit/f289a6f)) +* **@embark/utils:** "inside monorepo" APIs ([de0e12d](https://github.com/embark-framework/embark/commit/de0e12d)) +* **deployement:** add back deployment message with hash ([2f09a88](https://github.com/embark-framework/embark/commit/2f09a88)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index 5f3e9ddd5..27317288f 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.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### BREAKING CHANGES + +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-dapp-template-boilerplate diff --git a/dapps/templates/boilerplate/package.json b/dapps/templates/boilerplate/package.json index 37ca9bc27..d1cb52a72 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embark-framework/embark/issues", @@ -32,8 +32,8 @@ "url": "https://github.com/embark-framework/embark.git" }, "devDependencies": { - "embark": "^4.1.1", - "embark-reset": "^4.1.1", + "embark": "^5.0.0-alpha.0", + "embark-reset": "^5.0.0-alpha.0", "rimraf": "3.0.0" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index 01bdd0706..8d50d2597 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8)) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) +* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9)) + + +### BREAKING CHANGES + +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 1bb28f10a..f7ef790e7 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "description": "Demo DApp for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embark-framework/embark/issues", @@ -34,8 +34,8 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^4.1.1", - "embark-reset": "^4.1.1", + "embark": "^5.0.0-alpha.0", + "embark-reset": "^5.0.0-alpha.0", "jquery": "3.4.1", "popper.js": "1.15.0", "react": "16.9.0", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index a2097dc2d..aebaf4774 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/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.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### BREAKING CHANGES + +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-dapp-template-simple diff --git a/dapps/templates/simple/package.json b/dapps/templates/simple/package.json index e17b0d091..0f3806b10 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embark-framework/embark/issues", @@ -28,8 +28,8 @@ "url": "https://github.com/embark-framework/embark.git" }, "devDependencies": { - "embark": "^4.1.1", - "embark-reset": "^4.1.1", + "embark": "^5.0.0-alpha.0", + "embark-reset": "^5.0.0-alpha.0", "rimraf": "3.0.0" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index f965d0009..22aeafb92 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8)) +* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c)) +* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82)) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### BREAKING CHANGES + +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-dapp-test-app diff --git a/dapps/tests/app/package.json b/dapps/tests/app/package.json index ea307c825..046ea3da9 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": "^4.1.1", - "embark-dapp-test-service": "^4.0.0", - "embark-i18n": "^4.1.1", - "embark-reset": "^4.1.1", + "embark": "^5.0.0-alpha.0", + "embark-dapp-test-service": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-reset": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "haml": "0.4.3", "jquery": "3.4.0", @@ -25,5 +25,5 @@ "reset": "npx embark-reset", "test": "npx embark test" }, - "version": "4.1.1" + "version": "5.0.0-alpha.0" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index dc3096f55..87f4bdd7e 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/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.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c)) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### BREAKING CHANGES + +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-dapp-test-contracts diff --git a/dapps/tests/contracts/package.json b/dapps/tests/contracts/package.json index af317f916..96716deb9 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": "^4.1.1", - "embark-reset": "^4.1.1" + "embark": "^5.0.0-alpha.0", + "embark-reset": "^5.0.0-alpha.0" }, "license": "MIT", "name": "embark-dapp-test-contracts", @@ -14,5 +14,5 @@ "reset": "npx embark-reset", "test": "npx embark test" }, - "version": "4.1.1" + "version": "5.0.0-alpha.0" } diff --git a/dapps/tests/service/CHANGELOG.md b/dapps/tests/service/CHANGELOG.md index 331c0a341..06f582621 100644 --- a/dapps/tests/service/CHANGELOG.md +++ b/dapps/tests/service/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.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### BREAKING CHANGES + +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + # [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18) **Note:** Version bump only for package embark-dapp-test-service diff --git a/dapps/tests/service/package.json b/dapps/tests/service/package.json index 7b216f98d..dba1e18dc 100644 --- a/dapps/tests/service/package.json +++ b/dapps/tests/service/package.json @@ -7,5 +7,5 @@ "main": "index.js", "name": "embark-dapp-test-service", "private": true, - "version": "4.0.0" + "version": "5.0.0-alpha.0" } diff --git a/lerna.json b/lerna.json index b96a35b8e..309a1c68e 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "4.1.1" + "version": "5.0.0-alpha.0" } diff --git a/packages/cockpit/api-client/CHANGELOG.md b/packages/cockpit/api-client/CHANGELOG.md index ca08914a9..9e7ff180f 100644 --- a/packages/cockpit/api-client/CHANGELOG.md +++ b/packages/cockpit/api-client/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-api-client diff --git a/packages/cockpit/api-client/package.json b/packages/cockpit/api-client/package.json index 9147ad2b4..2ad60d669 100644 --- a/packages/cockpit/api-client/package.json +++ b/packages/cockpit/api-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-api-client", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -47,7 +47,7 @@ "keccakjs": "0.2.3" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/cockpit/ui/CHANGELOG.md b/packages/cockpit/ui/CHANGELOG.md index 988f29e23..21a35659b 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-ui diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index 35ad911df..2bf74b6db 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", @@ -63,7 +63,7 @@ "classnames": "2.2.6", "connected-react-router": "4.5.0", "date-fns": "2.3.0", - "embark-api-client": "^4.1.1", + "embark-api-client": "^5.0.0-alpha.0", "ethereumjs-units": "0.2.0", "find-up": "4.1.0", "font-awesome": "4.7.0", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 5f43544ff..2458cdcc0 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-code-runner diff --git a/packages/core/code-runner/package.json b/packages/core/code-runner/package.json index f7708aef7..cad268deb 100644 --- a/packages/core/code-runner/package.json +++ b/packages/core/code-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-code-runner", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -50,8 +50,8 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.3.4", - "embark-utils": "^4.1.1", - "embarkjs": "^4.1.1", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "parse-json": "4.0.0", "vm2": "3.6.4", @@ -59,7 +59,7 @@ }, "devDependencies": { "@types/async": "2.0.50", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 83ee62592..b702885e2 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index deb9ac0f0..e65460809 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -52,15 +52,15 @@ "async": "2.6.1", "chalk": "2.4.2", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { "@types/json-stringify-safe": "5.0.0", - "embark-logger": "^4.1.1", - "embark-solo": "^4.1.1", + "embark-logger": "^5.0.0-alpha.0", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "mocha": "6.2.0", "npm-run-all": "4.1.5", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 11b834ce6..9b04b311d 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index b52826981..7ba2422dd 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -45,15 +45,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "flatted": "0.2.3", "fs-extra": "8.1.0", "node-ipc": "9.1.1", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/core/i18n/CHANGELOG.md b/packages/core/i18n/CHANGELOG.md index 7eb065117..4f6ccc45b 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-i18n diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index 2abe7d160..cd54a69c3 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "embark-i18n", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "i18n Support for Embark", @@ -52,7 +52,7 @@ "devDependencies": { "@types/i18n": "0.8.3", "@types/os-locale": "2.1.0", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.16.0", diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index a0692a10c..e067b9de7 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/logger/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-logger diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index c0565872c..a9f0ae2a7 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -45,10 +45,10 @@ "colors": "1.3.2", "core-js": "3.3.4", "date-and-time": "0.6.2", - "embark-utils": "^4.1.1" + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/core/reset/CHANGELOG.md b/packages/core/reset/CHANGELOG.md index f38b274d7..de604094d 100644 --- a/packages/core/reset/CHANGELOG.md +++ b/packages/core/reset/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-reset diff --git a/packages/core/reset/package.json b/packages/core/reset/package.json index 485e77a93..aeb145503 100644 --- a/packages/core/reset/package.json +++ b/packages/core/reset/package.json @@ -1,6 +1,6 @@ { "name": "embark-reset", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "DApp reset utlity for Embark", @@ -25,7 +25,7 @@ "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^4.1.1" + "embark-solo": "^5.0.0-alpha.0" }, "engines": { "node": ">=10.17.0 <12.0.0", diff --git a/packages/core/typings/CHANGELOG.md b/packages/core/typings/CHANGELOG.md index 2faa9c4f0..ed47b8101 100644 --- a/packages/core/typings/CHANGELOG.md +++ b/packages/core/typings/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@embark/proxy:** Fix contract event subscriptions ([173d53d](https://github.com/embark-framework/embark/commit/173d53d)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/compiler:** support :before and :after hooks on event compiler:contracts:compile ([#1878](https://github.com/embark-framework/embark/issues/1878)) ([043ccc0](https://github.com/embark-framework/embark/commit/043ccc0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + # [4.1.0](https://github.com/embark-framework/embark/compare/v4.1.0-beta.6...v4.1.0) (2019-08-12) **Note:** Version bump only for package @types/embark diff --git a/packages/core/typings/package.json b/packages/core/typings/package.json index 7c1124c2c..b8d5e97f1 100644 --- a/packages/core/typings/package.json +++ b/packages/core/typings/package.json @@ -1,7 +1,7 @@ { "name": "@types/embark", "private": true, - "version": "4.1.0", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "TypeScript definitions for Embark", @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/web3": "1.0.12", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "npm-run-all": "4.1.5", "tslint": "5.16.0", "typescript": "3.6.3" diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index cc0065ffd..609999e3d 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* fix process logs not showing on errors ([#1962](https://github.com/embark-framework/embark/issues/1962)) ([913267b](https://github.com/embark-framework/embark/commit/913267b)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/utils:** "inside monorepo" APIs ([de0e12d](https://github.com/embark-framework/embark/commit/de0e12d)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-utils diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 995701887..e3ec1ca30 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", @@ -51,7 +51,7 @@ "clipboardy": "1.2.3", "colors": "1.3.2", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", "ethereumjs-wallet": "0.6.3", "find-up": "2.1.0", "follow-redirects": "1.8.0", @@ -74,8 +74,8 @@ "@types/fs-extra": "7.0.0", "@types/node": "12.7.8", "@types/pretty-ms": "5.0.1", - "embark-inside-monorepo": "^4.1.1", - "embark-solo": "^4.1.1", + "embark-inside-monorepo": "^5.0.0-alpha.0", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 38fa88cfa..db3c0d481 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@embark/basic-pipeline:** Remove `_1_` from pipeline output ([#1941](https://github.com/embark-framework/embark/issues/1941)) ([5dbc1c7](https://github.com/embark-framework/embark/commit/5dbc1c7)) +* re-enable plugin command module and clean up engine ([#1961](https://github.com/embark-framework/embark/issues/1961)) ([5b72620](https://github.com/embark-framework/embark/commit/5b72620)) +* **@embark/cmd_controller:** ensure blockchain module is started before storage ([#1821](https://github.com/embark-framework/embark/issues/1821)) ([c7eb586](https://github.com/embark-framework/embark/commit/c7eb586)) +* **@embark/cmd_controller:** ensure namesystem is set up in console command ([#1822](https://github.com/embark-framework/embark/issues/1822)) ([dd82a01](https://github.com/embark-framework/embark/commit/dd82a01)) +* **@embark/cmd_controller:** use the correct path for eject-webpack ([98400dc](https://github.com/embark-framework/embark/commit/98400dc)) +* **@embark/core:** make blockchain command work again ([8fee0b8](https://github.com/embark-framework/embark/commit/8fee0b8)) +* **@embark/core:** set loglevel back to info ([a03ffd5](https://github.com/embark-framework/embark/commit/a03ffd5)) +* **template_generator:** fix condition for windows ([7fae609](https://github.com/embark-framework/embark/commit/7fae609)) +* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82)) +* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c)) +* fix error logs in the cockpit due from negative blocks numbers ([#1967](https://github.com/embark-framework/embark/issues/1967)) ([4b947bb](https://github.com/embark-framework/embark/commit/4b947bb)) +* fix process logs not showing on errors ([#1962](https://github.com/embark-framework/embark/issues/1962)) ([913267b](https://github.com/embark-framework/embark/commit/913267b)) +* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8)) +* type checker and linter errors on master after recent PR merges ([8716373](https://github.com/embark-framework/embark/commit/8716373)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Code Refactoring + +* initial steps toward 5.0.0-alpha.0 ([#1856](https://github.com/embark-framework/embark/issues/1856)) ([b736ebe](https://github.com/embark-framework/embark/commit/b736ebe)) + + +### Features + +* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9)) +* **@embark/cmd_controller:** add back embark simulator ([#1965](https://github.com/embark-framework/embark/issues/1965)) ([915b949](https://github.com/embark-framework/embark/commit/915b949)) +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) +* **deployement:** add back deployment message with hash ([2f09a88](https://github.com/embark-framework/embark/commit/2f09a88)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. +* There are more than several breaking changes, including DApp configuration for +accounts. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index 149123dcd..f8d190b5f 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -69,61 +69,61 @@ "date-and-time": "0.6.2", "decompress": "4.2.0", "deep-equal": "1.0.1", - "embark-accounts-manager": "^4.1.1", - "embark-api": "^4.1.1", - "embark-authenticator": "^4.1.1", - "embark-basic-pipeline": "^4.1.1", - "embark-blockchain": "^4.1.1", - "embark-blockchain-client": "^4.1.1", - "embark-code-runner": "^4.1.1", - "embark-communication": "^4.1.1", - "embark-compiler": "^4.1.1", - "embark-console": "^4.1.1", - "embark-contracts-manager": "^4.1.1", - "embark-core": "^4.1.1", - "embark-coverage": "^4.1.1", - "embark-debugger": "^4.1.1", - "embark-deploy-tracker": "^4.1.1", - "embark-deployment": "^4.1.1", - "embark-embarkjs": "^4.1.1", - "embark-ens": "^4.1.1", - "embark-geth": "^4.1.1", - "embark-ganache": "^4.1.1", - "embark-ethereum-blockchain-client": "^4.1.1", - "embark-graph": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-ipfs": "^4.1.1", - "embark-library-manager": "^4.1.1", - "embark-logger": "^4.1.1", - "embark-mocha-tests": "^4.1.1", - "embark-namesystem": "^4.1.1", - "embark-parity": "^4.1.1", - "embark-pipeline": "^4.1.1", - "embark-plugin-cmd": "^4.1.1", - "embark-process-logs-api-manager": "^4.1.1", - "embark-profiler": "^4.1.1", - "embark-proxy": "^4.1.1", - "embark-reset": "^4.1.1", - "embark-scaffolding": "^4.1.1", - "embark-solidity": "^4.1.1", - "embark-specialconfigs": "^4.1.1", - "embark-storage": "^4.1.1", - "embark-swarm": "^4.1.1", - "embark-test-runner": "^4.1.1", - "embark-transaction-logger": "^4.1.1", - "embark-transaction-tracker": "^4.1.1", - "embark-ui": "^4.1.1", - "embark-utils": "^4.1.1", - "embark-vyper": "^4.1.1", - "embark-watcher": "^4.1.1", - "embark-web3": "^4.1.1", - "embark-webserver": "^4.1.1", - "embark-whisper": "^4.1.1", - "embarkjs-ens": "^4.1.1", - "embarkjs-ipfs": "^4.1.1", - "embarkjs-swarm": "^4.1.1", - "embarkjs-web3": "^4.1.1", - "embarkjs-whisper": "^4.1.1", + "embark-accounts-manager": "^5.0.0-alpha.0", + "embark-api": "^5.0.0-alpha.0", + "embark-authenticator": "^5.0.0-alpha.0", + "embark-basic-pipeline": "^5.0.0-alpha.0", + "embark-blockchain": "^5.0.0-alpha.0", + "embark-blockchain-client": "^5.0.0-alpha.0", + "embark-code-runner": "^5.0.0-alpha.0", + "embark-communication": "^5.0.0-alpha.0", + "embark-compiler": "^5.0.0-alpha.0", + "embark-console": "^5.0.0-alpha.0", + "embark-contracts-manager": "^5.0.0-alpha.0", + "embark-core": "^5.0.0-alpha.0", + "embark-coverage": "^5.0.0-alpha.0", + "embark-debugger": "^5.0.0-alpha.0", + "embark-deploy-tracker": "^5.0.0-alpha.0", + "embark-deployment": "^5.0.0-alpha.0", + "embark-embarkjs": "^5.0.0-alpha.0", + "embark-ens": "^5.0.0-alpha.0", + "embark-ethereum-blockchain-client": "^5.0.0-alpha.0", + "embark-ganache": "^5.0.0-alpha.0", + "embark-geth": "^5.0.0-alpha.0", + "embark-graph": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-ipfs": "^5.0.0-alpha.0", + "embark-library-manager": "^5.0.0-alpha.0", + "embark-logger": "^5.0.0-alpha.0", + "embark-mocha-tests": "^5.0.0-alpha.0", + "embark-namesystem": "^5.0.0-alpha.0", + "embark-parity": "^5.0.0-alpha.0", + "embark-pipeline": "^5.0.0-alpha.0", + "embark-plugin-cmd": "^5.0.0-alpha.0", + "embark-process-logs-api-manager": "^5.0.0-alpha.0", + "embark-profiler": "^5.0.0-alpha.0", + "embark-proxy": "^5.0.0-alpha.0", + "embark-reset": "^5.0.0-alpha.0", + "embark-scaffolding": "^5.0.0-alpha.0", + "embark-solidity": "^5.0.0-alpha.0", + "embark-specialconfigs": "^5.0.0-alpha.0", + "embark-storage": "^5.0.0-alpha.0", + "embark-swarm": "^5.0.0-alpha.0", + "embark-test-runner": "^5.0.0-alpha.0", + "embark-transaction-logger": "^5.0.0-alpha.0", + "embark-transaction-tracker": "^5.0.0-alpha.0", + "embark-ui": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embark-vyper": "^5.0.0-alpha.0", + "embark-watcher": "^5.0.0-alpha.0", + "embark-web3": "^5.0.0-alpha.0", + "embark-webserver": "^5.0.0-alpha.0", + "embark-whisper": "^5.0.0-alpha.0", + "embarkjs-ens": "^5.0.0-alpha.0", + "embarkjs-ipfs": "^5.0.0-alpha.0", + "embarkjs-swarm": "^5.0.0-alpha.0", + "embarkjs-web3": "^5.0.0-alpha.0", + "embarkjs-whisper": "^5.0.0-alpha.0", "eth-ens-namehash": "2.0.8", "ethereumjs-wallet": "0.6.3", "find-up": "2.1.0", @@ -184,7 +184,7 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", "eslint": "5.7.0", diff --git a/packages/embarkjs/embarkjs/CHANGELOG.md b/packages/embarkjs/embarkjs/CHANGELOG.md index 8906dc371..00dc5024c 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/embarkjs/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index cfa6a4d74..d092ba4b9 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "lodash.clonedeep": "4.5.0", "mocha": "6.2.0", "npm-run-all": "4.1.5", diff --git a/packages/embarkjs/ens/CHANGELOG.md b/packages/embarkjs/ens/CHANGELOG.md index 097100dd9..68a9c753d 100644 --- a/packages/embarkjs/ens/CHANGELOG.md +++ b/packages/embarkjs/ens/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embarkjs-ens diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index d349770a1..ec295444a 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Ens plugin for embarkjs", @@ -46,13 +46,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embarkjs": "^4.1.1", + "embarkjs": "^5.0.0-alpha.0", "eth-ens-namehash": "2.0.8", "web3": "1.2.1" }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/ipfs/CHANGELOG.md b/packages/embarkjs/ipfs/CHANGELOG.md index 719072c30..afbd6397a 100644 --- a/packages/embarkjs/ipfs/CHANGELOG.md +++ b/packages/embarkjs/ipfs/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embarkjs-ipfs diff --git a/packages/embarkjs/ipfs/package.json b/packages/embarkjs/ipfs/package.json index b3425e8bd..2da81f7af 100644 --- a/packages/embarkjs/ipfs/package.json +++ b/packages/embarkjs/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ipfs", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Ipfs plugin for embarkjs", @@ -50,7 +50,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/swarm/CHANGELOG.md b/packages/embarkjs/swarm/CHANGELOG.md index c757ecc1e..e3d1eec02 100644 --- a/packages/embarkjs/swarm/CHANGELOG.md +++ b/packages/embarkjs/swarm/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embarkjs-swarm diff --git a/packages/embarkjs/swarm/package.json b/packages/embarkjs/swarm/package.json index a9421f6be..c2e9a4817 100644 --- a/packages/embarkjs/swarm/package.json +++ b/packages/embarkjs/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-swarm", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Swarm plugin for embarkjs", @@ -51,7 +51,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/web3/CHANGELOG.md b/packages/embarkjs/web3/CHANGELOG.md index 5b07d33fa..eb20efef0 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/web3/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embarkjs-web3 diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index 46d9dbf55..a1e93e81b 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Web3 plugin for embarkjs", @@ -50,7 +50,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/embarkjs/whisper/CHANGELOG.md b/packages/embarkjs/whisper/CHANGELOG.md index a6ce49a30..32063af6e 100644 --- a/packages/embarkjs/whisper/CHANGELOG.md +++ b/packages/embarkjs/whisper/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embarkjs-whisper diff --git a/packages/embarkjs/whisper/package.json b/packages/embarkjs/whisper/package.json index a1868d886..96936d206 100644 --- a/packages/embarkjs/whisper/package.json +++ b/packages/embarkjs/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-whisper", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Whisper plugin for embarkjs", @@ -51,7 +51,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/accounts-manager/CHANGELOG.md b/packages/plugins/accounts-manager/CHANGELOG.md new file mode 100644 index 000000000..bd8162d0b --- /dev/null +++ b/packages/plugins/accounts-manager/CHANGELOG.md @@ -0,0 +1,39 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index 954428122..5027e25d4 100644 --- a/packages/plugins/accounts-manager/package.json +++ b/packages/plugins/accounts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-accounts-manager", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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,13 +48,13 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "web3": "1.2.1" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/basic-pipeline/CHANGELOG.md b/packages/plugins/basic-pipeline/CHANGELOG.md new file mode 100644 index 000000000..2e74d02f5 --- /dev/null +++ b/packages/plugins/basic-pipeline/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* fix windows build for pipeline and embarkjs ([#1971](https://github.com/embark-framework/embark/issues/1971)) ([08c97a2](https://github.com/embark-framework/embark/commit/08c97a2)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index 9d9e7f62a..c3b76176f 100644 --- a/packages/plugins/basic-pipeline/package.json +++ b/packages/plugins/basic-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-basic-pipeline", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -59,13 +59,13 @@ "babel-plugin-macros": "2.6.1", "babel-plugin-module-resolver": "3.2.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", + "clone-deep": "4.0.0", "colors": "1.3.2", "core-js": "3.3.4", - "clone-deep": "4.0.0", "css-loader": "3.2.0", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "file-loader": "4.2.0", "find-up": "4.1.0", "fs-extra": "8.1.0", @@ -80,8 +80,8 @@ }, "devDependencies": { "babel-jest": "24.9.0", - "embark-solo": "^4.1.1", - "embark-testing": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", + "embark-testing": "^5.0.0-alpha.0", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/plugins/coverage/CHANGELOG.md b/packages/plugins/coverage/CHANGELOG.md index a3c8015a8..75d43718b 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index f43f90fce..dde4e5d70 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -45,8 +45,8 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "globule": "1.2.1", "prettier-plugin-solidity": "1.0.0-alpha.25", @@ -64,7 +64,7 @@ "@types/semver": "5.5.0", "@types/web3": "1.0.12", "cross-env": "5.2.0", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "mocha": "6.2.0", "npm-run-all": "4.1.5", diff --git a/packages/plugins/debugger/CHANGELOG.md b/packages/plugins/debugger/CHANGELOG.md index c6964382b..7ad44c4ef 100644 --- a/packages/plugins/debugger/CHANGELOG.md +++ b/packages/plugins/debugger/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-debugger diff --git a/packages/plugins/debugger/package.json b/packages/plugins/debugger/package.json index 1ecddf428..095bf97ef 100644 --- a/packages/plugins/debugger/package.json +++ b/packages/plugins/debugger/package.json @@ -1,6 +1,6 @@ { "name": "embark-debugger", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Debugger component for Embark", @@ -46,11 +46,11 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", "remix-debug-debugtest": "0.2.16" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.16.0", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 040f2412f..6ac501faf 100644 --- a/packages/plugins/deploy-tracker/CHANGELOG.md +++ b/packages/plugins/deploy-tracker/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index ce6f71264..6030e0f84 100644 --- a/packages/plugins/deploy-tracker/package.json +++ b/packages/plugins/deploy-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-deploy-tracker", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -43,12 +43,12 @@ }, "dependencies": { "colors": "1.3.2", - "embark-utils": "^4.1.1", + "embark-utils": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "web3": "1.2.1" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "expect.js": "0.3.1", "mocha": "6.2.0", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index b748002c3..a2b4e2400 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@embark/ens:** fix trying to resolve when ENS is not registered ([1302f9f](https://github.com/embark-framework/embark/commit/1302f9f)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index 6eb31dae2..1e3862708 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -43,18 +43,18 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", - "embarkjs": "^4.1.1", - "embarkjs-ens": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs": "^5.0.0-alpha.0", + "embarkjs-ens": "^5.0.0-alpha.0", "eth-ens-namehash": "2.0.8", "web3": "1.2.1" }, "devDependencies": { - "embark-solo": "^4.1.1", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "eslint-plugin-jest": "22.5.1", "jest": "24.9.0", diff --git a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md new file mode 100644 index 000000000..55e922ccf --- /dev/null +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index 72cd1ce68..9839aed74 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": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -44,15 +44,15 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", - "embarkjs": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs": "^5.0.0-alpha.0", "ethereumjs-util": "6.0.0", "web3": "1.2.1", "web3-core-requestmanager": "1.2.1" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/ganache/CHANGELOG.md b/packages/plugins/ganache/CHANGELOG.md new file mode 100644 index 000000000..5ac0c3b03 --- /dev/null +++ b/packages/plugins/ganache/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 430c666ef..3bcbf9a6a 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -46,7 +46,7 @@ "ganache-cli": "6.4.3" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/geth/CHANGELOG.md b/packages/plugins/geth/CHANGELOG.md new file mode 100644 index 000000000..b58cc929c --- /dev/null +++ b/packages/plugins/geth/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@embark/geth:** fix version result not available ([9803507](https://github.com/embark-framework/embark/commit/9803507)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 8edea9faf..973d7f764 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -44,17 +44,17 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-logger": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-logger": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/graph/CHANGELOG.md b/packages/plugins/graph/CHANGELOG.md index 37a82d8b1..fbbb32e9e 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-graph diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index de7884702..723ad0e19 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -47,7 +47,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/ipfs/CHANGELOG.md b/packages/plugins/ipfs/CHANGELOG.md index da1dcff68..f2325bdd9 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index b5028662e..fb5144cba 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-storage": "^4.1.1", - "embark-utils": "^4.1.1", - "embarkjs": "^4.1.1", - "embarkjs-ipfs": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-storage": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs": "^5.0.0-alpha.0", + "embarkjs-ipfs": "^5.0.0-alpha.0", "ipfs-api": "17.2.4", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/mocha-tests/CHANGELOG.md b/packages/plugins/mocha-tests/CHANGELOG.md new file mode 100644 index 000000000..bd8162d0b --- /dev/null +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -0,0 +1,39 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index 398150187..32afcc283 100644 --- a/packages/plugins/mocha-tests/package.json +++ b/packages/plugins/mocha-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-mocha-tests", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "description": "Mocha Test Runner", "main": "dist/lib/index.js", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/mocha-tests#readme", @@ -47,15 +47,15 @@ "@babel/runtime-corejs3": "7.6.3", "async": "3.1.0", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", - "embarkjs": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs": "^5.0.0-alpha.0", "mocha": "6.2.0", "web3": "1.2.1" }, "devDependencies": { "@types/async": "2.0.50", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md new file mode 100644 index 000000000..103a90b27 --- /dev/null +++ b/packages/plugins/parity/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@embark/parity:** fix version result not available ([a4b3ef4](https://github.com/embark-framework/embark/commit/a4b3ef4)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index ef7585683..7efadb6b4 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -48,16 +48,16 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/plugin-cmd/CHANGELOG.md b/packages/plugins/plugin-cmd/CHANGELOG.md index 47c828566..9940a3f52 100644 --- a/packages/plugins/plugin-cmd/CHANGELOG.md +++ b/packages/plugins/plugin-cmd/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-plugin-cmd diff --git a/packages/plugins/plugin-cmd/package.json b/packages/plugins/plugin-cmd/package.json index 1c364580b..d662f913c 100644 --- a/packages/plugins/plugin-cmd/package.json +++ b/packages/plugins/plugin-cmd/package.json @@ -1,6 +1,6 @@ { "name": "embark-plugin-cmd", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -35,11 +35,11 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1" + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/profiler/CHANGELOG.md b/packages/plugins/profiler/CHANGELOG.md index 29b6e970e..8f7a5a686 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-profiler diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 2d3e2da3d..fd25484b9 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -48,7 +48,7 @@ "web3-utils": "1.2.1" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index a90ef5cd7..8647ec64e 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 99660d3d2..7d3e72154 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -45,12 +45,12 @@ "@babel/runtime-corejs3": "7.6.3", "ajv": "6.10.2", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "handlebars": "4.2.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/plugins/snark/CHANGELOG.md b/packages/plugins/snark/CHANGELOG.md new file mode 100644 index 000000000..95897dea7 --- /dev/null +++ b/packages/plugins/snark/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.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + +**Note:** Version bump only for package embark-snark diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 37ea134c8..c14b49a7f 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Anthony Laibe", "contributors": [ "Michael Bradley (https://github.com/michaelsbradleyjr/)" @@ -57,7 +57,7 @@ "@babel/core": "7.6.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "6.2.2", "eslint-config-prettier": "6.1.0", "eslint-plugin-jest": "22.5.1", diff --git a/packages/plugins/solc/CHANGELOG.md b/packages/plugins/solc/CHANGELOG.md index bcd6af808..695a30683 100644 --- a/packages/plugins/solc/CHANGELOG.md +++ b/packages/plugins/solc/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-solc diff --git a/packages/plugins/solc/package.json b/packages/plugins/solc/package.json index 349e0496b..0bd4112fc 100644 --- a/packages/plugins/solc/package.json +++ b/packages/plugins/solc/package.json @@ -1,6 +1,6 @@ { "name": "embark-solc", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Richard Ramos", "contributors": [], "description": "Solc plugin for Embark", @@ -48,7 +48,7 @@ "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/solidity-tests/CHANGELOG.md b/packages/plugins/solidity-tests/CHANGELOG.md new file mode 100644 index 000000000..8f4fd2e55 --- /dev/null +++ b/packages/plugins/solidity-tests/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index edfef31fc..070377d81 100644 --- a/packages/plugins/solidity-tests/package.json +++ b/packages/plugins/solidity-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity-tests", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "description": "Plugin to run Embark solidity tests", "main": "dist/lib/index.js", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/solidity-tests#readme", @@ -50,7 +50,7 @@ }, "devDependencies": { "@types/async": "2.0.50", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "mocha": "6.2.0", "npm-run-all": "4.1.5", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index 59915ac2c..ddff6e9c8 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 15a086c7c..32039f93f 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -44,16 +44,16 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "semver": "5.6.0", "solc": "0.5.0", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/specialconfigs/CHANGELOG.md b/packages/plugins/specialconfigs/CHANGELOG.md index cba6f6295..0644669ba 100644 --- a/packages/plugins/specialconfigs/CHANGELOG.md +++ b/packages/plugins/specialconfigs/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-specialconfigs diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index d6e7649f4..5b54bd80b 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Adds various configs to embark's contract.js config file", @@ -44,11 +44,11 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/swarm/CHANGELOG.md b/packages/plugins/swarm/CHANGELOG.md index bc6100ac1..89d5ceea1 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* add back log command for modules ([#1969](https://github.com/embark-framework/embark/issues/1969)) ([918a00c](https://github.com/embark-framework/embark/commit/918a00c)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index e34bd82d5..673244ed5 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-storage": "^4.1.1", - "embark-utils": "^4.1.1", - "embarkjs": "^4.1.1", - "embarkjs-swarm": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-storage": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs": "^5.0.0-alpha.0", + "embarkjs-swarm": "^5.0.0-alpha.0", "swarm-api": "0.1.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/transaction-logger/CHANGELOG.md b/packages/plugins/transaction-logger/CHANGELOG.md index 1adb0edef..853bd7bca 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@embark/transaction-logger:** don't show logs for stray receipts ([395ae83](https://github.com/embark-framework/embark/commit/395ae83)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-console-listener diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index 0b8a9ab33..b3c694e1e 100644 --- a/packages/plugins/transaction-logger/package.json +++ b/packages/plugins/transaction-logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-logger", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -44,15 +44,15 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.1" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/transaction-tracker/CHANGELOG.md b/packages/plugins/transaction-tracker/CHANGELOG.md index 0f6cb533b..1397594a3 100644 --- a/packages/plugins/transaction-tracker/CHANGELOG.md +++ b/packages/plugins/transaction-tracker/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-transaction-tracker diff --git a/packages/plugins/transaction-tracker/package.json b/packages/plugins/transaction-tracker/package.json index 2703a69f5..1966c8ba3 100644 --- a/packages/plugins/transaction-tracker/package.json +++ b/packages/plugins/transaction-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-tracker", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Transaction tracker for Embark's cockpit", @@ -47,7 +47,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/vyper/CHANGELOG.md b/packages/plugins/vyper/CHANGELOG.md index 4fa8a262a..ed4101e06 100644 --- a/packages/plugins/vyper/CHANGELOG.md +++ b/packages/plugins/vyper/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-vyper diff --git a/packages/plugins/vyper/package.json b/packages/plugins/vyper/package.json index f787fe469..39a46750c 100644 --- a/packages/plugins/vyper/package.json +++ b/packages/plugins/vyper/package.json @@ -1,6 +1,6 @@ { "name": "embark-vyper", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark wrapper for the Vyper compiler", @@ -44,11 +44,11 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/web3/CHANGELOG.md b/packages/plugins/web3/CHANGELOG.md index 94160fc86..956390a76 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) +* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 9a887286a..8c75fa19b 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -44,12 +44,12 @@ "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", "ejs": "2.6.1", - "embark-core": "^4.1.1", - "embark-utils": "^4.1.1", - "embarkjs-web3": "^4.1.1" + "embark-core": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs-web3": "^5.0.0-alpha.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/plugins/whisper/CHANGELOG.md b/packages/plugins/whisper/CHANGELOG.md index 9624079af..8d61b60cb 100644 --- a/packages/plugins/whisper/CHANGELOG.md +++ b/packages/plugins/whisper/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-whisper diff --git a/packages/plugins/whisper/package.json b/packages/plugins/whisper/package.json index aa87cf3ae..8795ee491 100644 --- a/packages/plugins/whisper/package.json +++ b/packages/plugins/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -44,14 +44,14 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", - "embarkjs-whisper": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", + "embarkjs-whisper": "^5.0.0-alpha.0", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/api/CHANGELOG.md b/packages/stack/api/CHANGELOG.md index e50c407ac..aa39c3fff 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index c7992a6a9..b954cda41 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -47,8 +47,8 @@ "colors": "1.3.2", "core-js": "3.3.4", "cors": "2.8.5", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "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": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "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 f04a2bc99..881235e50 100644 --- a/packages/stack/authenticator/CHANGELOG.md +++ b/packages/stack/authenticator/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index 6e1b5198d..fab2e7f47 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -43,13 +43,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "keccakjs": "0.2.3", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/blockchain-client/CHANGELOG.md b/packages/stack/blockchain-client/CHANGELOG.md new file mode 100644 index 000000000..5ac0c3b03 --- /dev/null +++ b/packages/stack/blockchain-client/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/stack/blockchain-client/package.json b/packages/stack/blockchain-client/package.json index c99ac7e2b..d732e558b 100644 --- a/packages/stack/blockchain-client/package.json +++ b/packages/stack/blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain-client", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "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 new file mode 100644 index 000000000..5ac0c3b03 --- /dev/null +++ b/packages/stack/blockchain/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index d74eb40d0..939ab9c66 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -46,15 +46,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1" + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.6.4", "babel-jest": "24.9.0", - "embark-solo": "^4.1.1", - "embark-testing": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", + "embark-testing": "^5.0.0-alpha.0", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/communication/CHANGELOG.md b/packages/stack/communication/CHANGELOG.md new file mode 100644 index 000000000..ca1b0972b --- /dev/null +++ b/packages/stack/communication/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* do not start modules if they are disabled ([d6bf5c2](https://github.com/embark-framework/embark/commit/d6bf5c2)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 68c37462d..3051705f8 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1" + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.6.4", "babel-jest": "24.9.0", - "embark-solo": "^4.1.1", - "embark-testing": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", + "embark-testing": "^5.0.0-alpha.0", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/compiler/CHANGELOG.md b/packages/stack/compiler/CHANGELOG.md index f11ef8ade..d648ff7a6 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/compiler:** support :before and :after hooks on event compiler:contracts:compile ([#1878](https://github.com/embark-framework/embark/issues/1878)) ([043ccc0](https://github.com/embark-framework/embark/commit/043ccc0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index a4a26a31d..ab6f5eb2e 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,16 +45,16 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1" + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.6.4", "babel-jest": "24.9.0", "clone-deep": "4.0.0", "cross-env": "5.2.0", - "embark-solo": "^4.1.1", - "embark-testing": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", + "embark-testing": "^5.0.0-alpha.0", "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 0361c2700..2d471c970 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-contracts-manager diff --git a/packages/stack/contracts-manager/package.json b/packages/stack/contracts-manager/package.json index 1834edb7f..c84af2033 100644 --- a/packages/stack/contracts-manager/package.json +++ b/packages/stack/contracts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-contracts-manager", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,13 +50,13 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "web3": "1.2.1" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/deployment/CHANGELOG.md b/packages/stack/deployment/CHANGELOG.md index 1dcb112c4..190c858fc 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index d1e80823a..49549476b 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1" + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.6.4", "babel-jest": "24.9.0", - "embark-solo": "^4.1.1", - "embark-testing": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", + "embark-testing": "^5.0.0-alpha.0", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/embarkjs/CHANGELOG.md b/packages/stack/embarkjs/CHANGELOG.md new file mode 100644 index 000000000..2e74d02f5 --- /dev/null +++ b/packages/stack/embarkjs/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* fix windows build for pipeline and embarkjs ([#1971](https://github.com/embark-framework/embark/issues/1971)) ([08c97a2](https://github.com/embark-framework/embark/commit/08c97a2)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index ad8e46474..78851f7e3 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -44,11 +44,11 @@ "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", "ejs": "2.6.1", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1" + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/library-manager/CHANGELOG.md b/packages/stack/library-manager/CHANGELOG.md index 58bfd5217..6838d6944 100644 --- a/packages/stack/library-manager/CHANGELOG.md +++ b/packages/stack/library-manager/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-library-manager diff --git a/packages/stack/library-manager/package.json b/packages/stack/library-manager/package.json index 919130510..e523e38da 100644 --- a/packages/stack/library-manager/package.json +++ b/packages/stack/library-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-library-manager", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -44,13 +44,13 @@ "@babel/runtime-corejs3": "7.6.3", "colors": "1.3.2", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/namesystem/CHANGELOG.md b/packages/stack/namesystem/CHANGELOG.md new file mode 100644 index 000000000..6ca454259 --- /dev/null +++ b/packages/stack/namesystem/CHANGELOG.md @@ -0,0 +1,35 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* do not start modules if they are disabled ([d6bf5c2](https://github.com/embark-framework/embark/commit/d6bf5c2)) +* fix test-app, contracts index file and reload on change ([#1892](https://github.com/embark-framework/embark/issues/1892)) ([ee634c8](https://github.com/embark-framework/embark/commit/ee634c8)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index 13f16c53f..0cacb21eb 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Namesystem provider abstraction module for Embark", @@ -44,10 +44,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embark-i18n": "^4.1.1" + "embark-i18n": "^5.0.0-alpha.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/pipeline/CHANGELOG.md b/packages/stack/pipeline/CHANGELOG.md index 64d02cfc7..c762c4cbd 100644 --- a/packages/stack/pipeline/CHANGELOG.md +++ b/packages/stack/pipeline/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@embark/stack/pipeline:** set missing `this.fs` to `embark.fs` ([86a9766](https://github.com/embark-framework/embark/commit/86a9766)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index f43419896..a8f40c618 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "find-up": "2.1.0", "fs-extra": "8.1.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/process-logs-api-manager/CHANGELOG.md b/packages/stack/process-logs-api-manager/CHANGELOG.md index c707d7222..901dc234c 100644 --- a/packages/stack/process-logs-api-manager/CHANGELOG.md +++ b/packages/stack/process-logs-api-manager/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-process-logs-api diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index c1fe5314f..6cb3bbd92 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": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -43,10 +43,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embark-utils": "^4.1.1" + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/proxy/CHANGELOG.md b/packages/stack/proxy/CHANGELOG.md new file mode 100644 index 000000000..b77d3b6ad --- /dev/null +++ b/packages/stack/proxy/CHANGELOG.md @@ -0,0 +1,42 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* fix error logs in the cockpit due from negative blocks numbers ([#1967](https://github.com/embark-framework/embark/issues/1967)) ([4b947bb](https://github.com/embark-framework/embark/commit/4b947bb)) +* **@embark/proxy:** Check if WebSocket open before sending ([#1978](https://github.com/embark-framework/embark/issues/1978)) ([db71a93](https://github.com/embark-framework/embark/commit/db71a93)) +* **@embark/proxy:** Fix contract event subscriptions ([173d53d](https://github.com/embark-framework/embark/commit/173d53d)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) +* call action before starting the blockchain node ([c54b8d9](https://github.com/embark-framework/embark/commit/c54b8d9)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 5aefd30b3..e817dd824 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -48,9 +48,9 @@ "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", "cors": "2.8.5", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.1" @@ -59,7 +59,7 @@ "@types/cors": "2.8.6", "@types/express": "4.17.1", "@types/express-ws": "3.0.0", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/stack/storage/CHANGELOG.md b/packages/stack/storage/CHANGELOG.md index d5028a27f..5172904df 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* do not start modules if they are disabled ([d6bf5c2](https://github.com/embark-framework/embark/commit/d6bf5c2)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index c54af3fb3..11cc2d56b 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -45,14 +45,14 @@ "dependencies": { "@babel/runtime-corejs3": "7.6.3", "core-js": "3.3.4", - "embark-core": "^4.1.1", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-core": "^5.0.0-alpha.0", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/test-runner/CHANGELOG.md b/packages/stack/test-runner/CHANGELOG.md index 3a5b625e4..f0b26a4e5 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* **@contract-app:** fix contracts app tests ([#1982](https://github.com/embark-framework/embark/issues/1982)) ([6e9635c](https://github.com/embark-framework/embark/commit/6e9635c)) +* **test-app:** make test app test all pass ([#1980](https://github.com/embark-framework/embark/issues/1980)) ([2193d82](https://github.com/embark-framework/embark/commit/2193d82)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/test-runner:** make vm default node ([#1846](https://github.com/embark-framework/embark/issues/1846)) ([f54fbf0](https://github.com/embark-framework/embark/commit/f54fbf0)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-test-runner diff --git a/packages/stack/test-runner/package.json b/packages/stack/test-runner/package.json index ddb17bf94..208f12d28 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -49,9 +49,9 @@ "async": "2.6.1", "chalk": "2.4.2", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-testing": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-testing": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "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": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "mocha": "6.2.0", "npm-run-all": "4.1.5", diff --git a/packages/stack/watcher/CHANGELOG.md b/packages/stack/watcher/CHANGELOG.md index e304d7d32..8a95a0772 100644 --- a/packages/stack/watcher/CHANGELOG.md +++ b/packages/stack/watcher/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Bug Fixes + +* patch for infinite loop with panic override ([#1964](https://github.com/embark-framework/embark/issues/1964)) ([80df4fa](https://github.com/embark-framework/embark/commit/80df4fa)) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index bda635756..f4c8f369a 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -44,11 +44,11 @@ "@babel/runtime-corejs3": "7.6.3", "chokidar": "2.1.6", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1" + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/stack/webserver/CHANGELOG.md b/packages/stack/webserver/CHANGELOG.md index a807385d4..af1bafd93 100644 --- a/packages/stack/webserver/CHANGELOG.md +++ b/packages/stack/webserver/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. + + + + + ## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index 796e14625..6b500ec5e 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -44,15 +44,15 @@ "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "core-js": "3.3.4", - "embark-i18n": "^4.1.1", - "embark-utils": "^4.1.1", + "embark-i18n": "^5.0.0-alpha.0", + "embark-utils": "^5.0.0-alpha.0", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", "serve-static": "1.13.2" }, "devDependencies": { - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/utils/collective/CHANGELOG.md b/packages/utils/collective/CHANGELOG.md new file mode 100644 index 000000000..5ac0c3b03 --- /dev/null +++ b/packages/utils/collective/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/utils/collective/package.json b/packages/utils/collective/package.json index 3f49c48f4..e33269422 100644 --- a/packages/utils/collective/package.json +++ b/packages/utils/collective/package.json @@ -1,6 +1,6 @@ { "name": "embark-collective", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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", @@ -53,7 +53,7 @@ "@lerna/filter-packages": "3.16.0", "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-macros": "2.6.1", - "embark-inside-monorepo": "^4.1.1", + "embark-inside-monorepo": "^5.0.0-alpha.0", "find-up": "4.1.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/utils/inside-monorepo/CHANGELOG.md b/packages/utils/inside-monorepo/CHANGELOG.md new file mode 100644 index 000000000..5ac0c3b03 --- /dev/null +++ b/packages/utils/inside-monorepo/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/utils/inside-monorepo/package.json b/packages/utils/inside-monorepo/package.json index e7e988647..c7263be6a 100644 --- a/packages/utils/inside-monorepo/package.json +++ b/packages/utils/inside-monorepo/package.json @@ -1,7 +1,7 @@ { "name": "embark-inside-monorepo", "private": true, - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "If a package from the monorepo can resolve this package then the first package is inside the monorepo", "license": "MIT", diff --git a/packages/utils/solo/CHANGELOG.md b/packages/utils/solo/CHANGELOG.md new file mode 100644 index 000000000..5ac0c3b03 --- /dev/null +++ b/packages/utils/solo/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/utils/solo/package.json b/packages/utils/solo/package.json index ffc2c52e9..4c72ad048 100644 --- a/packages/utils/solo/package.json +++ b/packages/utils/solo/package.json @@ -1,7 +1,7 @@ { "name": "embark-solo", "private": true, - "version": "4.1.1", + "version": "5.0.0-alpha.0", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "Resistance is not futile?", "license": "MIT", @@ -10,7 +10,7 @@ "files": [], "scripts": {}, "devDependencies": { - "embark-collective": "^4.1.1", + "embark-collective": "^5.0.0-alpha.0", "find-up": "4.1.0", "fs-extra": "8.1.0" }, diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md new file mode 100644 index 000000000..9fbc0ea9b --- /dev/null +++ b/packages/utils/testing/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28) + + +### Build System + +* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8)) + + +### Features + +* **@embark/testing:** introduce plugin APIs to register compilers ([f289a6f](https://github.com/embark-framework/embark/commit/f289a6f)) + + +### BREAKING CHANGES + +* node: >=10.17.0 <12.0.0 +npm: >=6.11.3 +yarn: >=1.19.1 + +node v10.17.0 is the latest in the 10.x series and is still in the Active LTS +lifecycle. Embark is still not compatible with node's 12.x and 13.x +series (because of some dependencies), otherwise it would probably make sense +to bump our minimum supported node version all the way to the most recent 12.x +release. + +npm v6.11.3 is the version that's bundled with node v10.17.0. + +yarn v1.19.1 is the most recent version as of the time node v10.17.0 was +released. diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index 92c6a8d48..91d2f31ed 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "4.1.1", + "version": "5.0.0-alpha.0", "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.6.4", "@types/async": "2.0.50", "babel-jest": "24.9.0", - "embark-solo": "^4.1.1", + "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "jest": "24.9.0", "lodash.clonedeep": "4.5.0",