Skip to content

Commit

Permalink
chore(prerelease): 5.3.0-nightly.18
Browse files Browse the repository at this point in the history
  • Loading branch information
embarkbot committed Apr 14, 2020
1 parent dcf97a8 commit 0935b4e
Show file tree
Hide file tree
Showing 20 changed files with 98 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package root





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)


Expand Down
8 changes: 8 additions & 0 deletions dapps/templates/boilerplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-dapp-template-boilerplate





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-dapp-template-boilerplate
Expand Down
4 changes: 2 additions & 2 deletions dapps/templates/boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-boilerplate",
"version": "5.3.0-nightly.17",
"version": "5.3.0-nightly.18",
"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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.3.0-nightly.17",
"embark": "^5.3.0-nightly.18",
"embark-basic-pipeline": "^5.3.0-nightly.17",
"embark-geth": "^5.3.0-nightly.17",
"embark-graph": "^5.3.0-nightly.17",
Expand Down
8 changes: 8 additions & 0 deletions dapps/templates/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-dapp-template-demo





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-dapp-template-demo
Expand Down
4 changes: 2 additions & 2 deletions dapps/templates/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-demo",
"version": "5.3.0-nightly.17",
"version": "5.3.0-nightly.18",
"description": "Demo DApp for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embarklabs/embark/issues",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.3.0-nightly.17",
"embark": "^5.3.0-nightly.18",
"embark-basic-pipeline": "^5.3.0-nightly.17",
"embark-geth": "^5.3.0-nightly.17",
"embark-graph": "^5.3.0-nightly.17",
Expand Down
8 changes: 8 additions & 0 deletions dapps/templates/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-dapp-template-simple





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-dapp-template-simple
Expand Down
4 changes: 2 additions & 2 deletions dapps/templates/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-dapp-template-simple",
"version": "5.3.0-nightly.17",
"version": "5.3.0-nightly.18",
"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",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.3.0-nightly.17",
"embark": "^5.3.0-nightly.18",
"embark-geth": "^5.3.0-nightly.17",
"embark-reset": "^5.2.3",
"embarkjs": "^5.3.0-nightly.6",
Expand Down
8 changes: 8 additions & 0 deletions dapps/tests/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-dapp-test-app





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-dapp-test-app
Expand Down
4 changes: 2 additions & 2 deletions dapps/tests/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"bootstrap": "3.4.1",
"embark": "^5.3.0-nightly.17",
"embark": "^5.3.0-nightly.18",
"embark-basic-pipeline": "^5.3.0-nightly.17",
"embark-dapp-test-service": "^5.2.3",
"embark-geth": "^5.3.0-nightly.17",
Expand Down Expand Up @@ -39,5 +39,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.3.0-nightly.17"
"version": "5.3.0-nightly.18"
}
8 changes: 8 additions & 0 deletions dapps/tests/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-dapp-test-contracts





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-dapp-test-contracts
Expand Down
4 changes: 2 additions & 2 deletions dapps/tests/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^5.3.0-nightly.17",
"embark": "^5.3.0-nightly.18",
"embark-basic-pipeline": "^5.3.0-nightly.17",
"embark-geth": "^5.3.0-nightly.17",
"embark-graph": "^5.3.0-nightly.17",
Expand Down Expand Up @@ -29,5 +29,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.3.0-nightly.17"
"version": "5.3.0-nightly.18"
}
8 changes: 8 additions & 0 deletions dapps/tests/teller-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-dapp-test-teller-contracts





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-dapp-test-teller-contracts
Expand Down
4 changes: 2 additions & 2 deletions dapps/tests/teller-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "embark-dapp-test-teller-contracts",
"description": "Test Teller contracts for integration testing purposes",
"version": "5.3.0-nightly.17",
"version": "5.3.0-nightly.18",
"scripts": {
"ci": "npm run qa",
"clean": "npm run reset",
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"embark": "^5.3.0-nightly.17",
"embark": "^5.3.0-nightly.18",
"embark-reset": "^5.2.3",
"rimraf": "3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.3.0-nightly.17"
"version": "5.3.0-nightly.18"
}
8 changes: 8 additions & 0 deletions packages/core/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-engine





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-engine
Expand Down
4 changes: 2 additions & 2 deletions packages/core/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-engine",
"version": "5.3.0-nightly.17",
"version": "5.3.0-nightly.18",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Engine library for Embark",
Expand Down Expand Up @@ -62,7 +62,7 @@
"embark-deployment": "^5.3.0-nightly.17",
"embark-embarkjs": "^5.3.0-nightly.17",
"embark-ens": "^5.3.0-nightly.17",
"embark-ethereum-blockchain-client": "^5.3.0-nightly.17",
"embark-ethereum-blockchain-client": "^5.3.0-nightly.18",
"embark-ganache": "^5.3.0-nightly.17",
"embark-geth": "^5.3.0-nightly.17",
"embark-i18n": "^5.3.0-nightly.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/embark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/embark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark",
"version": "5.3.0-nightly.17",
"version": "5.3.0-nightly.18",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
Expand Down Expand Up @@ -77,7 +77,7 @@
"decompress": "4.2.0",
"embark-core": "^5.3.0-nightly.17",
"embark-deploy-tracker": "^5.3.0-nightly.17",
"embark-engine": "^5.3.0-nightly.17",
"embark-engine": "^5.3.0-nightly.18",
"embark-i18n": "^5.3.0-nightly.5",
"embark-logger": "^5.3.0-nightly.16",
"embark-reset": "^5.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/ethereum-blockchain-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-nightly.18](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.17...v5.3.0-nightly.18) (2020-04-14)

**Note:** Version bump only for package embark-ethereum-blockchain-client





# [5.3.0-nightly.17](https://github.com/embarklabs/embark/compare/v5.3.0-nightly.16...v5.3.0-nightly.17) (2020-04-11)

**Note:** Version bump only for package embark-ethereum-blockchain-client
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/ethereum-blockchain-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-ethereum-blockchain-client",
"version": "5.3.0-nightly.17",
"version": "5.3.0-nightly.18",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
Expand Down

0 comments on commit 0935b4e

Please sign in to comment.