Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Dec 29, 2023
1 parent 1c4883d commit b8e702a
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
@@ -1,3 +1,6 @@
### [0.15.2](https://github.com/useElven/core/releases/tag/v0.15.2) (2023-12-29)
- fix import

### [0.15.1](https://github.com/useElven/core/releases/tag/v0.15.1) (2023-12-29)
- add missing transaction id logic for guardian 2FA hooks

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": "@useelven/core",
"version": "0.15.1",
"version": "0.15.2",
"description": "Core React hooks for MultiversX DApps",
"license": "MIT",
"author": "Julian Ćwirko <julian.io>",
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useSignMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { WalletProvider } from '@multiversx/sdk-web-wallet-provider';
import { SignableMessage } from '@multiversx/sdk-core';
import { errorParse } from '../utils/errorParse';
import { getParamFromUrl } from '../utils/getParamFromUrl';
import { HWProvider } from '@multiversx/sdk-hw-provider/out';
import { HWProvider } from '@multiversx/sdk-hw-provider';

export type SignMessageArgs = {
message: string;
Expand Down

0 comments on commit b8e702a

Please sign in to comment.