Skip to content

Commit 58e74cb

Browse files
Merge pull request #149 from multiversx/development
0.0.10
2 parents 4bc8757 + 6c55b0c commit 58e74cb

File tree

14 files changed

+192
-342
lines changed

14 files changed

+192
-342
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [[0.0.10](https://github.com/multiversx/mx-sdk-dapp-ui/pull/149)] - 2025-07-04
11+
12+
- [Fixed batch transactions order in toast.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/148)
13+
- [Renamed and exposed `ledger-addresses` into `address-table`](https://github.com/multiversx/mx-sdk-dapp-ui/pull/147)
14+
1015
## [[0.0.9](https://github.com/multiversx/mx-sdk-dapp-ui/pull/145)] - 2025-07-03
1116

1217
- [Fixed icons max width / height in toasts.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/143)

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.9",
3+
"version": "0.0.10",
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)