mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-22 10:28:34 +00:00
chore(prerelease): 5.1.1-nightly.4
This commit is contained in:
parent
abfba2d829
commit
6b502e14d8
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package root
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.2...v5.1.1-nightly.3) (2020-02-01)
|
||||
|
||||
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.1.1-nightly.2",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"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,7 +32,7 @@
|
||||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.1-nightly.2",
|
||||
"embark": "^5.1.1-nightly.4",
|
||||
"embark-reset": "^5.1.1-nightly.2",
|
||||
"embarkjs": "^5.1.1-nightly.2",
|
||||
"embarkjs-ens": "^5.1.1-nightly.2",
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.3](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.2...v5.1.1-nightly.3) (2020-02-01)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.1.1-nightly.3",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"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,7 +34,7 @@
|
||||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.1.1-nightly.2",
|
||||
"embark": "^5.1.1-nightly.4",
|
||||
"embark-reset": "^5.1.1-nightly.2",
|
||||
"embarkjs": "^5.1.1-nightly.2",
|
||||
"embarkjs-ens": "^5.1.1-nightly.2",
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "5.1.1-nightly.2",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"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,7 +28,7 @@
|
||||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.1-nightly.2",
|
||||
"embark": "^5.1.1-nightly.4",
|
||||
"embark-reset": "^5.1.1-nightly.2",
|
||||
"embarkjs": "^5.1.1-nightly.2",
|
||||
"embarkjs-ens": "^5.1.1-nightly.2",
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**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.1.1-nightly.2",
|
||||
"embark": "^5.1.1-nightly.4",
|
||||
"embark-dapp-test-service": "^5.0.0",
|
||||
"embark-i18n": "^5.1.1-nightly.2",
|
||||
"embark-reset": "^5.1.1-nightly.2",
|
||||
@ -32,5 +32,5 @@
|
||||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.1.1-nightly.2"
|
||||
"version": "5.1.1-nightly.4"
|
||||
}
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.1-nightly.2",
|
||||
"embark": "^5.1.1-nightly.4",
|
||||
"embark-reset": "^5.1.1-nightly.2",
|
||||
"embarkjs": "^5.1.1-nightly.2",
|
||||
"embarkjs-ens": "^5.1.1-nightly.2",
|
||||
@ -21,5 +21,5 @@
|
||||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.1.1-nightly.2"
|
||||
"version": "5.1.1-nightly.4"
|
||||
}
|
||||
|
@ -16,5 +16,5 @@
|
||||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.1.1-nightly.3"
|
||||
"version": "5.1.1-nightly.4"
|
||||
}
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-ui
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark-ui
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-ui",
|
||||
"version": "5.1.1-nightly.2",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Web frontend for interactive DApp development with Embark",
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-engine",
|
||||
"version": "5.1.1-nightly.2",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Engine library for Embark",
|
||||
@ -47,9 +47,9 @@
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-accounts-manager": "^5.1.1-nightly.2",
|
||||
"embark-api": "^5.1.1-nightly.2",
|
||||
"embark-api": "^5.1.1-nightly.4",
|
||||
"embark-authenticator": "^5.1.1-nightly.2",
|
||||
"embark-basic-pipeline": "^5.1.1-nightly.2",
|
||||
"embark-basic-pipeline": "^5.1.1-nightly.4",
|
||||
"embark-blockchain": "^5.1.1-nightly.2",
|
||||
"embark-blockchain-client": "^5.1.1-nightly.2",
|
||||
"embark-code-runner": "^5.1.1-nightly.2",
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark",
|
||||
"version": "5.1.1-nightly.2",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"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.1.1-nightly.2",
|
||||
"embark-deploy-tracker": "^5.1.1-nightly.2",
|
||||
"embark-engine": "^5.1.1-nightly.2",
|
||||
"embark-engine": "^5.1.1-nightly.4",
|
||||
"embark-graph": "^5.1.1-nightly.2",
|
||||
"embark-i18n": "^5.1.1-nightly.2",
|
||||
"embark-logger": "^5.1.1-nightly.2",
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-basic-pipeline",
|
||||
"version": "5.1.1-nightly.2",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
|
||||
|
@ -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.1-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.3...v5.1.1-nightly.4) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package embark-api
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.1.1-nightly.2](https://github.com/embarklabs/embark/compare/v5.1.1-nightly.1...v5.1.1-nightly.2) (2020-01-31)
|
||||
|
||||
**Note:** Version bump only for package embark-api
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-api",
|
||||
"version": "5.1.1-nightly.2",
|
||||
"version": "5.1.1-nightly.4",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark api module",
|
||||
@ -54,7 +54,7 @@
|
||||
"cors": "2.8.5",
|
||||
"embark-core": "^5.1.1-nightly.2",
|
||||
"embark-i18n": "^5.1.1-nightly.2",
|
||||
"embark-ui": "^5.1.1-nightly.2",
|
||||
"embark-ui": "^5.1.1-nightly.4",
|
||||
"embark-utils": "^5.1.1-nightly.2",
|
||||
"express": "4.17.1",
|
||||
"express-ws": "4.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user