Skip to content

Commit 14522b6

Browse files
authored
Merge pull request #1731 from multiversx/development
5.6.23
2 parents 199db38 + dbe4279 commit 14522b6

File tree

3 files changed

+620
-607
lines changed

3 files changed

+620
-607
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [[5.6.23](https://github.com/multiversx/mx-sdk-dapp/pull/1731)] - 2026-03-27
11+
12+
- [Update WalletConnect Provider to 6.1.5](https://github.com/multiversx/mx-sdk-dapp/pull/1730)
13+
1014
## [[5.6.22](https://github.com/multiversx/mx-sdk-dapp/pull/1729)] - 2026-03-17
1115

12-
- [Fixed account balance does not update in the UI after receiving an incoming transaction via WebSocket.
13-
](https://github.com/multiversx/mx-sdk-dapp/pull/1729)
16+
- [Fixed account balance does not update in the UI after receiving an incoming transaction via WebSocket.](https://github.com/multiversx/mx-sdk-dapp/pull/1729)
1417

1518
## [[5.6.21](https://github.com/multiversx/mx-sdk-dapp/pull/1728)] - 2026-03-11
1619

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiversx/sdk-dapp",
3-
"version": "5.6.22",
3+
"version": "5.6.23",
44
"description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
55
"author": "MultiversX",
66
"license": "MIT",
@@ -62,7 +62,7 @@
6262
"@multiversx/sdk-extension-provider": "5.1.2",
6363
"@multiversx/sdk-hw-provider": "8.1.2",
6464
"@multiversx/sdk-native-auth-client": "2.0.1",
65-
"@multiversx/sdk-wallet-connect-provider": "6.1.4",
65+
"@multiversx/sdk-wallet-connect-provider": "6.1.5",
6666
"@multiversx/sdk-web-wallet-cross-window-provider": "3.2.2",
6767
"@multiversx/sdk-web-wallet-iframe-provider": "4.0.1",
6868
"@multiversx/sdk-webview-provider": "3.2.7",

0 commit comments

Comments
 (0)