diff --git a/CHANGELOG.md b/CHANGELOG.md index 1740ef389..0d1af8ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + + +### Bug Fixes + +* **@embark/contracts_manager:** compare correct property ([06dcbd0](https://github.com/embark-framework/embark/commit/06dcbd0)) +* **@embark/solidity:** handle absolute paths correctly ([3cee7cf](https://github.com/embark-framework/embark/commit/3cee7cf)) +* **@embark/storage:** Fix hang when IPFS/Swarm started externally ([c5b11ae](https://github.com/embark-framework/embark/commit/c5b11ae)) +* **pipeline:** build contracts even when pipeline is disabled ([88c9a60](https://github.com/embark-framework/embark/commit/88c9a60)) + + + + + ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26) diff --git a/dapps/templates/boilerplate/CHANGELOG.md b/dapps/templates/boilerplate/CHANGELOG.md index fa24e5150..01af3b7e7 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. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + +**Note:** Version bump only for package embark-dapp-template-boilerplate + + + + + ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26) **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 5ec9803ba..5560e692c 100644 --- a/dapps/templates/boilerplate/package.json +++ b/dapps/templates/boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-boilerplate", - "version": "4.0.1", + "version": "4.0.2", "description": "Basic DApp template for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme", "bugs": "https://github.com/embark-framework/embark/issues", @@ -33,7 +33,7 @@ "url": "https://github.com/embark-framework/embark.git" }, "devDependencies": { - "embark": "^4.0.1", + "embark": "^4.0.2", "embark-reset": "^4.0.0", "embarkjs-connector-web3": "^4.0.0", "npm-run-all": "4.1.5", diff --git a/dapps/templates/demo/CHANGELOG.md b/dapps/templates/demo/CHANGELOG.md index cd1a7173b..e5a53c1a6 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. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + +**Note:** Version bump only for package embark-dapp-template-demo + + + + + ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26) **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 43c00cb40..d1d9b9805 100644 --- a/dapps/templates/demo/package.json +++ b/dapps/templates/demo/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-demo", - "version": "4.0.1", + "version": "4.0.2", "description": "Demo DApp for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme", "bugs": "https://github.com/embark-framework/embark/issues", @@ -33,7 +33,7 @@ "url": "https://github.com/embark-framework/embark.git" }, "devDependencies": { - "embark": "^4.0.1", + "embark": "^4.0.2", "embark-reset": "^4.0.0", "embarkjs-connector-web3": "^4.0.0", "npm-run-all": "4.1.5", diff --git a/dapps/templates/simple/CHANGELOG.md b/dapps/templates/simple/CHANGELOG.md index 8f8e6a4de..20a851043 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. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + +**Note:** Version bump only for package embark-dapp-template-simple + + + + + ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26) **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 4db6c6360..db2a44104 100644 --- a/dapps/templates/simple/package.json +++ b/dapps/templates/simple/package.json @@ -1,6 +1,6 @@ { "name": "embark-dapp-template-simple", - "version": "4.0.1", + "version": "4.0.2", "description": "Contracts-only DApp template for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme", "bugs": "https://github.com/embark-framework/embark/issues", @@ -29,7 +29,7 @@ "url": "https://github.com/embark-framework/embark.git" }, "devDependencies": { - "embark": "^4.0.1", + "embark": "^4.0.2", "embark-reset": "^4.0.0", "embarkjs-connector-web3": "^4.0.0", "npm-run-all": "4.1.5", diff --git a/dapps/tests/app/CHANGELOG.md b/dapps/tests/app/CHANGELOG.md index a4e4c933a..7fff47663 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. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + +**Note:** Version bump only for package embark-dapp-test-app + + + + + ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26) **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 423affe78..55cdf64aa 100644 --- a/dapps/tests/app/package.json +++ b/dapps/tests/app/package.json @@ -3,7 +3,7 @@ "devDependencies": { "@babel/code-frame": "7.0.0", "bootstrap": "3.4.0", - "embark": "^4.0.1", + "embark": "^4.0.2", "embark-dapp-test-service": "^4.0.0", "embark-reset": "^4.0.0", "embarkjs-connector-web3": "^4.0.0", @@ -24,5 +24,5 @@ "reset": "npx embark-reset", "test": "npx embark test" }, - "version": "4.0.1" + "version": "4.0.2" } diff --git a/dapps/tests/contracts/CHANGELOG.md b/dapps/tests/contracts/CHANGELOG.md index 520ff42cc..bc99bfee2 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. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + +**Note:** Version bump only for package embark-dapp-test-contracts + + + + + ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26) **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 0827768d5..79b65a8f5 100644 --- a/dapps/tests/contracts/package.json +++ b/dapps/tests/contracts/package.json @@ -1,7 +1,7 @@ { "description": "Test DApp for integration testing purposes", "devDependencies": { - "embark": "^4.0.1", + "embark": "^4.0.2", "embark-reset": "^4.0.0", "embarkjs-connector-web3": "^4.0.0" }, @@ -14,5 +14,5 @@ "reset": "npx embark-reset", "test": "npx embark test" }, - "version": "4.0.1" + "version": "4.0.2" } diff --git a/lerna.json b/lerna.json index bc36f6855..adb97fe46 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "4.0.1" + "version": "4.0.2" } diff --git a/packages/embark/CHANGELOG.md b/packages/embark/CHANGELOG.md index 1df27e8d2..299aad48a 100644 --- a/packages/embark/CHANGELOG.md +++ b/packages/embark/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + + +### Bug Fixes + +* **@embark/contracts_manager:** compare correct property ([06dcbd0](https://github.com/embark-framework/embark/commit/06dcbd0)) +* **@embark/solidity:** handle absolute paths correctly ([3cee7cf](https://github.com/embark-framework/embark/commit/3cee7cf)) +* **@embark/storage:** Fix hang when IPFS/Swarm started externally ([c5b11ae](https://github.com/embark-framework/embark/commit/c5b11ae)) +* **pipeline:** build contracts even when pipeline is disabled ([88c9a60](https://github.com/embark-framework/embark/commit/88c9a60)) + + + + + ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26) diff --git a/packages/embark/package.json b/packages/embark/package.json index fc0555808..f6588ea60 100644 --- a/packages/embark/package.json +++ b/packages/embark/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "4.0.1", + "version": "4.0.2", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", @@ -99,6 +99,7 @@ "embarkjs-ipfs": "^4.0.0", "embarkjs-swarm": "^4.0.0", "embarkjs-whisper": "^4.0.0", + "embarkjs": "^4.0.2", "eth-ens-namehash": "2.0.8", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.0.0", diff --git a/packages/embarkjs/CHANGELOG.md b/packages/embarkjs/CHANGELOG.md index d036a231e..25bdc5f6d 100644 --- a/packages/embarkjs/CHANGELOG.md +++ b/packages/embarkjs/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. +## [4.0.2](https://github.com/embark-framework/embark/compare/v4.0.1...v4.0.2) (2019-04-11) + + +### Bug Fixes + +* **@embark/storage:** Fix hang when IPFS/Swarm started externally ([c5b11ae](https://github.com/embark-framework/embark/commit/c5b11ae)) + + + + + # [4.0.0](https://github.com/embark-framework/embark/compare/v4.0.0-beta.2...v4.0.0) (2019-03-18) **Note:** Version bump only for package embarkjs diff --git a/packages/embarkjs/package.json b/packages/embarkjs/package.json index 8c0f46b39..4defc5e73 100644 --- a/packages/embarkjs/package.json +++ b/packages/embarkjs/package.json @@ -1,6 +1,6 @@ { "name": "embarkjs", - "version": "4.0.0", + "version": "4.0.2", "author": "Iuri Matias ", "contributors": [], "description": "JavaScript library for easily interacting with web3 technologies",