mirror of https://github.com/embarklabs/embark.git
[CHERRY PICKED] chore(release): 4.0.1
This commit has been originally cherry-picked from d0d89fc5ae
and
slightly modified to update all packages, as meanwhile, new packages have been added to `master`.
The reason this commit is cherry-picked from `4.0.x` branch is because
it wasn't created from `master`.
Purpose is mainly to update `CHANGELOG` and get the package versions in sync again.
This commit is contained in:
parent
04f187cfb9
commit
4d2ffb9f28
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **@embark/utils:** Fix proxy crash with unknown function ([d03481e](https://github.com/embark-framework/embark/commit/d03481e))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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 embark-dapp-template-boilerplate
|
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-dapp-template-boilerplate",
|
"name": "embark-dapp-template-boilerplate",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"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.0",
|
"embark": "^4.0.1",
|
||||||
"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",
|
||||||
|
|
|
@ -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.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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 embark-dapp-template-demo
|
**Note:** Version bump only for package embark-dapp-template-demo
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-dapp-template-demo",
|
"name": "embark-dapp-template-demo",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"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.0",
|
"embark": "^4.0.1",
|
||||||
"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",
|
||||||
|
|
|
@ -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.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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 embark-dapp-template-simple
|
**Note:** Version bump only for package embark-dapp-template-simple
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-dapp-template-simple",
|
"name": "embark-dapp-template-simple",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"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.0",
|
"embark": "^4.0.1",
|
||||||
"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",
|
||||||
|
|
|
@ -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.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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 embark-dapp-test-app
|
**Note:** Version bump only for package embark-dapp-test-app
|
||||||
|
|
|
@ -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.0",
|
"embark": "^4.0.1",
|
||||||
"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.0"
|
"version": "4.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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 embark-dapp-test-contracts
|
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"description": "Test DApp for integration testing purposes",
|
"description": "Test DApp for integration testing purposes",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"embark": "^4.0.0",
|
"embark": "^4.0.1",
|
||||||
"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.0"
|
"version": "4.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,5 +16,5 @@
|
||||||
},
|
},
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"version": "4.0.0"
|
"version": "4.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-api-client",
|
"name": "embark-api-client",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Embark api module",
|
"description": "Embark api module",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-profiler",
|
"name": "embark-profiler",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Smart contract profiler for Embark DApps",
|
"description": "Smart contract profiler for Embark DApps",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-specialconfigs",
|
"name": "embark-specialconfigs",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Adds various configs to embark's contract.js config file",
|
"description": "Adds various configs to embark's contract.js config 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.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.x) (2019-03-26)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package embark-ui
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-ui",
|
"name": "embark-ui",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Web frontend for interactive DApp development with Embark",
|
"description": "Web frontend for interactive DApp development with Embark",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-utils",
|
"name": "embark-utils",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Utils used by Embark",
|
"description": "Utils used by Embark",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-webserver",
|
"name": "embark-webserver",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Webserver for Embark",
|
"description": "Webserver for Embark",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-whisper",
|
"name": "embark-whisper",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Module to add Whisper support to Embark",
|
"description": "Module to add Whisper support to Embark",
|
||||||
|
|
|
@ -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.1](https://github.com/embark-framework/embark/compare/v4.0.0...v4.0.1) (2019-03-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **@embark/utils:** Fix proxy crash with unknown function ([d03481e](https://github.com/embark-framework/embark/commit/d03481e))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [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 embark
|
**Note:** Version bump only for package embark
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark",
|
"name": "embark",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"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",
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
"embark-compiler": "^4.0.0",
|
"embark-compiler": "^4.0.0",
|
||||||
"embark-whisper": "^4.0.0",
|
"embark-whisper": "^4.0.0",
|
||||||
"embark-reset": "^4.0.0",
|
"embark-reset": "^4.0.0",
|
||||||
"embark-ui": "^4.0.0",
|
"embark-ui": "^4.0.1",
|
||||||
"embark-vyper": "^4.0.0",
|
"embark-vyper": "^4.0.0",
|
||||||
"embark-profiler": "^4.0.0",
|
"embark-profiler": "^4.0.0",
|
||||||
"embark-specialconfigs": "^4.0.0",
|
"embark-specialconfigs": "^4.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embarkjs-ipfs",
|
"name": "embarkjs-ipfs",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Ipfs plugin for embarkjs",
|
"description": "Ipfs plugin for embarkjs",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embarkjs-swarm",
|
"name": "embarkjs-swarm",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Swarm plugin for embarkjs",
|
"description": "Swarm plugin for embarkjs",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embarkjs-whisper",
|
"name": "embarkjs-whisper",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"description": "Whisper plugin for embarkjs",
|
"description": "Whisper plugin for embarkjs",
|
||||||
|
|
Loading…
Reference in New Issue