Skip to content

Commit

Permalink
Merge pull request #1032 from multiversx/development
Browse files Browse the repository at this point in the history
v2.28.3
  • Loading branch information
arhtudormorar authored Jan 30, 2024
2 parents a5c9818 + 1c728af commit bd159f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [[v2.28.3]](https://github.com/multiversx/mx-sdk-dapp/pull/1032)] - 2024-01-30
- [Added transaction toast wrapper id](https://github.com/multiversx/mx-sdk-dapp/pull/1031)

## [[v2.28.2]](https://github.com/multiversx/mx-sdk-dapp/pull/1030)] - 2024-01-26
- [Added support for `checkIsValidSender` with array option](https://github.com/multiversx/mx-sdk-dapp/pull/1029)

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",
"version": "2.28.2",
"version": "2.28.3",
"description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
"author": "MultiversX",
"license": "GPL-3.0-or-later",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const TransactionToastComponent = ({
customization?.TransactionToastContent ?? TransactionToastContent;

return (
<TransactionToastWrapper className={className}>
<TransactionToastWrapper className={className} id={`toast-${toastId}`}>
<ProgressComponent
key={toastId}
id={toastId}
Expand Down

0 comments on commit bd159f4

Please sign in to comment.