Skip to content

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed Nov 14, 2023
1 parent 14a527d commit 04eda8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,6 @@
## 0.4.20
- removed prohibited functionality
- updated <AddressLink /> component to pass `supportedChains` as props

## 0.4.21
- updated notifyError, notifySuccess, notifyWarning functions to pass `key` as a prop to avoid duplicate notifications
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following table shows which versions of `autonolas-frontend-library` are cur

| Version | Supported |
| --------- | ------------------ |
| `0.4.20` | :white_check_mark: |
| `0.4.21` | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion src/functions/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const isValidAddress = (address: string) =>

export const notifySuccess = (
message: ReactNode = 'Successful',
description: ReactNode,
description: ReactNode = '',
key?: string,
) => notification.success({ message, description, key });

Expand Down

0 comments on commit 04eda8f

Please sign in to comment.