mirror of https://github.com/embarklabs/embark.git
chore(prerelease): 5.3.1-nightly.0
This commit is contained in:
parent
44dfb992c7
commit
f492456202
|
@ -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.3.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.3.0...v5.3.1-nightly.0) (2020-04-25)
|
||||
|
||||
**Note:** Version bump only for package root
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
|
||||
|
||||
**Note:** Version bump only for package root
|
||||
|
|
|
@ -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.3.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.3.0...v5.3.1-nightly.0) (2020-04-25)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.3.0",
|
||||
"version": "5.3.1-nightly.0",
|
||||
"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",
|
||||
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.1-nightly.0",
|
||||
"embark-geth": "^5.3.0",
|
||||
"embark-graph": "^5.3.0",
|
||||
"embark-ipfs": "^5.3.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.3.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.3.0...v5.3.1-nightly.0) (2020-04-25)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.3.0",
|
||||
"version": "5.3.1-nightly.0",
|
||||
"description": "Demo DApp for Embark",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
|
||||
"bugs": "https://github.com/embarklabs/embark/issues",
|
||||
|
@ -35,7 +35,7 @@
|
|||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.1-nightly.0",
|
||||
"embark-geth": "^5.3.0",
|
||||
"embark-graph": "^5.3.0",
|
||||
"embark-ipfs": "^5.3.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.3.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.3.0...v5.3.1-nightly.0) (2020-04-25)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.1-nightly.0",
|
||||
"embark-dapp-test-service": "^5.2.3",
|
||||
"embark-geth": "^5.3.0",
|
||||
"embark-graph": "^5.3.0",
|
||||
|
@ -39,5 +39,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.3.0"
|
||||
"version": "5.3.1-nightly.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.3.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.3.0...v5.3.1-nightly.0) (2020-04-25)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.0",
|
||||
"embark-basic-pipeline": "^5.3.1-nightly.0",
|
||||
"embark-geth": "^5.3.0",
|
||||
"embark-graph": "^5.3.0",
|
||||
"embark-ipfs": "^5.3.0",
|
||||
|
@ -29,5 +29,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.3.0"
|
||||
"version": "5.3.1-nightly.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.3.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.3.0...v5.3.1-nightly.0) (2020-04-25)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-teller-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-teller-contracts
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "embark-dapp-test-teller-contracts",
|
||||
"private": true,
|
||||
"description": "Test Teller contracts for integration testing purposes",
|
||||
"version": "5.3.0",
|
||||
"version": "5.3.1-nightly.0",
|
||||
"scripts": {
|
||||
"ci": "npm run qa",
|
||||
"clean": "npm run reset",
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.3.0"
|
||||
"version": "5.3.1-nightly.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.3.1-nightly.0](https://github.com/embarklabs/embark/compare/v5.3.0...v5.3.1-nightly.0) (2020-04-25)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.3.0](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.18...v5.3.0) (2020-04-24)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-basic-pipeline",
|
||||
"version": "5.3.0",
|
||||
"version": "5.3.1-nightly.0",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
|
||||
|
|
Loading…
Reference in New Issue