mirror of https://github.com/embarklabs/embark.git
chore(release): 5.0.0-beta.0
This commit is contained in:
parent
2295f94ae0
commit
902dba0c02
11
CHANGELOG.md
11
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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/snark:** Allow dapp to have no contracts ([2295f94](https://github.com/embark-framework/embark/commit/2295f94))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.0.0-alpha.10",
|
||||
"version": "5.0.0-beta.0",
|
||||
"description": "Basic DApp template for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.10",
|
||||
"embark": "^5.0.0-beta.0",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"embarkjs": "^5.0.0-alpha.9",
|
||||
"embarkjs-ens": "^5.0.0-alpha.9",
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.0.0-alpha.10",
|
||||
"version": "5.0.0-beta.0",
|
||||
"description": "Demo DApp for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.0.0-alpha.10",
|
||||
"embark": "^5.0.0-beta.0",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"embarkjs": "^5.0.0-alpha.9",
|
||||
"embarkjs-ens": "^5.0.0-alpha.9",
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "5.0.0-alpha.10",
|
||||
"version": "5.0.0-beta.0",
|
||||
"description": "Contracts-only DApp template for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.10",
|
||||
"embark": "^5.0.0-beta.0",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"embarkjs": "^5.0.0-alpha.9",
|
||||
"embarkjs-ens": "^5.0.0-alpha.9",
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/code-frame": "7.5.5",
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^5.0.0-alpha.10",
|
||||
"embark": "^5.0.0-beta.0",
|
||||
"embark-dapp-test-service": "^5.0.0-alpha.5",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
|
@ -32,5 +32,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.0.0-alpha.10"
|
||||
"version": "5.0.0-beta.0"
|
||||
}
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.10",
|
||||
"embark": "^5.0.0-beta.0",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"embarkjs": "^5.0.0-alpha.9",
|
||||
"embarkjs-ens": "^5.0.0-alpha.9",
|
||||
|
@ -21,5 +21,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.0.0-alpha.10"
|
||||
"version": "5.0.0-beta.0"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.0.0-alpha.10"
|
||||
"version": "5.0.0-beta.0"
|
||||
}
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-engine",
|
||||
"version": "5.0.0-alpha.10",
|
||||
"version": "5.0.0-beta.0",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Engine library for Embark",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"embark-blockchain-client": "^5.0.0-alpha.9",
|
||||
"embark-code-runner": "^5.0.0-alpha.9",
|
||||
"embark-communication": "^5.0.0-alpha.9",
|
||||
"embark-compiler": "^5.0.0-alpha.9",
|
||||
"embark-compiler": "^5.0.0-beta.0",
|
||||
"embark-console": "^5.0.0-alpha.9",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.9",
|
||||
"embark-core": "^5.0.0-alpha.9",
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.10](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2019-12-24)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "5.0.0-alpha.10",
|
||||
"version": "5.0.0-beta.0",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
|
@ -79,7 +79,7 @@
|
|||
"decompress": "4.2.0",
|
||||
"embark-core": "^5.0.0-alpha.9",
|
||||
"embark-deploy-tracker": "^5.0.0-alpha.9",
|
||||
"embark-engine": "^5.0.0-alpha.10",
|
||||
"embark-engine": "^5.0.0-beta.0",
|
||||
"embark-graph": "^5.0.0-alpha.5",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
|
@ -143,7 +143,7 @@
|
|||
"devDependencies": {
|
||||
"chai": "4.1.2",
|
||||
"embark-code-runner": "^5.0.0-alpha.9",
|
||||
"embark-compiler": "^5.0.0-alpha.9",
|
||||
"embark-compiler": "^5.0.0-beta.0",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.9",
|
||||
"embark-solidity": "^5.0.0-alpha.9",
|
||||
"embark-solo": "^5.0.0-alpha.5",
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/snark:** Allow dapp to have no contracts ([2295f94](https://github.com/embark-framework/embark/commit/2295f94))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-snark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-snark",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-beta.0",
|
||||
"author": "Anthony Laibe",
|
||||
"contributors": [
|
||||
"Michael Bradley <michaelsbradleyjr@gmail.com> (https://github.com/michaelsbradleyjr/)"
|
||||
|
|
|
@ -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.0.0-beta.0](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.10...v5.0.0-beta.0) (2020-01-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/snark:** Allow dapp to have no contracts ([2295f94](https://github.com/embark-framework/embark/commit/2295f94))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.9](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2019-12-20)
|
||||
|
||||
**Note:** Version bump only for package embark-compiler
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-compiler",
|
||||
"version": "5.0.0-alpha.9",
|
||||
"version": "5.0.0-beta.0",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark compiler module",
|
||||
|
|
Loading…
Reference in New Issue