Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jun 8, 2023
1 parent 6074b32 commit 9b9d79d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.3.14](https://github.com/masa-finance/masa-react/compare/v2.3.13...v2.3.14)

> 8 June 2023
- Remove walletconnect from local storage on disconnect [`#204`](https://github.com/masa-finance/masa-react/pull/204)
- update changelog [`a73e77a`](https://github.com/masa-finance/masa-react/commit/a73e77a64b45690900244e914ee2e97b1c46ac3a)
- update masa-sdk [`0ff4b29`](https://github.com/masa-finance/masa-react/commit/0ff4b29dff8e828c7a024ed52ec44ad3e7943362)

#### [v2.3.13](https://github.com/masa-finance/masa-react/compare/v2.3.12...v2.3.13)

> 7 June 2023
Expand Down
2 changes: 1 addition & 1 deletion docs/enums/SoulNameErrorCodes.md
@@ -1,5 +1,5 @@
[# Masa React
- v2.2.1](../README.md) / [Exports](../modules.md) / SoulNameErrorCodes
- v2.3.14](../README.md) / [Exports](../modules.md) / SoulNameErrorCodes

# Enumeration: SoulNameErrorCodes

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ArweaveConfig.md
@@ -1,5 +1,5 @@
[# Masa React
- v2.2.1](../README.md) / [Exports](../modules.md) / ArweaveConfig
- v2.3.14](../README.md) / [Exports](../modules.md) / ArweaveConfig

# Interface: ArweaveConfig

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaContextProviderProps.md
@@ -1,5 +1,5 @@
[# Masa React
- v2.2.1](../README.md) / [Exports](../modules.md) / MasaContextProviderProps
- v2.3.14](../README.md) / [Exports](../modules.md) / MasaContextProviderProps

# Interface: MasaContextProviderProps

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaShape.md
@@ -1,5 +1,5 @@
[# Masa React
- v2.2.1](../README.md) / [Exports](../modules.md) / MasaShape
- v2.3.14](../README.md) / [Exports](../modules.md) / MasaShape

# Interface: MasaShape

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ModalProps.md
@@ -1,5 +1,5 @@
[# Masa React
- v2.2.1](../README.md) / [Exports](../modules.md) / ModalProps
- v2.3.14](../README.md) / [Exports](../modules.md) / ModalProps

# Interface: ModalProps

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/SpinnerProps.md
@@ -1,5 +1,5 @@
[# Masa React
- v2.2.1](../README.md) / [Exports](../modules.md) / SpinnerProps
- v2.3.14](../README.md) / [Exports](../modules.md) / SpinnerProps

# Interface: SpinnerProps

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/WrapperModalProps.md
@@ -1,5 +1,5 @@
[# Masa React
- v2.2.1](../README.md) / [Exports](../modules.md) / WrapperModalProps
- v2.3.14](../README.md) / [Exports](../modules.md) / WrapperModalProps

# Interface: WrapperModalProps

Expand Down
6 changes: 3 additions & 3 deletions docs/modules.md
@@ -1,8 +1,8 @@
[# Masa React
- v2.2.1](README.md) / Exports
- v2.3.14](README.md) / Exports

# # Masa React
- v2.2.1
- v2.3.14

## Table of contents

Expand Down Expand Up @@ -289,7 +289,7 @@ ___

| Name | Type |
| :------ | :------ |
| `«destructured»` | [`MasaContextProviderProps`](interfaces/MasaContextProviderProps.md) & { `chainsToUse?`: (``"goerli"`` \| ``"ethereum"`` \| ``"alfajores"`` \| ``"celo"`` \| ``"mumbai"`` \| ``"polygon"`` \| ``"bsctest"`` \| ``"bsc"`` \| ``"basegoerli"`` \| ``"unknown"``)[] ; `walletsToUse?`: (``"metamask"`` \| ``"valora"`` \| ``"walletconnect"``)[] } |
| `«destructured»` | [`MasaContextProviderProps`](interfaces/MasaContextProviderProps.md) & { `chainsToUse?`: (``"goerli"`` \| ``"ethereum"`` \| ``"alfajores"`` \| ``"celo"`` \| ``"mumbai"`` \| ``"polygon"`` \| ``"bsctest"`` \| ``"bsc"`` \| ``"basegoerli"`` \| ``"unknown"``)[] ; `rainbowKitModalSize?`: ``"compact"`` \| ``"wide"`` ; `walletsToUse?`: (``"metamask"`` \| ``"valora"`` \| ``"walletconnect"``)[] } |

#### Returns

Expand Down

0 comments on commit 9b9d79d

Please sign in to comment.