From 29a2fcaaf7d14f7e64b23d71426b82c93deee0b3 Mon Sep 17 00:00:00 2001 From: Tudor Morar Date: Wed, 4 Feb 2026 12:23:46 +0200 Subject: [PATCH 1/5] Bump version to 5.6.11 in package.json and update TransactionType interface to include data and receiver --- package.json | 2 +- src/types/transactions.types.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e5ee49b94..f7bbcfcc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiversx/sdk-dapp", - "version": "5.6.10", + "version": "5.6.11", "description": "A library to hold the main logic for a dapp on the MultiversX blockchain", "author": "MultiversX", "license": "MIT", diff --git a/src/types/transactions.types.ts b/src/types/transactions.types.ts index 579d0eb6d..87521beb2 100644 --- a/src/types/transactions.types.ts +++ b/src/types/transactions.types.ts @@ -8,6 +8,8 @@ export interface SignedTransactionType extends IPlainTransactionObject { status?: ServerTransactionType['status']; results?: ResultType[]; inTransit?: boolean; + data?: string; + receiver: string; } export interface MultiSignTransactionType { From 0a0ab15edb1bae82000f1622781c3fe10c6f7256 Mon Sep 17 00:00:00 2001 From: Tudor Morar Date: Wed, 4 Feb 2026 12:24:19 +0200 Subject: [PATCH 2/5] Add entry for version 5.6.10 to CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5b0c870..38c57aa52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[5.6.10](https://github.com/multiversx/mx-sdk-dapp/pull/1720)] - 2026-02-04 + +- [Update TransactionType interface to include data and receiver](https://github.com/multiversx/mx-sdk-dapp/pull/1720) + ## [[5.6.10](https://github.com/multiversx/mx-sdk-dapp/pull/1719)] - 2026-02-04 - [Update sdk-dapp-ui](https://github.com/multiversx/mx-sdk-dapp/pull/1717) From 23882a34a6eab5f818577e7c31aa40af4865985e Mon Sep 17 00:00:00 2001 From: Tudor Morar Date: Wed, 4 Feb 2026 12:24:52 +0200 Subject: [PATCH 3/5] Update CHANGELOG.md for version 5.6.11 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c57aa52..dcc2cd2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [[5.6.10](https://github.com/multiversx/mx-sdk-dapp/pull/1720)] - 2026-02-04 +## [[5.6.11](https://github.com/multiversx/mx-sdk-dapp/pull/1720)] - 2026-02-04 - [Update TransactionType interface to include data and receiver](https://github.com/multiversx/mx-sdk-dapp/pull/1720) From 9e0b5615e8b7cb920273f5950a7632f2cbcd99b6 Mon Sep 17 00:00:00 2001 From: Tudor Morar Date: Wed, 4 Feb 2026 12:54:03 +0200 Subject: [PATCH 4/5] 5.6.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7bbcfcc1..20d678e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiversx/sdk-dapp", - "version": "5.6.11", + "version": "5.6.12", "description": "A library to hold the main logic for a dapp on the MultiversX blockchain", "author": "MultiversX", "license": "MIT", From 5da3f910f3a8319eb6779eca6d79b0cd574ed7bd Mon Sep 17 00:00:00 2001 From: Tudor Morar Date: Wed, 4 Feb 2026 12:54:42 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md for version 5.6.12 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc2cd2eb..975399a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[5.6.12](https://github.com/multiversx/mx-sdk-dapp/pull/1721)] - 2026-02-04 + +- [TS definitions missing. Republish](https://github.com/multiversx/mx-sdk-dapp/pull/1720) + ## [[5.6.11](https://github.com/multiversx/mx-sdk-dapp/pull/1720)] - 2026-02-04 - [Update TransactionType interface to include data and receiver](https://github.com/multiversx/mx-sdk-dapp/pull/1720)