Skip to content

Commit

Permalink
release: 2.3.23 (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed May 21, 2019
1 parent 81519cb commit c85e825
Show file tree
Hide file tree
Showing 34 changed files with 148 additions and 141 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.3.23] - 2019-05-21

### Fixed

- Allow the use of old and new block IDs via `core-json-rpc` ([#2593])

## [2.3.22] - 2019-05-02

### Changed
Expand Down Expand Up @@ -509,3 +515,4 @@ Closed security vulnerabilities:
[#2502]: https://github.com/ARKEcosystem/core/pull/2502
[#2503]: https://github.com/ARKEcosystem/core/pull/2503
[#2513]: https://github.com/ARKEcosystem/core/pull/2513
[#2593]: https://github.com/ARKEcosystem/core/pull/2593
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.3.22"
"version": "2.3.23"
}
14 changes: 7 additions & 7 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.3.22",
"version": "2.3.23",
"contributors": [
"Kristjan Košič <kristjan@ark.io>",
"Brian Faust <brian@ark.io>"
Expand All @@ -21,12 +21,12 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-http-utils": "^2.3.22",
"@arkecosystem/core-interfaces": "^2.3.22",
"@arkecosystem/core-transaction-pool": "^2.3.22",
"@arkecosystem/core-utils": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/core-http-utils": "^2.3.23",
"@arkecosystem/core-interfaces": "^2.3.23",
"@arkecosystem/core-transaction-pool": "^2.3.23",
"@arkecosystem/core-utils": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"@arkecosystem/utils": "^0.3.0",
"@faustbrian/dato": "^0.2.0",
"@faustbrian/hapi-version": "^0.2.11",
Expand Down
12 changes: 6 additions & 6 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.3.22",
"version": "2.3.23",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -22,10 +22,10 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-interfaces": "^2.3.22",
"@arkecosystem/core-utils": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/core-interfaces": "^2.3.23",
"@arkecosystem/core-utils": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"async": "^2.6.2",
"awilix": "^4.2.1",
"delay": "^4.1.0",
Expand All @@ -36,7 +36,7 @@
"xstate": "^4.3.3"
},
"devDependencies": {
"@arkecosystem/core-p2p": "^2.3.22",
"@arkecosystem/core-p2p": "^2.3.23",
"@types/async": "^2.4.1",
"@types/lodash.get": "^4.4.6",
"@types/pluralize": "^0.0.29",
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.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -19,8 +19,8 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-interfaces": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-interfaces": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"awilix": "^4.2.1",
"delay": "^4.1.0",
"env-paths": "^2.1.0",
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.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -21,11 +21,11 @@
"copy": "cd src/ && cpy './**/*.sql' --parents ../dist/ && cd ../"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-database": "^2.3.22",
"@arkecosystem/core-interfaces": "^2.3.22",
"@arkecosystem/core-utils": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/core-database": "^2.3.23",
"@arkecosystem/core-interfaces": "^2.3.23",
"@arkecosystem/core-utils": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"@arkecosystem/utils": "^0.3.0",
"@faustbrian/dato": "^0.2.0",
"@types/bluebird": "^3.5.26",
Expand Down
14 changes: 7 additions & 7 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.3.22",
"version": "2.3.23",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -22,12 +22,12 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-event-emitter": "^2.3.22",
"@arkecosystem/core-interfaces": "^2.3.22",
"@arkecosystem/core-transactions": "^2.3.22",
"@arkecosystem/core-utils": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/core-event-emitter": "^2.3.23",
"@arkecosystem/core-interfaces": "^2.3.23",
"@arkecosystem/core-transactions": "^2.3.23",
"@arkecosystem/core-utils": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"@arkecosystem/utils": "^0.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.compact": "^3.0.1",
Expand Down
12 changes: 6 additions & 6 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.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -18,11 +18,11 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-event-emitter": "^2.3.22",
"@arkecosystem/core-http-utils": "^2.3.22",
"@arkecosystem/core-interfaces": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/core-event-emitter": "^2.3.23",
"@arkecosystem/core-http-utils": "^2.3.23",
"@arkecosystem/core-interfaces": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"boom": "^7.3.0",
"elasticsearch": "^15.4.1",
"fs-extra": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-airbrake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-error-tracker-airbrake",
"description": "Airbrake error tracker integration for ARK Core.",
"version": "2.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -18,7 +18,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"airbrake-js": "^1.6.6"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions 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.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -18,7 +18,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@bugsnag/js": "^6.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-raygun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-error-tracker-raygun",
"description": "Raygun error tracker integration for ARK Core.",
"version": "2.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -18,7 +18,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"raygun": "^0.10.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-rollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-error-tracker-rollbar",
"description": "Rollbar error tracker integration for ARK Core.",
"version": "2.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -18,7 +18,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"rollbar": "^2.5.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions 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.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -18,7 +18,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@sentry/node": "^4.6.4"
},
"publishConfig": {
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.3.22",
"version": "2.3.23",
"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.3.22",
"version": "2.3.23",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -21,11 +21,11 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-interfaces": "^2.3.22",
"@arkecosystem/core-p2p": "^2.3.22",
"@arkecosystem/core-utils": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/core-interfaces": "^2.3.23",
"@arkecosystem/core-p2p": "^2.3.23",
"@arkecosystem/core-utils": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"lodash.isempty": "^4.4.0",
"lodash.uniq": "^4.5.0",
"pluralize": "^7.0.0"
Expand Down
8 changes: 4 additions & 4 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.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -18,9 +18,9 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/core-utils": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/core-utils": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"boom": "^7.3.0",
"expand-home-dir": "^0.0.3",
"good": "^8.1.2",
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.3.22",
"version": "2.3.23",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -23,7 +23,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/crypto": "^2.3.23",
"@faustbrian/dato": "^0.2.0",
"awilix": "^4.2.1"
},
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.3.22",
"version": "2.3.23",
"contributors": [
"Brian Faust <brian@ark.io>",
"Erwann Gentric <erwann@ark.io>",
Expand All @@ -20,8 +20,8 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-container": "^2.3.22",
"@arkecosystem/crypto": "^2.3.22",
"@arkecosystem/core-container": "^2.3.23",
"@arkecosystem/crypto": "^2.3.23",
"@arkecosystem/utils": "^0.3.0",
"bip39": "^2.5.0",
"jest-extended": "^0.11.1",
Expand Down
Loading

0 comments on commit c85e825

Please sign in to comment.