Skip to content

Commit

Permalink
chore(release): 21.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci committed Nov 8, 2022
1 parent c391a21 commit 0d74a2d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,16 @@
# Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
## [21.2.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.1.1...v21.2.0) (2022-11-08)


### Features

* added two payee sdks and ttk as hub in func tests ([#413](https://github.com/mojaloop/sdk-scheme-adapter/issues/413)) ([42a9d4a](https://github.com/mojaloop/sdk-scheme-adapter/commit/42a9d4a1c0625f33dda7a5f26e3ca29de00a4a28))


### Bug Fixes

* remove transactionId from required from sdk api spec ([#417](https://github.com/mojaloop/sdk-scheme-adapter/issues/417)) ([c391a21](https://github.com/mojaloop/sdk-scheme-adapter/commit/c391a217e88bf03e6a8959233fb8a46ca85dd798))

### [21.1.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.1.0...v21.1.1) (2022-11-07)


Expand Down
2 changes: 1 addition & 1 deletion modules/api-svc/package.json
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-api-svc",
"version": "20.1.1",
"version": "20.2.0",
"description": "An adapter for connecting to Mojaloop API enabled switches.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-command-event-handler/package.json
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
"version": "0.2.3",
"version": "0.2.4",
"description": "mojaloop sdk scheme adapter command event handler",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-domain-event-handler/package.json
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler",
"version": "0.2.3",
"version": "0.2.4",
"description": "mojaloop sdk scheme adapter outbound domain event handler",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
Expand Down
2 changes: 1 addition & 1 deletion modules/private-shared-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
"version": "0.3.3",
"version": "0.3.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter",
"version": "21.1.1",
"version": "21.2.0",
"description": "mojaloop sdk-scheme-adapter",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
Expand Down

0 comments on commit 0d74a2d

Please sign in to comment.