Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[0.0.19](https://github.com/multiversx/mx-sdk-dapp-ui/pull/172)] - 2025-07-23

- [Added getElementByDataTestIdDeep utility function for tests](https://github.com/multiversx/mx-sdk-dapp-ui/pull/172)
- [Updated data-theme](https://github.com/multiversx/mx-sdk-dapp-ui/pull/171)

## [[0.0.18](https://github.com/multiversx/mx-sdk-dapp-ui/pull/170)] - 2025-07-22

- [Fixed typo in ledger confirm](https://github.com/multiversx/mx-sdk-dapp-ui/pull/170)
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.18",
"version": "0.0.19",
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
"author": "MultiversX",
"license": "MIT",
Expand Down
Loading
Loading