diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea46ef492..1e22fda062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + + +### Bug Fixes + +* **@embark/pipeline:** make generateAll async so it completes tasks ([0a4d13f](https://github.com/embarklabs/embark/commit/0a4d13f)) + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **Note:** Version bump only for package root diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index ede6fae55a..556aacd843 100644 --- a/dapps/templates/boilerplate/CHANGELOG.md +++ b/dapps/templates/boilerplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **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 0f0b4a2ec2..192d7b700f 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "5.1.0-nightly.6", + "version": "5.1.0", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -32,14 +32,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.6", - "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-ens": "^5.1.0-nightly.5", - "embarkjs-ipfs": "^5.1.0-nightly.1", - "embarkjs-swarm": "^5.1.0-nightly.1", - "embarkjs-web3": "^5.1.0-nightly.1", - "embarkjs-whisper": "^5.1.0-nightly.1", + "embark": "^5.1.0", + "embark-reset": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-ens": "^5.1.0", + "embarkjs-ipfs": "^5.1.0", + "embarkjs-swarm": "^5.1.0", + "embarkjs-web3": "^5.1.0", + "embarkjs-whisper": "^5.1.0", "rimraf": "3.0.0" } } diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index ddaa072e2b..0963ce3f10 100644 --- a/dapps/templates/demo/CHANGELOG.md +++ b/dapps/templates/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **Note:** Version bump only for package embark-dapp-template-demo diff --git a/dapps/templates/demo/package.json b/dapps/templates/demo/package.json index 199ba59b6d..e9891b80d1 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "5.1.0-nightly.6", + "version": "5.1.0", "description": "Demo DApp for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -34,14 +34,14 @@ "devDependencies": { "bootstrap": "4.3.1", "classnames": "2.2.6", - "embark": "^5.1.0-nightly.6", - "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-ens": "^5.1.0-nightly.5", - "embarkjs-ipfs": "^5.1.0-nightly.1", - "embarkjs-swarm": "^5.1.0-nightly.1", - "embarkjs-web3": "^5.1.0-nightly.1", - "embarkjs-whisper": "^5.1.0-nightly.1", + "embark": "^5.1.0", + "embark-reset": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-ens": "^5.1.0", + "embarkjs-ipfs": "^5.1.0", + "embarkjs-swarm": "^5.1.0", + "embarkjs-web3": "^5.1.0", + "embarkjs-whisper": "^5.1.0", "jquery": "3.4.1", "popper.js": "1.15.0", "react": "16.12.0", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 55b3109974..177e5219d4 100644 --- a/dapps/templates/simple/CHANGELOG.md +++ b/dapps/templates/simple/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **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 5dff99d22c..bb26fbd96b 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "5.1.0-nightly.6", + "version": "5.1.0", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embarklabs/embark/issues", @@ -28,14 +28,14 @@ "url": "https://github.com/embarklabs/embark.git" }, "devDependencies": { - "embark": "^5.1.0-nightly.6", - "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-ens": "^5.1.0-nightly.5", - "embarkjs-ipfs": "^5.1.0-nightly.1", - "embarkjs-swarm": "^5.1.0-nightly.1", - "embarkjs-web3": "^5.1.0-nightly.1", - "embarkjs-whisper": "^5.1.0-nightly.1", + "embark": "^5.1.0", + "embark-reset": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-ens": "^5.1.0", + "embarkjs-ipfs": "^5.1.0", + "embarkjs-swarm": "^5.1.0", + "embarkjs-web3": "^5.1.0", + "embarkjs-whisper": "^5.1.0", "rimraf": "3.0.0" } } diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index 5c66ebe8fe..836c1b3b35 100644 --- a/dapps/tests/app/CHANGELOG.md +++ b/dapps/tests/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **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 0e5507ad92..483b6c0687 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,16 +3,16 @@ "devDependencies": { "@babel/code-frame": "7.5.5", "bootstrap": "3.4.1", - "embark": "^5.1.0-nightly.6", + "embark": "^5.1.0", "embark-dapp-test-service": "^5.0.0", - "embark-i18n": "^5.1.0-nightly.1", - "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-ens": "^5.1.0-nightly.5", - "embarkjs-ipfs": "^5.1.0-nightly.1", - "embarkjs-swarm": "^5.1.0-nightly.1", - "embarkjs-web3": "^5.1.0-nightly.1", - "embarkjs-whisper": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0", + "embark-reset": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-ens": "^5.1.0", + "embarkjs-ipfs": "^5.1.0", + "embarkjs-swarm": "^5.1.0", + "embarkjs-web3": "^5.1.0", + "embarkjs-whisper": "^5.1.0", "fs-extra": "8.1.0", "haml": "0.4.3", "jquery": "3.4.0", @@ -32,5 +32,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.0-nightly.6" + "version": "5.1.0" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index f7b4d6eb29..3fbc1b0bf4 100644 --- a/dapps/tests/contracts/CHANGELOG.md +++ b/dapps/tests/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **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 53e594f90f..254d60576a 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,14 +1,14 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^5.1.0-nightly.6", - "embark-reset": "^5.1.0-nightly.1", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-ens": "^5.1.0-nightly.5", - "embarkjs-ipfs": "^5.1.0-nightly.1", - "embarkjs-swarm": "^5.1.0-nightly.1", - "embarkjs-web3": "^5.1.0-nightly.1", - "embarkjs-whisper": "^5.1.0-nightly.1", + "embark": "^5.1.0", + "embark-reset": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-ens": "^5.1.0", + "embarkjs-ipfs": "^5.1.0", + "embarkjs-swarm": "^5.1.0", + "embarkjs-web3": "^5.1.0", + "embarkjs-whisper": "^5.1.0", "rimraf": "3.0.0" }, "license": "MIT", @@ -21,5 +21,5 @@ "reset": "npx embark-reset && npx rimraf embark-*.tgz package", "test": "npx embark test" }, - "version": "5.1.0-nightly.6" + "version": "5.1.0" } diff --git a/lerna.json b/lerna.json index a8360b3e11..30eea5d548 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.0-nightly.6" + "version": "5.1.0" } diff --git a/packages/cockpit/api-client/CHANGELOG.md b/packages/cockpit/api-client/CHANGELOG.md index 1111edb326..f26ac2a6f5 100644 --- a/packages/cockpit/api-client/CHANGELOG.md +++ b/packages/cockpit/api-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-api-client + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/cockpit/api-client/package.json b/packages/cockpit/api-client/package.json index 44acbc4bb7..19c3cd8944 100644 --- a/packages/cockpit/api-client/package.json +++ b/packages/cockpit/api-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-api-client", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -50,7 +50,7 @@ "keccakjs": "0.2.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 ed5dbafead..cc11ce069b 100644 --- a/packages/cockpit/ui/CHANGELOG.md +++ b/packages/cockpit/ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-ui + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-ui diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index dde202dca5..2b262b9222 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -1,6 +1,6 @@ { "name": "embark-ui", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Web frontend for interactive DApp development with Embark", @@ -64,7 +64,7 @@ "classnames": "2.2.6", "connected-react-router": "4.5.0", "date-fns": "2.3.0", - "embark-api-client": "^5.1.0-nightly.1", + "embark-api-client": "^5.1.0", "eslint-plugin-import": "2.18.2", "ethereumjs-units": "0.2.0", "find-up": "4.1.0", diff --git a/packages/core/code-runner/CHANGELOG.md b/packages/core/code-runner/CHANGELOG.md index 6524f9895e..3f5c1ce1e7 100644 --- a/packages/core/code-runner/CHANGELOG.md +++ b/packages/core/code-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-code-runner + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **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 512fe042c8..c875854d23 100644 --- a/packages/core/code-runner/package.json +++ b/packages/core/code-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-code-runner", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Code execution VM for Embark", @@ -52,10 +52,10 @@ "async": "3.1.0", "colors": "1.4.0", "core-js": "3.6.2", - "embark-core": "^5.1.0-nightly.5", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.5", + "embark-core": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs": "^5.1.0", "fs-extra": "8.1.0", "parse-json": "5.0.0", "vm2": "3.8.4", @@ -64,8 +64,8 @@ "devDependencies": { "@babel/core": "7.7.7", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.0", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", diff --git a/packages/core/console/CHANGELOG.md b/packages/core/console/CHANGELOG.md index 7c1a190716..1e8f829619 100644 --- a/packages/core/console/CHANGELOG.md +++ b/packages/core/console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-console + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **Note:** Version bump only for package embark-console diff --git a/packages/core/console/package.json b/packages/core/console/package.json index d85dd70581..3390c103d3 100644 --- a/packages/core/console/package.json +++ b/packages/core/console/package.json @@ -1,6 +1,6 @@ { "name": "embark-console", - "version": "5.1.0-nightly.6", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Console component for Embark", @@ -50,18 +50,18 @@ "@types/json-stringify-safe": "5.0.0", "chalk": "2.4.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "json-stringify-safe": "5.0.1" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-logger": "^5.1.0-nightly.1", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-logger": "^5.1.0", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.0", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 9e9897851b..87a5e70f93 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-core + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-core diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 23922eb15f..1ae9ad75d1 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "embark-core", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Core library for Embark", @@ -54,9 +54,9 @@ "core-js": "3.4.3", "decompress": "4.2.0", "deep-equal": "1.0.1", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "find-up": "4.1.0", "flatted": "0.2.3", "fs-extra": "8.1.0", @@ -71,7 +71,7 @@ "window-size": "1.1.1" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/core/engine/CHANGELOG.md b/packages/core/engine/CHANGELOG.md index 441d4476f1..0effeffe56 100644 --- a/packages/core/engine/CHANGELOG.md +++ b/packages/core/engine/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-engine + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **Note:** Version bump only for package embark-engine diff --git a/packages/core/engine/package.json b/packages/core/engine/package.json index d6093e70e0..55c622340c 100644 --- a/packages/core/engine/package.json +++ b/packages/core/engine/package.json @@ -1,6 +1,6 @@ { "name": "embark-engine", - "version": "5.1.0-nightly.6", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Engine library for Embark", @@ -46,57 +46,57 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-accounts-manager": "^5.1.0-nightly.5", - "embark-api": "^5.1.0-nightly.5", - "embark-authenticator": "^5.1.0-nightly.4", - "embark-basic-pipeline": "^5.1.0-nightly.5", - "embark-blockchain": "^5.1.0-nightly.5", - "embark-blockchain-client": "^5.1.0-nightly.1", - "embark-code-runner": "^5.1.0-nightly.5", - "embark-communication": "^5.1.0-nightly.5", - "embark-compiler": "^5.1.0-nightly.5", - "embark-console": "^5.1.0-nightly.6", - "embark-contracts-manager": "^5.1.0-nightly.5", - "embark-core": "^5.1.0-nightly.5", - "embark-coverage": "^5.1.0-nightly.5", - "embark-debugger": "^5.1.0-nightly.1", - "embark-deployment": "^5.1.0-nightly.5", - "embark-embarkjs": "^5.1.0-nightly.5", - "embark-ens": "^5.1.0-nightly.5", - "embark-ethereum-blockchain-client": "^5.1.0-nightly.5", - "embark-ganache": "^5.1.0-nightly.5", - "embark-geth": "^5.1.0-nightly.5", - "embark-ipfs": "^5.1.0-nightly.5", - "embark-library-manager": "^5.1.0-nightly.4", - "embark-logger": "^5.1.0-nightly.1", - "embark-mocha-tests": "^5.1.0-nightly.5", - "embark-namesystem": "^5.1.0-nightly.1", - "embark-parity": "^5.1.0-nightly.5", - "embark-pipeline": "^5.1.0-nightly.5", - "embark-plugin-cmd": "^5.1.0-nightly.4", - "embark-process-logs-api-manager": "^5.1.0-nightly.4", - "embark-profiler": "^5.1.0-nightly.1", - "embark-proxy": "^5.1.0-nightly.5", - "embark-rpc-manager": "^5.1.0-nightly.5", - "embark-scaffolding": "^5.1.0-nightly.5", - "embark-solidity": "^5.1.0-nightly.5", - "embark-solidity-tests": "^5.1.0-nightly.4", - "embark-specialconfigs": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.5", - "embark-swarm": "^5.1.0-nightly.5", - "embark-test-runner": "^5.1.0-nightly.5", - "embark-transaction-logger": "^5.1.0-nightly.5", - "embark-transaction-tracker": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", - "embark-vyper": "^5.1.0-nightly.1", - "embark-watcher": "^5.1.0-nightly.4", - "embark-web3": "^5.1.0-nightly.5", - "embark-webserver": "^5.1.0-nightly.4", - "embark-whisper-geth": "^5.1.0-nightly.5", - "embark-whisper-parity": "^5.1.0-nightly.5" + "embark-accounts-manager": "^5.1.0", + "embark-api": "^5.1.0", + "embark-authenticator": "^5.1.0", + "embark-basic-pipeline": "^5.1.0", + "embark-blockchain": "^5.1.0", + "embark-blockchain-client": "^5.1.0", + "embark-code-runner": "^5.1.0", + "embark-communication": "^5.1.0", + "embark-compiler": "^5.1.0", + "embark-console": "^5.1.0", + "embark-contracts-manager": "^5.1.0", + "embark-core": "^5.1.0", + "embark-coverage": "^5.1.0", + "embark-debugger": "^5.1.0", + "embark-deployment": "^5.1.0", + "embark-embarkjs": "^5.1.0", + "embark-ens": "^5.1.0", + "embark-ethereum-blockchain-client": "^5.1.0", + "embark-ganache": "^5.1.0", + "embark-geth": "^5.1.0", + "embark-ipfs": "^5.1.0", + "embark-library-manager": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-mocha-tests": "^5.1.0", + "embark-namesystem": "^5.1.0", + "embark-parity": "^5.1.0", + "embark-pipeline": "^5.1.0", + "embark-plugin-cmd": "^5.1.0", + "embark-process-logs-api-manager": "^5.1.0", + "embark-profiler": "^5.1.0", + "embark-proxy": "^5.1.0", + "embark-rpc-manager": "^5.1.0", + "embark-scaffolding": "^5.1.0", + "embark-solidity": "^5.1.0", + "embark-solidity-tests": "^5.1.0", + "embark-specialconfigs": "^5.1.0", + "embark-storage": "^5.1.0", + "embark-swarm": "^5.1.0", + "embark-test-runner": "^5.1.0", + "embark-transaction-logger": "^5.1.0", + "embark-transaction-tracker": "^5.1.0", + "embark-utils": "^5.1.0", + "embark-vyper": "^5.1.0", + "embark-watcher": "^5.1.0", + "embark-web3": "^5.1.0", + "embark-webserver": "^5.1.0", + "embark-whisper-geth": "^5.1.0", + "embark-whisper-parity": "^5.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/core/i18n/CHANGELOG.md b/packages/core/i18n/CHANGELOG.md index b2dc83e892..d894bc4fc3 100644 --- a/packages/core/i18n/CHANGELOG.md +++ b/packages/core/i18n/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-i18n + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index fced4fc3f2..2342a1009c 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "embark-i18n", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "i18n Support for Embark", @@ -51,7 +51,7 @@ "os-locale": "4.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/core/logger/CHANGELOG.md b/packages/core/logger/CHANGELOG.md index 15b3f6f9cb..8f67537ef7 100644 --- a/packages/core/logger/CHANGELOG.md +++ b/packages/core/logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-logger + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index ca5f0e095b..61bbea89e1 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-logger", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Logging utilities for Embark", @@ -50,7 +50,7 @@ "date-and-time": "0.6.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 9b7f0a697c..b500d0e630 100644 --- a/packages/core/reset/CHANGELOG.md +++ b/packages/core/reset/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-reset + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/core/reset/package.json b/packages/core/reset/package.json index c30527b823..39d6f7c061 100644 --- a/packages/core/reset/package.json +++ b/packages/core/reset/package.json @@ -1,6 +1,6 @@ { "name": "embark-reset", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "DApp reset utlity for Embark", @@ -35,7 +35,7 @@ "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "npm-run-all": "4.1.5" }, "engines": { diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index eafd859b4d..f4a6e78ccb 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-utils + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-utils diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 9d3ee322a6..36ac210ad6 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "embark-utils", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", @@ -56,8 +56,8 @@ "clipboardy": "1.2.3", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", "find-up": "2.1.0", "follow-redirects": "1.9.0", "fs-extra": "8.1.0", @@ -75,8 +75,8 @@ "ws": "7.1.2" }, "devDependencies": { - "embark-inside-monorepo": "^5.1.0-nightly.1", - "embark-solo": "^5.1.0-nightly.1", + "embark-inside-monorepo": "^5.1.0", + "embark-solo": "^5.1.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 328f8eceec..df3b42ec57 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark + + + + + # [5.1.0-nightly.6](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.5...v5.1.0-nightly.6) (2020-01-25) **Note:** Version bump only for package embark diff --git a/packages/embark/package.json b/packages/embark/package.json index 496f3fcbf5..457cb562a7 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "5.1.0-nightly.6", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -77,15 +77,15 @@ "core-js": "3.4.3", "date-and-time": "0.6.2", "decompress": "4.2.0", - "embark-core": "^5.1.0-nightly.5", - "embark-deploy-tracker": "^5.1.0-nightly.4", - "embark-engine": "^5.1.0-nightly.6", - "embark-graph": "^5.1.0-nightly.1", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-reset": "^5.1.0-nightly.1", - "embark-suggestions": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-deploy-tracker": "^5.1.0", + "embark-engine": "^5.1.0", + "embark-graph": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-reset": "^5.1.0", + "embark-suggestions": "^5.1.0", + "embark-utils": "^5.1.0", "eth-ens-namehash": "2.0.8", "find-up": "2.1.0", "flatted": "0.2.3", @@ -140,15 +140,15 @@ }, "devDependencies": { "chai": "4.1.2", - "embark-code-runner": "^5.1.0-nightly.5", - "embark-compiler": "^5.1.0-nightly.5", - "embark-contracts-manager": "^5.1.0-nightly.5", - "embark-solidity": "^5.1.0-nightly.5", - "embark-solo": "^5.1.0-nightly.1", + "embark-code-runner": "^5.1.0", + "embark-compiler": "^5.1.0", + "embark-contracts-manager": "^5.1.0", + "embark-solidity": "^5.1.0", + "embark-solo": "^5.1.0", "embark-test-contract-0": "0.0.2", "embark-test-contract-1": "0.0.1", - "embark-testing": "^5.1.0-nightly.5", - "embark-transaction-logger": "^5.1.0-nightly.5", + "embark-testing": "^5.1.0", + "embark-transaction-logger": "^5.1.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/embarkjs/embarkjs/CHANGELOG.md b/packages/embarkjs/embarkjs/CHANGELOG.md index e810a13621..14790ed44f 100644 --- a/packages/embarkjs/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/embarkjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embarkjs + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) diff --git a/packages/embarkjs/embarkjs/package.json b/packages/embarkjs/embarkjs/package.json index 452843968b..102f585009 100644 --- a/packages/embarkjs/embarkjs/package.json +++ b/packages/embarkjs/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "JavaScript library for easily interacting with web3 technologies", @@ -72,7 +72,7 @@ "devDependencies": { "ajv": "6.10.2", "chai": "4.2.0", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "lodash.clonedeep": "4.5.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/embarkjs/ens/CHANGELOG.md b/packages/embarkjs/ens/CHANGELOG.md index 819199e3af..be43733f3e 100644 --- a/packages/embarkjs/ens/CHANGELOG.md +++ b/packages/embarkjs/ens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embarkjs-ens + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embarkjs-ens diff --git a/packages/embarkjs/ens/package.json b/packages/embarkjs/ens/package.json index e450c60904..80a32077b4 100644 --- a/packages/embarkjs/ens/package.json +++ b/packages/embarkjs/ens/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ens", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Ens plugin for embarkjs", @@ -49,13 +49,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embarkjs": "^5.1.0-nightly.5", + "embarkjs": "^5.1.0", "eth-ens-namehash": "2.0.8", "web3": "1.2.4" }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 bbfa6a1b83..90710e0109 100644 --- a/packages/embarkjs/ipfs/CHANGELOG.md +++ b/packages/embarkjs/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embarkjs-ipfs + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/embarkjs/ipfs/package.json b/packages/embarkjs/ipfs/package.json index 51e8860a82..6e55d23564 100644 --- a/packages/embarkjs/ipfs/package.json +++ b/packages/embarkjs/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-ipfs", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Ipfs plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 d0789f9ccd..d1698e07c9 100644 --- a/packages/embarkjs/swarm/CHANGELOG.md +++ b/packages/embarkjs/swarm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embarkjs-swarm + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/embarkjs/swarm/package.json b/packages/embarkjs/swarm/package.json index 4a56831511..d9ed48f20b 100644 --- a/packages/embarkjs/swarm/package.json +++ b/packages/embarkjs/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-swarm", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Swarm plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 d1461dbaee..ed4a5e21ae 100644 --- a/packages/embarkjs/web3/CHANGELOG.md +++ b/packages/embarkjs/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embarkjs-web3 + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/embarkjs/web3/package.json b/packages/embarkjs/web3/package.json index 0fec24b1e6..1b43457cb5 100644 --- a/packages/embarkjs/web3/package.json +++ b/packages/embarkjs/web3/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-web3", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Web3 plugin for embarkjs", @@ -53,7 +53,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 bfa72ecc93..028e697051 100644 --- a/packages/embarkjs/whisper/CHANGELOG.md +++ b/packages/embarkjs/whisper/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embarkjs-whisper + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/embarkjs/whisper/package.json b/packages/embarkjs/whisper/package.json index 7b3042ad53..f9b11dd775 100644 --- a/packages/embarkjs/whisper/package.json +++ b/packages/embarkjs/whisper/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs-whisper", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Whisper plugin for embarkjs", @@ -54,7 +54,7 @@ }, "devDependencies": { "ajv": "6.10.2", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 647dd01bae..eaf2f5b991 100644 --- a/packages/plugins/accounts-manager/CHANGELOG.md +++ b/packages/plugins/accounts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-accounts-manager + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-accounts-manager diff --git a/packages/plugins/accounts-manager/package.json b/packages/plugins/accounts-manager/package.json index 82cdab9898..1a94a32269 100644 --- a/packages/plugins/accounts-manager/package.json +++ b/packages/plugins/accounts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-accounts-manager", - "version": "5.1.0-nightly.5", + "version": "5.1.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,14 +48,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 5bb893525c..ce9c18fed9 100644 --- a/packages/plugins/basic-pipeline/CHANGELOG.md +++ b/packages/plugins/basic-pipeline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-basic-pipeline + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-basic-pipeline diff --git a/packages/plugins/basic-pipeline/package.json b/packages/plugins/basic-pipeline/package.json index 2b31110b42..5449f69eff 100644 --- a/packages/plugins/basic-pipeline/package.json +++ b/packages/plugins/basic-pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-basic-pipeline", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", @@ -71,9 +71,9 @@ "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", @@ -88,8 +88,8 @@ }, "devDependencies": { "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.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 e7a1adff48..8cd8f4a01e 100644 --- a/packages/plugins/coverage/CHANGELOG.md +++ b/packages/plugins/coverage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-coverage + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-coverage diff --git a/packages/plugins/coverage/package.json b/packages/plugins/coverage/package.json index 3678db4ee2..33474ed8c8 100644 --- a/packages/plugins/coverage/package.json +++ b/packages/plugins/coverage/package.json @@ -1,6 +1,6 @@ { "name": "embark-coverage", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Code coverage capabilities for Embark", @@ -50,8 +50,8 @@ "@types/prettier": "1.16.4", "@types/semver": "5.5.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "globule": "1.2.1", "prettier-plugin-solidity": "1.0.0-alpha.25", @@ -64,7 +64,7 @@ "@babel/cli": "7.7.4", "@babel/core": "7.7.4", "cross-env": "5.2.0", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/plugins/debugger/CHANGELOG.md b/packages/plugins/debugger/CHANGELOG.md index bf39601d3e..370edbeccc 100644 --- a/packages/plugins/debugger/CHANGELOG.md +++ b/packages/plugins/debugger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-debugger + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/debugger/package.json b/packages/plugins/debugger/package.json index 0c3c073cbe..8f00adcf48 100644 --- a/packages/plugins/debugger/package.json +++ b/packages/plugins/debugger/package.json @@ -1,6 +1,6 @@ { "name": "embark-debugger", - "version": "5.1.0-nightly.1", + "version": "5.1.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.4.3", - "embark-i18n": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0", "remix-debug": "0.3.23" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/plugins/deploy-tracker/CHANGELOG.md b/packages/plugins/deploy-tracker/CHANGELOG.md index 9bba4b1be8..9c16814b6c 100644 --- a/packages/plugins/deploy-tracker/CHANGELOG.md +++ b/packages/plugins/deploy-tracker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-deploy-tracker + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-deploy-tracker diff --git a/packages/plugins/deploy-tracker/package.json b/packages/plugins/deploy-tracker/package.json index 07ef8969b0..2b157cb1ab 100644 --- a/packages/plugins/deploy-tracker/package.json +++ b/packages/plugins/deploy-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-deploy-tracker", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Contract deployment tracker for Embark", @@ -46,13 +46,13 @@ }, "dependencies": { "colors": "1.3.2", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "expect.js": "0.3.1", "mocha": "6.2.2", diff --git a/packages/plugins/ens/CHANGELOG.md b/packages/plugins/ens/CHANGELOG.md index 78e6aa4de2..edabe49b0f 100644 --- a/packages/plugins/ens/CHANGELOG.md +++ b/packages/plugins/ens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-ens + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-ens diff --git a/packages/plugins/ens/package.json b/packages/plugins/ens/package.json index aaf5be53b7..e54823a06f 100644 --- a/packages/plugins/ens/package.json +++ b/packages/plugins/ens/package.json @@ -1,6 +1,6 @@ { "name": "embark-ens", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Implements ENS support in Embark", @@ -46,11 +46,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-ens": "^5.1.0-nightly.5", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-ens": "^5.1.0", "eth-ens-namehash": "2.0.8", "lodash.clonedeep": "4.5.0", "web3": "1.2.4" @@ -59,8 +59,8 @@ "@babel/core": "7.7.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.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 index d5b2d9a0ee..2821b94c27 100644 --- a/packages/plugins/ethereum-blockchain-client/CHANGELOG.md +++ b/packages/plugins/ethereum-blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-ethereum-blockchain-client + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) diff --git a/packages/plugins/ethereum-blockchain-client/package.json b/packages/plugins/ethereum-blockchain-client/package.json index bff57d8787..53ea7e2695 100644 --- a/packages/plugins/ethereum-blockchain-client/package.json +++ b/packages/plugins/ethereum-blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-ethereum-blockchain-client", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark", @@ -47,16 +47,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.5", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs": "^5.1.0", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-core-requestmanager": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index f5f44543f3..f9b4e8f5d2 100644 --- a/packages/plugins/ganache/CHANGELOG.md +++ b/packages/plugins/ganache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-ganache + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) diff --git a/packages/plugins/ganache/package.json b/packages/plugins/ganache/package.json index 962ee95434..71ecaa8276 100644 --- a/packages/plugins/ganache/package.json +++ b/packages/plugins/ganache/package.json @@ -1,6 +1,6 @@ { "name": "embark-ganache", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Ganache simulator for Embark", @@ -49,7 +49,7 @@ "ganache-cli": "6.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 9e119713aa..b740ba5609 100644 --- a/packages/plugins/geth/CHANGELOG.md +++ b/packages/plugins/geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-geth + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-geth diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 0e7e096116..6ba06cc81f 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-geth", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Go-Ethereum blockchain for Embark", @@ -49,10 +49,10 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", @@ -60,7 +60,7 @@ "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 108aa19949..0d1a89340a 100644 --- a/packages/plugins/graph/CHANGELOG.md +++ b/packages/plugins/graph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-graph + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/graph/package.json b/packages/plugins/graph/package.json index c72b2ffba4..0479fc80d9 100644 --- a/packages/plugins/graph/package.json +++ b/packages/plugins/graph/package.json @@ -1,6 +1,6 @@ { "name": "embark-graph", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract documentation generator for Embark DApps", @@ -50,7 +50,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 744496537d..47b6f4764a 100644 --- a/packages/plugins/ipfs/CHANGELOG.md +++ b/packages/plugins/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-ipfs + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-ipfs diff --git a/packages/plugins/ipfs/package.json b/packages/plugins/ipfs/package.json index 87819dff87..270c637b54 100644 --- a/packages/plugins/ipfs/package.json +++ b/packages/plugins/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "embark-ipfs", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Implements IPFS support in Embark", @@ -50,17 +50,17 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-ipfs": "^5.1.0-nightly.1", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-storage": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-ipfs": "^5.1.0", "ipfs-http-client": "40.0.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 6799024be8..4dc58ca44b 100644 --- a/packages/plugins/mocha-tests/CHANGELOG.md +++ b/packages/plugins/mocha-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-mocha-tests + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) diff --git a/packages/plugins/mocha-tests/package.json b/packages/plugins/mocha-tests/package.json index ae75557eb5..86f63b2eaf 100644 --- a/packages/plugins/mocha-tests/package.json +++ b/packages/plugins/mocha-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-mocha-tests", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "description": "Mocha Test Runner", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme", "repository": { @@ -51,14 +51,14 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.5", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs": "^5.1.0", "mocha": "6.2.2", "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "nyc": "13.1.0", diff --git a/packages/plugins/nethermind/CHANGELOG.md b/packages/plugins/nethermind/CHANGELOG.md index 4d4ebe5d05..28d7e087bc 100644 --- a/packages/plugins/nethermind/CHANGELOG.md +++ b/packages/plugins/nethermind/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-nethermind + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-nethermind diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 0b9692d04c..5d2cbde243 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -1,6 +1,6 @@ { "name": "embark-nethermind", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Nethermind blockchain client plugin for Embark", @@ -45,16 +45,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/parity/CHANGELOG.md b/packages/plugins/parity/CHANGELOG.md index 6747f7e138..5a34c32952 100644 --- a/packages/plugins/parity/CHANGELOG.md +++ b/packages/plugins/parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-parity + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-parity diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index 9bb268b272..6fcf81dec6 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-parity", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Implementation of the Parity blockchain for Embark", @@ -47,16 +47,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", "ws": "7.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 28404d61c1..266df50bea 100644 --- a/packages/plugins/plugin-cmd/CHANGELOG.md +++ b/packages/plugins/plugin-cmd/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-plugin-cmd + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 e2a991d759..961c95756f 100644 --- a/packages/plugins/plugin-cmd/package.json +++ b/packages/plugins/plugin-cmd/package.json @@ -1,6 +1,6 @@ { "name": "embark-plugin-cmd", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Plugin installation utility for Embark", @@ -38,11 +38,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4" + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 35a5285991..35e9477116 100644 --- a/packages/plugins/profiler/CHANGELOG.md +++ b/packages/plugins/profiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-profiler + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/profiler/package.json b/packages/plugins/profiler/package.json index 7f1ee47f19..6adf70cf55 100644 --- a/packages/plugins/profiler/package.json +++ b/packages/plugins/profiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-profiler", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contract profiler for Embark DApps", @@ -52,7 +52,7 @@ "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/rpc-manager/CHANGELOG.md b/packages/plugins/rpc-manager/CHANGELOG.md index ebf075377f..f32bb0161a 100644 --- a/packages/plugins/rpc-manager/CHANGELOG.md +++ b/packages/plugins/rpc-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-rpc-manager + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-rpc-manager diff --git a/packages/plugins/rpc-manager/package.json b/packages/plugins/rpc-manager/package.json index 636ff74d1e..619caa6e24 100644 --- a/packages/plugins/rpc-manager/package.json +++ b/packages/plugins/rpc-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-rpc-manager", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "description": "Embark RPC Manager", "repository": { "directory": "packages/plugins/embark-rpc-manager", @@ -49,15 +49,15 @@ "@omisego/omg-js-util": "2.0.0-v0.2", "@types/async": "2.0.50", "async": "2.6.1", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "web3": "1.2.4" }, "devDependencies": { "cross-env": "5.2.0", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/plugins/scaffolding/CHANGELOG.md b/packages/plugins/scaffolding/CHANGELOG.md index c524a020b4..31c6ad675d 100644 --- a/packages/plugins/scaffolding/CHANGELOG.md +++ b/packages/plugins/scaffolding/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-scaffolding + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-scaffolding diff --git a/packages/plugins/scaffolding/package.json b/packages/plugins/scaffolding/package.json index 55a7812301..41b53f8457 100644 --- a/packages/plugins/scaffolding/package.json +++ b/packages/plugins/scaffolding/package.json @@ -1,6 +1,6 @@ { "name": "embark-scaffolding", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Provides scaffolding utilities", @@ -45,15 +45,15 @@ "@babel/runtime-corejs3": "7.7.4", "ajv": "6.10.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "handlebars": "4.3.0", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 534a81c5d0..8dcd33a0cc 100644 --- a/packages/plugins/snark/CHANGELOG.md +++ b/packages/plugins/snark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-snark + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/snark/package.json b/packages/plugins/snark/package.json index 17085bbcbb..7334d1c083 100644 --- a/packages/plugins/snark/package.json +++ b/packages/plugins/snark/package.json @@ -1,6 +1,6 @@ { "name": "embark-snark", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Anthony Laibe", "contributors": [ "Michael Bradley (https://github.com/michaelsbradleyjr/)" @@ -60,7 +60,7 @@ "@babel/core": "7.7.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 979bcd1063..ed41cde108 100644 --- a/packages/plugins/solc/CHANGELOG.md +++ b/packages/plugins/solc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-solc + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/solc/package.json b/packages/plugins/solc/package.json index e13c8cd0d4..e7a622e07f 100644 --- a/packages/plugins/solc/package.json +++ b/packages/plugins/solc/package.json @@ -1,6 +1,6 @@ { "name": "embark-solc", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Richard Ramos", "contributors": [], "description": "Solc plugin for Embark", @@ -51,7 +51,7 @@ "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 4b0dbe7433..fd17090923 100644 --- a/packages/plugins/solidity-tests/CHANGELOG.md +++ b/packages/plugins/solidity-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-solidity-tests + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-solidity-tests diff --git a/packages/plugins/solidity-tests/package.json b/packages/plugins/solidity-tests/package.json index 0e00b604da..30fa4f358e 100644 --- a/packages/plugins/solidity-tests/package.json +++ b/packages/plugins/solidity-tests/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity-tests", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "description": "Plugin to run Embark solidity tests", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme", "repository": { @@ -52,13 +52,13 @@ "@types/async": "3.0.3", "async": "3.1.0", "core-js": "3.4.3", - "embark-utils": "^5.1.0-nightly.4", + "embark-utils": "^5.1.0", "remix-tests": "0.1.24", "web3": "1.2.4", "yo-yoify": "4.3.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "embark-utils": "^5.0.0-alpha.4", "eslint": "5.7.0", "mocha": "6.2.2", diff --git a/packages/plugins/solidity/CHANGELOG.md b/packages/plugins/solidity/CHANGELOG.md index febd95c2d0..f386ac17c9 100644 --- a/packages/plugins/solidity/CHANGELOG.md +++ b/packages/plugins/solidity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-solidity + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-solidity diff --git a/packages/plugins/solidity/package.json b/packages/plugins/solidity/package.json index 3d5dfa0a00..23e12c1412 100644 --- a/packages/plugins/solidity/package.json +++ b/packages/plugins/solidity/package.json @@ -1,6 +1,6 @@ { "name": "embark-solidity", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Solidity Compiler APIs for Embark", @@ -47,9 +47,9 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "find-up": "4.1.0", "fs-extra": "8.1.0", "semver": "5.6.0", @@ -57,7 +57,7 @@ "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 532ba74cbc..8b3bc4b285 100644 --- a/packages/plugins/specialconfigs/CHANGELOG.md +++ b/packages/plugins/specialconfigs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-specialconfigs + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/specialconfigs/package.json b/packages/plugins/specialconfigs/package.json index 1f0beb2ee8..37bbb421f0 100644 --- a/packages/plugins/specialconfigs/package.json +++ b/packages/plugins/specialconfigs/package.json @@ -1,6 +1,6 @@ { "name": "embark-specialconfigs", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Adds various configs to embark's contract.js config file", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0", "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" diff --git a/packages/plugins/suggestions/CHANGELOG.md b/packages/plugins/suggestions/CHANGELOG.md index 194b660644..2d8fce8e21 100644 --- a/packages/plugins/suggestions/CHANGELOG.md +++ b/packages/plugins/suggestions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-suggestions + + + + + # [5.1.0-nightly.5](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-suggestions diff --git a/packages/plugins/suggestions/package.json b/packages/plugins/suggestions/package.json index a44a462667..de5d32a73f 100644 --- a/packages/plugins/suggestions/package.json +++ b/packages/plugins/suggestions/package.json @@ -1,6 +1,6 @@ { "name": "embark-suggestions", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Suggestions plugin for Embark", @@ -38,15 +38,15 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.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 a06f1cc28f..0a3a697988 100644 --- a/packages/plugins/swarm/CHANGELOG.md +++ b/packages/plugins/swarm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-swarm + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-swarm diff --git a/packages/plugins/swarm/package.json b/packages/plugins/swarm/package.json index fbc9f4a606..8b3f41c4f4 100644 --- a/packages/plugins/swarm/package.json +++ b/packages/plugins/swarm/package.json @@ -1,6 +1,6 @@ { "name": "embark-swarm", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Implements Swarm support in Embark", @@ -51,16 +51,16 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-storage": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs": "^5.1.0-nightly.5", - "embarkjs-swarm": "^5.1.0-nightly.1", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-storage": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs": "^5.1.0", + "embarkjs-swarm": "^5.1.0", "swarm-api": "0.1.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 cd756718c1..6f27d5bf3c 100644 --- a/packages/plugins/transaction-logger/CHANGELOG.md +++ b/packages/plugins/transaction-logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-transaction-logger + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-transaction-logger diff --git a/packages/plugins/transaction-logger/package.json b/packages/plugins/transaction-logger/package.json index b3cce1b387..be69a46683 100644 --- a/packages/plugins/transaction-logger/package.json +++ b/packages/plugins/transaction-logger/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-logger", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Transaction listener and logger for Embark", @@ -49,16 +49,16 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 8b05ede541..3860f8998f 100644 --- a/packages/plugins/transaction-tracker/CHANGELOG.md +++ b/packages/plugins/transaction-tracker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-transaction-tracker + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/transaction-tracker/package.json b/packages/plugins/transaction-tracker/package.json index e596456131..ce8f3bb480 100644 --- a/packages/plugins/transaction-tracker/package.json +++ b/packages/plugins/transaction-tracker/package.json @@ -1,6 +1,6 @@ { "name": "embark-transaction-tracker", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Transaction tracker for Embark's cockpit", @@ -50,7 +50,7 @@ "viz.js": "1.8.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 7b568ac986..a977eca2d0 100644 --- a/packages/plugins/vyper/CHANGELOG.md +++ b/packages/plugins/vyper/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-vyper + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/plugins/vyper/package.json b/packages/plugins/vyper/package.json index 712b1affb4..b87cee8411 100644 --- a/packages/plugins/vyper/package.json +++ b/packages/plugins/vyper/package.json @@ -1,6 +1,6 @@ { "name": "embark-vyper", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark wrapper for the Vyper compiler", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", + "embark-i18n": "^5.1.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 b1607f8549..310934dbe0 100644 --- a/packages/plugins/web3/CHANGELOG.md +++ b/packages/plugins/web3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-web3 + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-web3 diff --git a/packages/plugins/web3/package.json b/packages/plugins/web3/package.json index 9d89266df4..cea6383b8d 100644 --- a/packages/plugins/web3/package.json +++ b/packages/plugins/web3/package.json @@ -1,6 +1,6 @@ { "name": "embark-web3", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Web3 support to Embark", @@ -47,12 +47,12 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs-web3": "^5.1.0-nightly.1" + "embark-core": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs-web3": "^5.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "fs-extra": "8.1.0", "glob": "7.1.4", diff --git a/packages/plugins/whisper-geth/CHANGELOG.md b/packages/plugins/whisper-geth/CHANGELOG.md index e5d5013639..964936538b 100644 --- a/packages/plugins/whisper-geth/CHANGELOG.md +++ b/packages/plugins/whisper-geth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-whisper-geth + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-whisper-geth diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index 91e0594335..fcee7172f6 100644 --- a/packages/plugins/whisper-geth/package.json +++ b/packages/plugins/whisper-geth/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-geth", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,14 +47,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs-whisper": "^5.1.0-nightly.1", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs-whisper": "^5.1.0", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", diff --git a/packages/plugins/whisper-parity/CHANGELOG.md b/packages/plugins/whisper-parity/CHANGELOG.md index 630f32ac83..915dfe7bae 100644 --- a/packages/plugins/whisper-parity/CHANGELOG.md +++ b/packages/plugins/whisper-parity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-whisper-parity + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-whisper-parity diff --git a/packages/plugins/whisper-parity/package.json b/packages/plugins/whisper-parity/package.json index d8c19138c9..c162e10c48 100644 --- a/packages/plugins/whisper-parity/package.json +++ b/packages/plugins/whisper-parity/package.json @@ -1,6 +1,6 @@ { "name": "embark-whisper-parity", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Module to add Whisper support to Embark", @@ -47,14 +47,14 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", - "embarkjs-whisper": "^5.1.0-nightly.1", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", + "embarkjs-whisper": "^5.1.0", "rxjs": "6.4.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 ba46701fed..e123298655 100644 --- a/packages/stack/api/CHANGELOG.md +++ b/packages/stack/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-api + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-api diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index a1aa345fa9..b721105552 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -1,6 +1,6 @@ { "name": "embark-api", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark api module", @@ -52,17 +52,17 @@ "colors": "1.3.2", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-ui": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-ui": "^5.1.0", + "embark-utils": "^5.1.0", "express": "4.17.1", "express-ws": "4.0.0", "find-up": "4.1.0", "helmet": "3.13.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.20.1", diff --git a/packages/stack/authenticator/CHANGELOG.md b/packages/stack/authenticator/CHANGELOG.md index 0b0f5b832a..c36b7450e7 100644 --- a/packages/stack/authenticator/CHANGELOG.md +++ b/packages/stack/authenticator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-authenticator + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-authenticator diff --git a/packages/stack/authenticator/package.json b/packages/stack/authenticator/package.json index 82e332635a..d4eb0543c6 100644 --- a/packages/stack/authenticator/package.json +++ b/packages/stack/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "embark-authenticator", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Authenticator module for Embark's Cockpit", @@ -46,13 +46,13 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "keccakjs": "0.2.3", "uuid": "3.3.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 1ccc695ee5..4411810d5c 100644 --- a/packages/stack/blockchain-client/CHANGELOG.md +++ b/packages/stack/blockchain-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-blockchain-client + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/blockchain-client/package.json b/packages/stack/blockchain-client/package.json index de4b2ff661..0976f64fe1 100644 --- a/packages/stack/blockchain-client/package.json +++ b/packages/stack/blockchain-client/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain-client", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Provides ability to register a blockchain technology in Embark, ie Ethereum.", @@ -49,7 +49,7 @@ "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 18ce8a381e..2002f896c9 100644 --- a/packages/stack/blockchain/CHANGELOG.md +++ b/packages/stack/blockchain/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-blockchain + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-blockchain diff --git a/packages/stack/blockchain/package.json b/packages/stack/blockchain/package.json index 6cf7728ff9..797c2ac03a 100644 --- a/packages/stack/blockchain/package.json +++ b/packages/stack/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "embark-blockchain", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Blockchain APIs for Embark", @@ -51,16 +51,16 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4" + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.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 index 86e559fc69..9935320a2e 100644 --- a/packages/stack/communication/CHANGELOG.md +++ b/packages/stack/communication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-communication + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-communication diff --git a/packages/stack/communication/package.json b/packages/stack/communication/package.json index 0a6ca59f8b..f67c5af2c6 100644 --- a/packages/stack/communication/package.json +++ b/packages/stack/communication/package.json @@ -1,6 +1,6 @@ { "name": "embark-communication", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Communication APIs for Embark", @@ -49,15 +49,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4" + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.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 8fc347558b..44201102be 100644 --- a/packages/stack/compiler/CHANGELOG.md +++ b/packages/stack/compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-compiler + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-compiler diff --git a/packages/stack/compiler/package.json b/packages/stack/compiler/package.json index 1ed5c74fcf..4dc2198c5f 100644 --- a/packages/stack/compiler/package.json +++ b/packages/stack/compiler/package.json @@ -1,6 +1,6 @@ { "name": "embark-compiler", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark compiler module", @@ -45,17 +45,17 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4" + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", "clone-deep": "4.0.0", "cross-env": "5.2.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.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 b948396303..c3325ebf62 100644 --- a/packages/stack/contracts-manager/CHANGELOG.md +++ b/packages/stack/contracts-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-contracts-manager + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **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 97c13c4ea5..73404b6b60 100644 --- a/packages/stack/contracts-manager/package.json +++ b/packages/stack/contracts-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-contracts-manager", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Smart contracts manager for Embark", @@ -50,15 +50,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "web3": "1.2.4", "web3-utils": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 e54b027f1c..181d244758 100644 --- a/packages/stack/deployment/CHANGELOG.md +++ b/packages/stack/deployment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-deployment + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-deployment diff --git a/packages/stack/deployment/package.json b/packages/stack/deployment/package.json index 59b72015a7..4b3f6e517b 100644 --- a/packages/stack/deployment/package.json +++ b/packages/stack/deployment/package.json @@ -1,6 +1,6 @@ { "name": "embark-deployment", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", @@ -49,15 +49,15 @@ "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4" + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0" }, "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", + "embark-solo": "^5.1.0", + "embark-testing": "^5.1.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 index 5a1fb86458..b29c131f5b 100644 --- a/packages/stack/embarkjs/CHANGELOG.md +++ b/packages/stack/embarkjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-embarkjs + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-embarkjs diff --git a/packages/stack/embarkjs/package.json b/packages/stack/embarkjs/package.json index 1e9c557a27..51a91ecea2 100644 --- a/packages/stack/embarkjs/package.json +++ b/packages/stack/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embark-embarkjs", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "EmbarkJS APIs for Embark", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", "ejs": "2.6.1", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1" + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 d58a5eaa5c..1bc6797458 100644 --- a/packages/stack/library-manager/CHANGELOG.md +++ b/packages/stack/library-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-library-manager + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **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 3c94bda2d1..49c8d42db9 100644 --- a/packages/stack/library-manager/package.json +++ b/packages/stack/library-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-library-manager", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Module for downloading and managing libraries", @@ -47,13 +47,13 @@ "@babel/runtime-corejs3": "7.7.4", "colors": "1.3.2", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 1b76958f8b..4904f0431a 100644 --- a/packages/stack/namesystem/CHANGELOG.md +++ b/packages/stack/namesystem/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-namesystem + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/stack/namesystem/package.json b/packages/stack/namesystem/package.json index 29a88a9740..e1dbd94bf9 100644 --- a/packages/stack/namesystem/package.json +++ b/packages/stack/namesystem/package.json @@ -1,6 +1,6 @@ { "name": "embark-namesystem", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Namesystem provider abstraction module for Embark", @@ -47,10 +47,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1" + "embark-i18n": "^5.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 d5b2e92d31..2ab25cc579 100644 --- a/packages/stack/pipeline/CHANGELOG.md +++ b/packages/stack/pipeline/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + + +### Bug Fixes + +* **@embark/pipeline:** make generateAll async so it completes tasks ([0a4d13f](https://github.com/embarklabs/embark/commit/0a4d13f)) + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-pipeline diff --git a/packages/stack/pipeline/package.json b/packages/stack/pipeline/package.json index 4921e03719..3dd07ccb85 100644 --- a/packages/stack/pipeline/package.json +++ b/packages/stack/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "embark-pipeline", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Build pipeline module for Embark", @@ -48,14 +48,14 @@ "async": "2.6.1", "colors": "1.3.2", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "find-up": "2.1.0", "fs-extra": "8.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 419e4056a9..fe64f605ad 100644 --- a/packages/stack/process-logs-api-manager/CHANGELOG.md +++ b/packages/stack/process-logs-api-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-process-logs-api-manager + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-process-logs-api-manager diff --git a/packages/stack/process-logs-api-manager/package.json b/packages/stack/process-logs-api-manager/package.json index 0c8c0ebb62..330358cc31 100644 --- a/packages/stack/process-logs-api-manager/package.json +++ b/packages/stack/process-logs-api-manager/package.json @@ -1,6 +1,6 @@ { "name": "embark-process-logs-api-manager", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Manages and registers APIs for Embark process logs", @@ -46,10 +46,10 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-utils": "^5.1.0-nightly.4" + "embark-utils": "^5.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index ea1a7b78db..4af014b964 100644 --- a/packages/stack/proxy/CHANGELOG.md +++ b/packages/stack/proxy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-proxy + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-proxy diff --git a/packages/stack/proxy/package.json b/packages/stack/proxy/package.json index 337c6304d1..2f67ca68be 100644 --- a/packages/stack/proxy/package.json +++ b/packages/stack/proxy/package.json @@ -1,6 +1,6 @@ { "name": "embark-proxy", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Proxy to listen to blockchain requests and responses", @@ -51,17 +51,17 @@ "@types/express-ws": "3.0.0", "core-js": "3.4.3", "cors": "2.8.5", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-logger": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-logger": "^5.1.0", + "embark-utils": "^5.1.0", "express": "4.17.1", "express-ws": "4.0.0", "web3-core-requestmanager": "1.2.4", "web3-providers-ws": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 900b08f942..6d5dc40aa9 100644 --- a/packages/stack/storage/CHANGELOG.md +++ b/packages/stack/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-storage + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **Note:** Version bump only for package embark-storage diff --git a/packages/stack/storage/package.json b/packages/stack/storage/package.json index 720b9048af..0f208c5fba 100644 --- a/packages/stack/storage/package.json +++ b/packages/stack/storage/package.json @@ -1,6 +1,6 @@ { "name": "embark-storage", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", @@ -48,14 +48,14 @@ "dependencies": { "@babel/runtime-corejs3": "7.7.4", "core-js": "3.4.3", - "embark-core": "^5.1.0-nightly.5", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-core": "^5.1.0", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 ddc46ca4d4..f056858ccc 100644 --- a/packages/stack/test-runner/CHANGELOG.md +++ b/packages/stack/test-runner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-test-runner + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) **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 2d424a8d54..d941d27973 100644 --- a/packages/stack/test-runner/package.json +++ b/packages/stack/test-runner/package.json @@ -1,6 +1,6 @@ { "name": "embark-test-runner", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Embark Testrunner", @@ -53,9 +53,9 @@ "chalk": "2.4.2", "core-js": "3.4.3", "deep-equal": "1.0.1", - "embark-i18n": "^5.1.0-nightly.1", - "embark-testing": "^5.1.0-nightly.5", - "embark-utils": "^5.1.0-nightly.4", + "embark-i18n": "^5.1.0", + "embark-testing": "^5.1.0", + "embark-utils": "^5.1.0", "fs-extra": "8.1.0", "istanbul-lib-coverage": "2.0.5", "istanbul-lib-report": "2.0.8", @@ -65,7 +65,7 @@ "web3": "1.2.4" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "mocha": "6.2.2", "npm-run-all": "4.1.5", diff --git a/packages/stack/watcher/CHANGELOG.md b/packages/stack/watcher/CHANGELOG.md index a7e7768643..ba044b1702 100644 --- a/packages/stack/watcher/CHANGELOG.md +++ b/packages/stack/watcher/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-watcher + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-watcher diff --git a/packages/stack/watcher/package.json b/packages/stack/watcher/package.json index 6d02ccaff9..b4540b69c6 100644 --- a/packages/stack/watcher/package.json +++ b/packages/stack/watcher/package.json @@ -1,6 +1,6 @@ { "name": "embark-watcher", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Watches changes in the file system", @@ -47,11 +47,11 @@ "@babel/runtime-corejs3": "7.7.4", "chokidar": "2.1.6", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4" + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 41f13f4493..abc9e0f83d 100644 --- a/packages/stack/webserver/CHANGELOG.md +++ b/packages/stack/webserver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-webserver + + + + + # [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23) **Note:** Version bump only for package embark-webserver diff --git a/packages/stack/webserver/package.json b/packages/stack/webserver/package.json index f985978c91..1939b0d8f2 100644 --- a/packages/stack/webserver/package.json +++ b/packages/stack/webserver/package.json @@ -1,6 +1,6 @@ { "name": "embark-webserver", - "version": "5.1.0-nightly.4", + "version": "5.1.0", "author": "Iuri Matias ", "contributors": [], "description": "Webserver for Embark", @@ -47,15 +47,15 @@ "@babel/runtime-corejs3": "7.7.4", "async": "2.6.1", "core-js": "3.4.3", - "embark-i18n": "^5.1.0-nightly.1", - "embark-utils": "^5.1.0-nightly.4", + "embark-i18n": "^5.1.0", + "embark-utils": "^5.1.0", "express": "4.17.1", "express-ws": "4.0.0", "open": "6.4.0", "serve-static": "1.13.2" }, "devDependencies": { - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.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 index 74d76c3ed4..373fb1052f 100644 --- a/packages/utils/collective/CHANGELOG.md +++ b/packages/utils/collective/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-collective + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/utils/collective/package.json b/packages/utils/collective/package.json index b665eeb319..1e3177100f 100644 --- a/packages/utils/collective/package.json +++ b/packages/utils/collective/package.json @@ -1,6 +1,6 @@ { "name": "embark-collective", - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "You will be assimilated", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/collective#readme", @@ -56,7 +56,7 @@ "@lerna/filter-packages": "3.16.0", "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-macros": "2.7.1", - "embark-inside-monorepo": "^5.1.0-nightly.1", + "embark-inside-monorepo": "^5.1.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 index b93f11554f..398422da0d 100644 --- a/packages/utils/inside-monorepo/CHANGELOG.md +++ b/packages/utils/inside-monorepo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-inside-monorepo + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/utils/inside-monorepo/package.json b/packages/utils/inside-monorepo/package.json index 9e56f9b517..f2f4c91775 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": "5.1.0-nightly.1", + "version": "5.1.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 index 8dabb5925a..3436db01c6 100644 --- a/packages/utils/solo/CHANGELOG.md +++ b/packages/utils/solo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-solo + + + + + # [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20) diff --git a/packages/utils/solo/package.json b/packages/utils/solo/package.json index 94851d0f30..6ecfd9eff0 100644 --- a/packages/utils/solo/package.json +++ b/packages/utils/solo/package.json @@ -1,7 +1,7 @@ { "name": "embark-solo", "private": true, - "version": "5.1.0-nightly.1", + "version": "5.1.0", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "Resistance is not futile?", "license": "MIT", @@ -13,7 +13,7 @@ "reset": "npx rimraf embark-*.tgz package" }, "devDependencies": { - "embark-collective": "^5.1.0-nightly.1", + "embark-collective": "^5.1.0", "find-up": "4.1.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" diff --git a/packages/utils/testing/CHANGELOG.md b/packages/utils/testing/CHANGELOG.md index 24c1b3c1da..bbdb362e84 100644 --- a/packages/utils/testing/CHANGELOG.md +++ b/packages/utils/testing/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27) + +**Note:** Version bump only for package embark-testing + + + + + # [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24) diff --git a/packages/utils/testing/package.json b/packages/utils/testing/package.json index ea8525ab67..7e423d5cd1 100644 --- a/packages/utils/testing/package.json +++ b/packages/utils/testing/package.json @@ -1,6 +1,6 @@ { "name": "embark-testing", - "version": "5.1.0-nightly.5", + "version": "5.1.0", "description": "Testing", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js", @@ -57,7 +57,7 @@ "devDependencies": { "@babel/core": "7.7.4", "babel-jest": "24.9.0", - "embark-solo": "^5.1.0-nightly.1", + "embark-solo": "^5.1.0", "eslint": "5.7.0", "jest": "24.9.0", "lodash.clonedeep": "4.5.0",