Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[0.0.12](https://github.com/multiversx/mx-sdk-dapp-ui/pull/159)] - 2025-07-10

- [Added Check your device text on ledger connect](https://github.com/multiversx/mx-sdk-dapp-ui/pull/158)
- [Fixed close button on transaction toast.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/157)
- [Fixed issue with xPortal back button on login screen](https://github.com/multiversx/mx-sdk-dapp-ui/pull/156)
- [Fixed transaction toast loading](https://github.com/multiversx/mx-sdk-dapp-ui/pull/155)
- [Updates on unlock panel and install links.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/153)

## [[0.0.11](https://github.com/multiversx/mx-sdk-dapp-ui/pull/152)] - 2025-07-08

- [UI fixes on scrollbar, icons and unlock panel.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/150)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-dapp-ui",
"version": "0.0.11",
"version": "0.0.12",
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
"author": "MultiversX",
"license": "MIT",
Expand Down
Loading
Loading