Skip to content

Commit f7d556c

Browse files
authored
release: 2.6.0-next.9 (#3419)
1 parent 7240258 commit f7d556c

File tree

39 files changed

+184
-188
lines changed

39 files changed

+184
-188
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"npmClient": "yarn",
44
"packages": ["packages/*", "plugins/*"],
55
"useWorkspaces": true,
6-
"version": "2.6.0-next.8"
6+
"version": "2.6.0-next.9"
77
}

packages/core-api/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-api",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "Public API for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -21,13 +21,13 @@
2121
"pretest": "bash ../../scripts/pre-test.sh"
2222
},
2323
"dependencies": {
24-
"@arkecosystem/core-container": "^2.6.0-next.8",
25-
"@arkecosystem/core-http-utils": "^2.6.0-next.8",
26-
"@arkecosystem/core-interfaces": "^2.6.0-next.8",
27-
"@arkecosystem/core-transaction-pool": "^2.6.0-next.8",
28-
"@arkecosystem/core-transactions": "^2.6.0-next.8",
29-
"@arkecosystem/core-utils": "^2.6.0-next.8",
30-
"@arkecosystem/crypto": "^2.6.0-next.8",
24+
"@arkecosystem/core-container": "^2.6.0-next.9",
25+
"@arkecosystem/core-http-utils": "^2.6.0-next.9",
26+
"@arkecosystem/core-interfaces": "^2.6.0-next.9",
27+
"@arkecosystem/core-transaction-pool": "^2.6.0-next.9",
28+
"@arkecosystem/core-transactions": "^2.6.0-next.9",
29+
"@arkecosystem/core-utils": "^2.6.0-next.9",
30+
"@arkecosystem/crypto": "^2.6.0-next.9",
3131
"@arkecosystem/utils": "^0.3.0",
3232
"@hapi/boom": "^8.0.0",
3333
"@hapi/joi": "^15.1.0",

packages/core-blockchain/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-blockchain",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "Blockchain Manager for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -22,15 +22,15 @@
2222
"pretest": "bash ../../scripts/pre-test.sh"
2323
},
2424
"dependencies": {
25-
"@arkecosystem/core-container": "^2.6.0-next.8",
26-
"@arkecosystem/core-database": "^2.6.0-next.8",
27-
"@arkecosystem/core-event-emitter": "^2.6.0-next.8",
28-
"@arkecosystem/core-interfaces": "^2.6.0-next.8",
29-
"@arkecosystem/core-p2p": "^2.6.0-next.8",
30-
"@arkecosystem/core-state": "^2.6.0-next.8",
31-
"@arkecosystem/core-transactions": "^2.6.0-next.8",
32-
"@arkecosystem/core-utils": "^2.6.0-next.8",
33-
"@arkecosystem/crypto": "^2.6.0-next.8",
25+
"@arkecosystem/core-container": "^2.6.0-next.9",
26+
"@arkecosystem/core-database": "^2.6.0-next.9",
27+
"@arkecosystem/core-event-emitter": "^2.6.0-next.9",
28+
"@arkecosystem/core-interfaces": "^2.6.0-next.9",
29+
"@arkecosystem/core-p2p": "^2.6.0-next.9",
30+
"@arkecosystem/core-state": "^2.6.0-next.9",
31+
"@arkecosystem/core-transactions": "^2.6.0-next.9",
32+
"@arkecosystem/core-utils": "^2.6.0-next.9",
33+
"@arkecosystem/crypto": "^2.6.0-next.9",
3434
"async": "^3.1.0",
3535
"delay": "^4.3.0",
3636
"immutable": "^4.0.0-rc.12",

packages/core-container/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-container",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "Container for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -19,8 +19,8 @@
1919
"prepublishOnly": "yarn build"
2020
},
2121
"dependencies": {
22-
"@arkecosystem/core-interfaces": "^2.6.0-next.8",
23-
"@arkecosystem/crypto": "^2.6.0-next.8",
22+
"@arkecosystem/core-interfaces": "^2.6.0-next.9",
23+
"@arkecosystem/crypto": "^2.6.0-next.9",
2424
"@hapi/hoek": "^8.0.2",
2525
"@hapi/joi": "^15.1.0",
2626
"awilix": "^4.2.2",

packages/core-database-postgres/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-database-postgres",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "PostgreSQL integration for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -21,14 +21,14 @@
2121
"pretest": "bash ../../scripts/pre-test.sh"
2222
},
2323
"dependencies": {
24-
"@arkecosystem/core-container": "^2.6.0-next.8",
25-
"@arkecosystem/core-database": "^2.6.0-next.8",
26-
"@arkecosystem/core-event-emitter": "^2.6.0-next.8",
27-
"@arkecosystem/core-interfaces": "^2.6.0-next.8",
28-
"@arkecosystem/core-state": "^2.6.0-next.8",
29-
"@arkecosystem/core-transactions": "^2.6.0-next.8",
30-
"@arkecosystem/core-utils": "^2.6.0-next.8",
31-
"@arkecosystem/crypto": "^2.6.0-next.8",
24+
"@arkecosystem/core-container": "^2.6.0-next.9",
25+
"@arkecosystem/core-database": "^2.6.0-next.9",
26+
"@arkecosystem/core-event-emitter": "^2.6.0-next.9",
27+
"@arkecosystem/core-interfaces": "^2.6.0-next.9",
28+
"@arkecosystem/core-state": "^2.6.0-next.9",
29+
"@arkecosystem/core-transactions": "^2.6.0-next.9",
30+
"@arkecosystem/core-utils": "^2.6.0-next.9",
31+
"@arkecosystem/crypto": "^2.6.0-next.9",
3232
"@arkecosystem/utils": "^0.3.0",
3333
"bluebird": "^3.5.5",
3434
"cpy-cli": "^2.0.0",

packages/core-database/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-database",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "Database Interface for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -22,13 +22,13 @@
2222
"pretest": "bash ../../scripts/pre-test.sh"
2323
},
2424
"dependencies": {
25-
"@arkecosystem/core-container": "^2.6.0-next.8",
26-
"@arkecosystem/core-event-emitter": "^2.6.0-next.8",
27-
"@arkecosystem/core-interfaces": "^2.6.0-next.8",
28-
"@arkecosystem/core-state": "^2.6.0-next.8",
29-
"@arkecosystem/core-transactions": "^2.6.0-next.8",
30-
"@arkecosystem/core-utils": "^2.6.0-next.8",
31-
"@arkecosystem/crypto": "^2.6.0-next.8",
25+
"@arkecosystem/core-container": "^2.6.0-next.9",
26+
"@arkecosystem/core-event-emitter": "^2.6.0-next.9",
27+
"@arkecosystem/core-interfaces": "^2.6.0-next.9",
28+
"@arkecosystem/core-state": "^2.6.0-next.9",
29+
"@arkecosystem/core-transactions": "^2.6.0-next.9",
30+
"@arkecosystem/core-utils": "^2.6.0-next.9",
31+
"@arkecosystem/crypto": "^2.6.0-next.9",
3232
"@arkecosystem/utils": "^0.3.0",
3333
"dottie": "^2.0.1",
3434
"lodash.clonedeep": "^4.5.0",

packages/core-elasticsearch/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-elasticsearch",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "A powerful Elasticsearch integration for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -18,11 +18,11 @@
1818
"prepublishOnly": "yarn build"
1919
},
2020
"dependencies": {
21-
"@arkecosystem/core-container": "^2.6.0-next.8",
22-
"@arkecosystem/core-event-emitter": "^2.6.0-next.8",
23-
"@arkecosystem/core-http-utils": "^2.6.0-next.8",
24-
"@arkecosystem/core-interfaces": "^2.6.0-next.8",
25-
"@arkecosystem/crypto": "^2.6.0-next.8",
21+
"@arkecosystem/core-container": "^2.6.0-next.9",
22+
"@arkecosystem/core-event-emitter": "^2.6.0-next.9",
23+
"@arkecosystem/core-http-utils": "^2.6.0-next.9",
24+
"@arkecosystem/core-interfaces": "^2.6.0-next.9",
25+
"@arkecosystem/crypto": "^2.6.0-next.9",
2626
"@elastic/elasticsearch": "^7.2.0",
2727
"@hapi/boom": "^8.0.0",
2828
"@hapi/joi": "^15.1.0",

packages/core-error-tracker-airbrake/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-error-tracker-airbrake",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "Airbrake error tracker integration for ARK Core.",
55
"license": "MIT",
66
"contributors": [
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "yarn build"
1919
},
2020
"dependencies": {
21-
"@arkecosystem/core-container": "^2.6.0-next.8",
21+
"@arkecosystem/core-container": "^2.6.0-next.9",
2222
"airbrake-js": "^1.6.8"
2323
},
2424
"engines": {

packages/core-error-tracker-bugsnag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-error-tracker-bugsnag",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "Bugsnag error tracker integration for ARK Core.",
55
"license": "MIT",
66
"contributors": [
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "yarn build"
1919
},
2020
"dependencies": {
21-
"@arkecosystem/core-container": "^2.6.0-next.8",
21+
"@arkecosystem/core-container": "^2.6.0-next.9",
2222
"@bugsnag/js": "^6.3.2"
2323
},
2424
"engines": {

packages/core-error-tracker-raygun/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-error-tracker-raygun",
3-
"version": "2.6.0-next.8",
3+
"version": "2.6.0-next.9",
44
"description": "Raygun error tracker integration for ARK Core.",
55
"license": "MIT",
66
"contributors": [
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "yarn build"
1919
},
2020
"dependencies": {
21-
"@arkecosystem/core-container": "^2.6.0-next.8",
21+
"@arkecosystem/core-container": "^2.6.0-next.9",
2222
"raygun": "^0.10.1"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)