Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr committed Jan 27, 2020
1 parent 0a4d13f commit 0d1da29
Show file tree
Hide file tree
Showing 152 changed files with 1,011 additions and 397 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27)


### Bug Fixes

* **@embark/pipeline:** make generateAll async so it completes tasks ([0a4d13f](https://github.com/embarklabs/embark/commit/0a4d13f))





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

**Note:** Version bump only for package root
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](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27)

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





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

**Note:** Version bump only for package embark-dapp-template-boilerplate
Expand Down
18 changes: 9 additions & 9 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.6",
"version": "5.1.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",
Expand Down Expand Up @@ -32,14 +32,14 @@
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.1.0-nightly.6",
"embark-reset": "^5.1.0-nightly.1",
"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",
"embarkjs-whisper": "^5.1.0-nightly.1",
"embark": "^5.1.0",
"embark-reset": "^5.1.0",
"embarkjs": "^5.1.0",
"embarkjs-ens": "^5.1.0",
"embarkjs-ipfs": "^5.1.0",
"embarkjs-swarm": "^5.1.0",
"embarkjs-web3": "^5.1.0",
"embarkjs-whisper": "^5.1.0",
"rimraf": "3.0.0"
}
}
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](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27)

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





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

**Note:** Version bump only for package embark-dapp-template-demo
Expand Down
18 changes: 9 additions & 9 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.6",
"version": "5.1.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",
Expand Down Expand Up @@ -34,14 +34,14 @@
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.1.0-nightly.6",
"embark-reset": "^5.1.0-nightly.1",
"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",
"embarkjs-whisper": "^5.1.0-nightly.1",
"embark": "^5.1.0",
"embark-reset": "^5.1.0",
"embarkjs": "^5.1.0",
"embarkjs-ens": "^5.1.0",
"embarkjs-ipfs": "^5.1.0",
"embarkjs-swarm": "^5.1.0",
"embarkjs-web3": "^5.1.0",
"embarkjs-whisper": "^5.1.0",
"jquery": "3.4.1",
"popper.js": "1.15.0",
"react": "16.12.0",
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](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27)

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





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

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

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





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

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

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





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

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

**Note:** Version bump only for package embark-api-client





# [5.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/cockpit/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-api-client",
"version": "5.1.0-nightly.1",
"version": "5.1.0",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Embark api module",
Expand Down Expand Up @@ -50,7 +50,7 @@
"keccakjs": "0.2.3"
},
"devDependencies": {
"embark-solo": "^5.1.0-nightly.1",
"embark-solo": "^5.1.0",
"eslint": "5.7.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"
Expand Down
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](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27)

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





# [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
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "5.1.0",
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"description": "Web frontend for interactive DApp development with Embark",
Expand Down Expand Up @@ -64,7 +64,7 @@
"classnames": "2.2.6",
"connected-react-router": "4.5.0",
"date-fns": "2.3.0",
"embark-api-client": "^5.1.0-nightly.1",
"embark-api-client": "^5.1.0",
"eslint-plugin-import": "2.18.2",
"ethereumjs-units": "0.2.0",
"find-up": "4.1.0",
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](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27)

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





# [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
Expand Down
14 changes: 7 additions & 7 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.5",
"version": "5.1.0",
"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.5",
"embark-logger": "^5.1.0-nightly.1",
"embark-utils": "^5.1.0-nightly.4",
"embarkjs": "^5.1.0-nightly.5",
"embark-core": "^5.1.0",
"embark-logger": "^5.1.0",
"embark-utils": "^5.1.0",
"embarkjs": "^5.1.0",
"fs-extra": "8.1.0",
"parse-json": "5.0.0",
"vm2": "3.8.4",
Expand All @@ -64,8 +64,8 @@
"devDependencies": {
"@babel/core": "7.7.7",
"babel-jest": "24.9.0",
"embark-solo": "^5.1.0-nightly.1",
"embark-testing": "^5.1.0-nightly.5",
"embark-solo": "^5.1.0",
"embark-testing": "^5.1.0",
"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](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.6...v5.1.0) (2020-01-27)

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





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

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

0 comments on commit 0d1da29

Please sign in to comment.