Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 2.2.0-beta.5 #2132

Merged
merged 1 commit into from
Feb 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(release): 2.2.0-beta.5
  • Loading branch information
Brian Faust committed Feb 22, 2019
commit f58a18fc976bee9c9c04be12d74e743bd6cc6296
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"packages": ["packages/*", "plugins/*"],
"useWorkspaces": true,
"version": "2.2.0-beta.4"
"version": "2.2.0-beta.5"
}
16 changes: 8 additions & 8 deletions packages/core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-api",
"description": "Public API for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Kristjan Košič <kristjan@ark.io>",
"Brian Faust <brian@ark.io>"
Expand Down Expand Up @@ -33,12 +33,12 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-http-utils": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/core-transaction-pool": "^2.2.0-beta.4",
"@arkecosystem/core-utils": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-http-utils": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/core-transaction-pool": "^2.2.0-beta.5",
"@arkecosystem/core-utils": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@arkecosystem/utils": "^0.2.3",
"@faustbrian/hapi-version": "^0.2.11",
"@types/lodash.orderby": "^4.6.4",
Expand All @@ -58,7 +58,7 @@
"lodash.snakecase": "^4.1.1"
},
"devDependencies": {
"@arkecosystem/core-test-utils": "^2.2.0-beta.4",
"@arkecosystem/core-test-utils": "^2.2.0-beta.5",
"@types/boom": "^7.2.1",
"@types/ip": "^1.1.0",
"@types/joi": "^14.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-blockchain",
"description": "Blockchain Manager for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down Expand Up @@ -34,10 +34,10 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/core-utils": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/core-utils": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@types/lodash.get": "^4.4.4",
"async": "^2.6.2",
"awilix": "^4.2.0",
Expand All @@ -49,8 +49,8 @@
"xstate": "^4.3.1"
},
"devDependencies": {
"@arkecosystem/core-p2p": "^2.2.0-beta.4",
"@arkecosystem/core-test-utils": "^2.2.0-beta.4",
"@arkecosystem/core-p2p": "^2.2.0-beta.5",
"@arkecosystem/core-test-utils": "^2.2.0-beta.5",
"@types/async": "^2.4.0",
"@types/pluralize": "^0.0.29",
"@types/pretty-ms": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-container",
"description": "Container for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down Expand Up @@ -32,8 +32,8 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@types/fs-extra": "^5.0.5",
"@types/hoek": "^4.1.3",
"@types/joi": "^14.3.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-database-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-database-postgres",
"description": "PostgreSQL integration for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down Expand Up @@ -33,11 +33,11 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-database": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/core-utils": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-database": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/core-utils": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@types/bluebird": "^3.5.25",
"@types/lodash.chunk": "^4.2.4",
"@types/pluralize": "^0.0.29",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-database",
"description": "Database Interface for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down Expand Up @@ -34,10 +34,10 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/core-utils": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/core-utils": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@arkecosystem/utils": "^0.2.3",
"@types/lodash.clonedeep": "^4.5.4",
"@types/lodash.compact": "^3.0.4",
Expand All @@ -48,7 +48,7 @@
"pluralize": "^7.0.0"
},
"devDependencies": {
"@arkecosystem/core-test-utils": "^2.2.0-beta.4",
"@arkecosystem/core-test-utils": "^2.2.0-beta.5",
"@types/pluralize": "^0.0.29"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-debugger-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-debugger-cli",
"description": "Debugger CLI for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down Expand Up @@ -39,7 +39,7 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@oclif/command": "^1.5.10",
"@oclif/config": "^1.12.6",
"@oclif/plugin-help": "^2.1.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/core-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-elasticsearch",
"description": "A powerful Elasticsearch integration for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -26,10 +26,10 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-http-utils": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-http-utils": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@types/elasticsearch": "^5.0.30",
"@types/fs-extra": "^5.0.5",
"@types/joi": "^14.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-bugsnag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-error-tracker-bugsnag",
"description": "Bugsnag error tracker integration for Ark Core.",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-error-tracker-sentry",
"description": "Sentry error tracker integration for Ark Core.",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-event-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-event-emitter",
"description": "Event Manager for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
12 changes: 6 additions & 6 deletions packages/core-forger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-forger",
"description": "Forger for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down Expand Up @@ -33,10 +33,10 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/core-p2p": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/core-p2p": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@types/lodash.isempty": "^4.4.4",
"@types/lodash.sample": "^4.2.4",
"@types/lodash.uniq": "^4.5.4",
Expand All @@ -49,7 +49,7 @@
"pluralize": "^7.0.0"
},
"devDependencies": {
"@arkecosystem/core-test-utils": "^2.2.0-beta.4",
"@arkecosystem/core-test-utils": "^2.2.0-beta.5",
"axios-mock-adapter": "^1.16.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-graphql",
"description": "GraphQL Integration for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Lúcio Rubens <lucio@ark.io>"
],
Expand Down Expand Up @@ -31,10 +31,10 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-http-utils": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-http-utils": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"apollo-server-hapi": "^2.4.0",
"dayjs-ext": "^2.2.0",
"graphql-tools-types": "^1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-http-utils",
"description": "Http Utilities for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down Expand Up @@ -31,7 +31,7 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@types/boom": "^7.2.1",
"@types/micromatch": "^3.1.0",
"boom": "^7.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-interfaces",
"description": "Interface types for essential Ark core modules",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"awilix": "^4.2.0",
"eventemitter3": "^3.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core-jest-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-jest-matchers",
"description": "Jest matchers for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"Brian Faust <brian@ark.io>",
"Erwann Gentric <erwann@ark.io>",
Expand Down Expand Up @@ -33,8 +33,8 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@arkecosystem/utils": "^0.2.3",
"@types/bip39": "^2.4.1",
"@types/lodash.get": "^4.4.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/core-json-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-json-rpc",
"description": "A JSON-RPC 2.0 Specification compliant server to interact with the Ark Blockchain.",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Brian Faust <brian@ark.io>"
Expand Down Expand Up @@ -32,10 +32,10 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-container": "^2.2.0-beta.4",
"@arkecosystem/core-http-utils": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/crypto": "^2.2.0-beta.4",
"@arkecosystem/core-container": "^2.2.0-beta.5",
"@arkecosystem/core-http-utils": "^2.2.0-beta.5",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/crypto": "^2.2.0-beta.5",
"@keyv/sqlite": "^2.0.0",
"@types/bip39": "^2.4.1",
"@types/boom": "^7.2.1",
Expand All @@ -55,8 +55,8 @@
"wif": "^2.0.6"
},
"devDependencies": {
"@arkecosystem/core-p2p": "^2.2.0-beta.4",
"@arkecosystem/core-test-utils": "^2.2.0-beta.4",
"@arkecosystem/core-p2p": "^2.2.0-beta.5",
"@arkecosystem/core-test-utils": "^2.2.0-beta.5",
"@types/is-reachable": "^3.0.0",
"@types/keyv__sqlite": "^2.0.0",
"axios-mock-adapter": "^1.16.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/core-logger-winston/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-logger-winston",
"description": "Winston Logger for Ark Core",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Brian Faust <brian@ark.io>"
Expand Down Expand Up @@ -33,8 +33,8 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-interfaces": "^2.2.0-beta.4",
"@arkecosystem/core-logger": "^2.2.0-beta.4",
"@arkecosystem/core-interfaces": "^2.2.0-beta.5",
"@arkecosystem/core-logger": "^2.2.0-beta.5",
"chalk": "^2.4.2",
"colors": "^1.3.3",
"dayjs-ext": "^2.2.0",
Expand Down
Loading