Skip to content

Commit 2546503

Browse files
Merge pull request #159 from multiversx/development
0.0.12
2 parents 7a00392 + da03a99 commit 2546503

File tree

22 files changed

+195
-255
lines changed

22 files changed

+195
-255
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [[0.0.12](https://github.com/multiversx/mx-sdk-dapp-ui/pull/159)] - 2025-07-10
11+
12+
- [Added Check your device text on ledger connect](https://github.com/multiversx/mx-sdk-dapp-ui/pull/158)
13+
- [Fixed close button on transaction toast.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/157)
14+
- [Fixed issue with xPortal back button on login screen](https://github.com/multiversx/mx-sdk-dapp-ui/pull/156)
15+
- [Fixed transaction toast loading](https://github.com/multiversx/mx-sdk-dapp-ui/pull/155)
16+
- [Updates on unlock panel and install links.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/153)
17+
1018
## [[0.0.11](https://github.com/multiversx/mx-sdk-dapp-ui/pull/152)] - 2025-07-08
1119

1220
- [UI fixes on scrollbar, icons and unlock panel.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/150)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiversx/sdk-dapp-ui",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
55
"author": "MultiversX",
66
"license": "MIT",

0 commit comments

Comments
 (0)