Skip to content

Commit

Permalink
v2.22.1 (#942)
Browse files Browse the repository at this point in the history
* Fix WebWalletLoginButtonPropsType interface
  • Loading branch information
arhtudormorar authored Oct 2, 2023
1 parent dfb10a2 commit 7ca52b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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.22.1]](https://github.com/multiversx/mx-sdk-dapp/pull/942)] - 2023-10-02
- [Fixed `WebWalletLoginButtonPropsType` interface](https://github.com/multiversx/mx-sdk-dapp/pull/942)
## [[v2.22.0]](https://github.com/multiversx/mx-sdk-dapp/pull/941)] - 2023-10-02
- [Added support for custom Web Wallet address](https://github.com/multiversx/mx-sdk-dapp/pull/940)
## [[v2.21.1]](https://github.com/multiversx/mx-sdk-dapp/pull/939)] - 2023-09-29
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.22.0",
"version": "2.22.1",
"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
@@ -1,9 +1,9 @@
import React, { ReactNode } from 'react';
import { getIsNativeAuthSingingForbidden } from 'services/nativeAuth/helpers';
import {
UseWebWalletLoginPropsType,
useWebWalletLogin
} from 'hooks/login/useWebWalletLogin';
import { getIsNativeAuthSingingForbidden } from 'services/nativeAuth/helpers';
} from '../../../hooks/login/useWebWalletLogin';
import { LoginButton } from '../../LoginButton/LoginButton';
import { WithClassnameType } from '../../types';

Expand Down

0 comments on commit 7ca52b6

Please sign in to comment.