Skip to content

Commit

Permalink
chore(prerelease): 5.1.0-nightly.5
Browse files Browse the repository at this point in the history
  • Loading branch information
embarkbot committed Jan 24, 2020
1 parent 9caa424 commit 84448f8
Show file tree
Hide file tree
Showing 92 changed files with 546 additions and 154 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)


### Bug Fixes

* **@embark/embarkjs:** change enableEthereum to not rely on returned accounts array ([b8f93ea](https://github.com/embarklabs/embark/commit/b8f93ea))
* **@embark/test:** increase default gas limit to 8M so tests support bigger contracts ([b6856b2](https://github.com/embarklabs/embark/commit/b6856b2))


### Features

* **@embark/testing:** add missing APIs to register console commands and API calls ([bef582d](https://github.com/embarklabs/embark/commit/bef582d))





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)


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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-dapp-template-boilerplate
Expand Down
8 changes: 4 additions & 4 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.1.0-nightly.4",
"version": "5.1.0-nightly.5",
"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,10 +32,10 @@
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.1.0-nightly.4",
"embark": "^5.1.0-nightly.5",
"embark-reset": "^5.1.0-nightly.1",
"embarkjs": "^5.1.0-nightly.2",
"embarkjs-ens": "^5.1.0-nightly.2",
"embarkjs": "^5.1.0-nightly.5",
"embarkjs-ens": "^5.1.0-nightly.5",
"embarkjs-ipfs": "^5.1.0-nightly.1",
"embarkjs-swarm": "^5.1.0-nightly.1",
"embarkjs-web3": "^5.1.0-nightly.1",
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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-dapp-template-demo
Expand Down
8 changes: 4 additions & 4 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.1.0-nightly.4",
"version": "5.1.0-nightly.5",
"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,10 +34,10 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.1.0-nightly.4",
"embark": "^5.1.0-nightly.5",
"embark-reset": "^5.1.0-nightly.1",
"embarkjs": "^5.1.0-nightly.2",
"embarkjs-ens": "^5.1.0-nightly.2",
"embarkjs": "^5.1.0-nightly.5",
"embarkjs-ens": "^5.1.0-nightly.5",
"embarkjs-ipfs": "^5.1.0-nightly.1",
"embarkjs-swarm": "^5.1.0-nightly.1",
"embarkjs-web3": "^5.1.0-nightly.1",
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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-dapp-template-simple
Expand Down
8 changes: 4 additions & 4 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.1.0-nightly.4",
"version": "5.1.0-nightly.5",
"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,10 +28,10 @@
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.1.0-nightly.4",
"embark": "^5.1.0-nightly.5",
"embark-reset": "^5.1.0-nightly.1",
"embarkjs": "^5.1.0-nightly.2",
"embarkjs-ens": "^5.1.0-nightly.2",
"embarkjs": "^5.1.0-nightly.5",
"embarkjs-ens": "^5.1.0-nightly.5",
"embarkjs-ipfs": "^5.1.0-nightly.1",
"embarkjs-swarm": "^5.1.0-nightly.1",
"embarkjs-web3": "^5.1.0-nightly.1",
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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-dapp-test-app
Expand Down
8 changes: 4 additions & 4 deletions dapps/tests/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"devDependencies": {
"@babel/code-frame": "7.5.5",
"bootstrap": "3.4.1",
"embark": "^5.1.0-nightly.4",
"embark": "^5.1.0-nightly.5",
"embark-dapp-test-service": "^5.0.0",
"embark-i18n": "^5.1.0-nightly.1",
"embark-reset": "^5.1.0-nightly.1",
"embarkjs": "^5.1.0-nightly.2",
"embarkjs-ens": "^5.1.0-nightly.2",
"embarkjs": "^5.1.0-nightly.5",
"embarkjs-ens": "^5.1.0-nightly.5",
"embarkjs-ipfs": "^5.1.0-nightly.1",
"embarkjs-swarm": "^5.1.0-nightly.1",
"embarkjs-web3": "^5.1.0-nightly.1",
Expand All @@ -32,5 +32,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.1.0-nightly.4"
"version": "5.1.0-nightly.5"
}
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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-dapp-test-contracts
Expand Down
8 changes: 4 additions & 4 deletions dapps/tests/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"description": "Test DApp for integration testing purposes",
"devDependencies": {
"embark": "^5.1.0-nightly.4",
"embark": "^5.1.0-nightly.5",
"embark-reset": "^5.1.0-nightly.1",
"embarkjs": "^5.1.0-nightly.2",
"embarkjs-ens": "^5.1.0-nightly.2",
"embarkjs": "^5.1.0-nightly.5",
"embarkjs-ens": "^5.1.0-nightly.5",
"embarkjs-ipfs": "^5.1.0-nightly.1",
"embarkjs-swarm": "^5.1.0-nightly.1",
"embarkjs-web3": "^5.1.0-nightly.1",
Expand All @@ -21,5 +21,5 @@
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"version": "5.1.0-nightly.4"
"version": "5.1.0-nightly.5"
}
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.1.0-nightly.4"
"version": "5.1.0-nightly.5"
}
8 changes: 8 additions & 0 deletions packages/cockpit/ui/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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-ui
Expand Down
2 changes: 1 addition & 1 deletion packages/cockpit/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-ui",
"version": "5.1.0-nightly.4",
"version": "5.1.0-nightly.5",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Web frontend for interactive DApp development with Embark",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/code-runner/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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

**Note:** Version bump only for package embark-code-runner





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-code-runner
Expand Down
8 changes: 4 additions & 4 deletions packages/core/code-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-code-runner",
"version": "5.1.0-nightly.4",
"version": "5.1.0-nightly.5",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Code execution VM for Embark",
Expand Down Expand Up @@ -52,10 +52,10 @@
"async": "3.1.0",
"colors": "1.4.0",
"core-js": "3.6.2",
"embark-core": "^5.1.0-nightly.4",
"embark-core": "^5.1.0-nightly.5",
"embark-logger": "^5.1.0-nightly.1",
"embark-utils": "^5.1.0-nightly.4",
"embarkjs": "^5.1.0-nightly.2",
"embarkjs": "^5.1.0-nightly.5",
"fs-extra": "8.1.0",
"parse-json": "5.0.0",
"vm2": "3.8.4",
Expand All @@ -65,7 +65,7 @@
"@babel/core": "7.7.7",
"babel-jest": "24.9.0",
"embark-solo": "^5.1.0-nightly.1",
"embark-testing": "^5.1.0-nightly.1",
"embark-testing": "^5.1.0-nightly.5",
"eslint": "5.7.0",
"jest": "24.9.0",
"npm-run-all": "4.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/console/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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-console
Expand Down
6 changes: 3 additions & 3 deletions packages/core/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-console",
"version": "5.1.0-nightly.4",
"version": "5.1.0-nightly.5",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Console component for Embark",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@types/json-stringify-safe": "5.0.0",
"chalk": "2.4.2",
"core-js": "3.4.3",
"embark-core": "^5.1.0-nightly.4",
"embark-core": "^5.1.0-nightly.5",
"embark-i18n": "^5.1.0-nightly.1",
"embark-utils": "^5.1.0-nightly.4",
"fs-extra": "8.1.0",
Expand All @@ -61,7 +61,7 @@
"babel-jest": "24.9.0",
"embark-logger": "^5.1.0-nightly.1",
"embark-solo": "^5.1.0-nightly.1",
"embark-testing": "^5.1.0-nightly.1",
"embark-testing": "^5.1.0-nightly.5",
"jest": "24.9.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/core/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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-core",
"version": "5.1.0-nightly.4",
"version": "5.1.0-nightly.5",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Core library for Embark",
Expand Down
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.1.0-nightly.5](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.4...v5.1.0-nightly.5) (2020-01-24)

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





# [5.1.0-nightly.4](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.3...v5.1.0-nightly.4) (2020-01-23)

**Note:** Version bump only for package embark-engine
Expand Down
Loading

0 comments on commit 84448f8

Please sign in to comment.