From 326e48da83e35a13f600c2e5f55189b7da8de1e4 Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Wed, 14 Dec 2022 19:27:18 +0000 Subject: [PATCH] chore(release): 21.5.1 [skip ci] --- CHANGELOG.md | 7 +++++++ modules/api-svc/package.json | 2 +- modules/outbound-command-event-handler/package.json | 2 +- modules/outbound-domain-event-handler/package.json | 2 +- modules/private-shared-lib/package.json | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea74a5425..6c7926d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter) +### [21.5.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.5.0...v21.5.1) (2022-12-14) + + +### Chore + +* sort SDK backend api and upgrade dependencies ([#429](https://github.com/mojaloop/sdk-scheme-adapter/issues/429)) ([75bb92a](https://github.com/mojaloop/sdk-scheme-adapter/commit/75bb92a99512e7879003ddd5bbc11b7ba5206814)) + ## [21.5.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.4.0...v21.5.0) (2022-11-24) diff --git a/modules/api-svc/package.json b/modules/api-svc/package.json index 29d51c9c8..7411673b2 100644 --- a/modules/api-svc/package.json +++ b/modules/api-svc/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-api-svc", - "version": "20.5.0", + "version": "20.5.1", "description": "An adapter for connecting to Mojaloop API enabled switches.", "main": "src/index.js", "types": "src/index.d.ts", diff --git a/modules/outbound-command-event-handler/package.json b/modules/outbound-command-event-handler/package.json index c08b04281..1c799303e 100644 --- a/modules/outbound-command-event-handler/package.json +++ b/modules/outbound-command-event-handler/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler", - "version": "0.2.12", + "version": "0.2.13", "description": "mojaloop sdk scheme adapter command event handler", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/", diff --git a/modules/outbound-domain-event-handler/package.json b/modules/outbound-domain-event-handler/package.json index 99abdbf7c..0ca9c5481 100644 --- a/modules/outbound-domain-event-handler/package.json +++ b/modules/outbound-domain-event-handler/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler", - "version": "0.2.12", + "version": "0.2.13", "description": "mojaloop sdk scheme adapter outbound domain event handler", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/", diff --git a/modules/private-shared-lib/package.json b/modules/private-shared-lib/package.json index 81f18a253..6c052e4c9 100644 --- a/modules/private-shared-lib/package.json +++ b/modules/private-shared-lib/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib", - "version": "0.3.12", + "version": "0.3.13", "description": "SDK Scheme Adapter private shared library.", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/accounts-and-balances-bc/tree/main/modules/private-types", diff --git a/package.json b/package.json index 6feb8c95d..473701c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter", - "version": "21.5.0", + "version": "21.5.1", "description": "mojaloop sdk-scheme-adapter", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/sdk-scheme-adapter",