chore(release): 4.0.2

This commit is contained in:
Iuri Matias 2019-04-11 17:26:56 -04:00
parent 3cee7cfd2f
commit 21f5367beb
16 changed files with 93 additions and 14 deletions

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26)

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package embark-dapp-template-boilerplate

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-boilerplate", "name": "embark-dapp-template-boilerplate",
"version": "4.0.1", "version": "4.0.2",
"description": "Basic DApp template for Embark", "description": "Basic DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embark-framework/embark/issues", "bugs": "https://github.com/embark-framework/embark/issues",
@ -33,7 +33,7 @@
"url": "https://github.com/embark-framework/embark.git" "url": "https://github.com/embark-framework/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^4.0.1", "embark": "^4.0.2",
"embark-reset": "^4.0.0", "embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0", "embarkjs-connector-web3": "^4.0.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package embark-dapp-template-demo

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-demo", "name": "embark-dapp-template-demo",
"version": "4.0.1", "version": "4.0.2",
"description": "Demo DApp for Embark", "description": "Demo DApp for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embark-framework/embark/issues", "bugs": "https://github.com/embark-framework/embark/issues",
@ -33,7 +33,7 @@
"url": "https://github.com/embark-framework/embark.git" "url": "https://github.com/embark-framework/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^4.0.1", "embark": "^4.0.2",
"embark-reset": "^4.0.0", "embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0", "embarkjs-connector-web3": "^4.0.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package embark-dapp-template-simple

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-dapp-template-simple", "name": "embark-dapp-template-simple",
"version": "4.0.1", "version": "4.0.2",
"description": "Contracts-only DApp template for Embark", "description": "Contracts-only DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme", "homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
"bugs": "https://github.com/embark-framework/embark/issues", "bugs": "https://github.com/embark-framework/embark/issues",
@ -29,7 +29,7 @@
"url": "https://github.com/embark-framework/embark.git" "url": "https://github.com/embark-framework/embark.git"
}, },
"devDependencies": { "devDependencies": {
"embark": "^4.0.1", "embark": "^4.0.2",
"embark-reset": "^4.0.0", "embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0", "embarkjs-connector-web3": "^4.0.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package embark-dapp-test-app

View File

@ -3,7 +3,7 @@
"devDependencies": { "devDependencies": {
"@babel/code-frame": "7.0.0", "@babel/code-frame": "7.0.0",
"bootstrap": "3.4.0", "bootstrap": "3.4.0",
"embark": "^4.0.1", "embark": "^4.0.2",
"embark-dapp-test-service": "^4.0.0", "embark-dapp-test-service": "^4.0.0",
"embark-reset": "^4.0.0", "embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0", "embarkjs-connector-web3": "^4.0.0",
@ -24,5 +24,5 @@
"reset": "npx embark-reset", "reset": "npx embark-reset",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "4.0.1" "version": "4.0.2"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package embark-dapp-test-contracts

View File

@ -1,7 +1,7 @@
{ {
"description": "Test DApp for integration testing purposes", "description": "Test DApp for integration testing purposes",
"devDependencies": { "devDependencies": {
"embark": "^4.0.1", "embark": "^4.0.2",
"embark-reset": "^4.0.0", "embark-reset": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0" "embarkjs-connector-web3": "^4.0.0"
}, },
@ -14,5 +14,5 @@
"reset": "npx embark-reset", "reset": "npx embark-reset",
"test": "npx embark test" "test": "npx embark test"
}, },
"version": "4.0.1" "version": "4.0.2"
} }

View File

@ -16,5 +16,5 @@
}, },
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"version": "4.0.1" "version": "4.0.2"
} }

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [4.0.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26)

View File

@ -1,6 +1,6 @@
{ {
"name": "embark", "name": "embark",
"version": "4.0.1", "version": "4.0.2",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps", "description": "Embark is a framework that allows you to easily develop and deploy DApps",
@ -90,7 +90,7 @@
"embark-reset": "^4.0.0", "embark-reset": "^4.0.0",
"embark-ui": "^4.0.1", "embark-ui": "^4.0.1",
"embark-vyper": "^4.0.0", "embark-vyper": "^4.0.0",
"embarkjs": "^4.0.0", "embarkjs": "^4.0.2",
"eth-ens-namehash": "2.0.8", "eth-ens-namehash": "2.0.8",
"ethereumjs-tx": "1.3.7", "ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.0.0", "ethereumjs-util": "6.0.0",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package embarkjs

View File

@ -1,6 +1,6 @@
{ {
"name": "embarkjs", "name": "embarkjs",
"version": "4.0.0", "version": "4.0.2",
"author": "Iuri Matias <iuri.matias@gmail.com>", "author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [], "contributors": [],
"description": "JavaScript library for easily interacting with web3 technologies", "description": "JavaScript library for easily interacting with web3 technologies",