Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Apr 12, 2023
1 parent e85c555 commit e2966e8
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 9 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,47 @@ 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).

#### [v1.1.35](https://github.com/masa-finance/masa-react/compare/v1.1.34...v1.1.35)

> 12 April 2023
- Improving typing for Referral factory [`0b68fa1`](https://github.com/masa-finance/masa-react/commit/0b68fa1d81e7ec5f5777a22d242d1756b5a5bc84)
- Adding RF qualification [`16431b9`](https://github.com/masa-finance/masa-react/commit/16431b96d8d1fe00ef854723a8753506cd3ad4c6)

#### [v1.1.34](https://github.com/masa-finance/masa-react/compare/v1.1.33...v1.1.34)

> 11 April 2023
- Making 2FA modal smaller [`0956265`](https://github.com/masa-finance/masa-react/commit/09562652e0da4e2c4e2a0ef1528a05ad635d725b)
- Lint fix [`04c8127`](https://github.com/masa-finance/masa-react/commit/04c8127a35c5766e494440abb81d057fb696c3ba)

#### [v1.1.33](https://github.com/masa-finance/masa-react/compare/v1.1.32...v1.1.33)

> 11 April 2023
- Bump @storybook/react from 6.5.16 to 7.0.2 [`#124`](https://github.com/masa-finance/masa-react/pull/124)
- Bump typescript from 5.0.2 to 5.0.4 [`#122`](https://github.com/masa-finance/masa-react/pull/122)
- Bump typedoc from 0.23.28 to 0.24.1 [`#123`](https://github.com/masa-finance/masa-react/pull/123)
- Bump webpack from 5.76.2 to 5.78.0 [`#120`](https://github.com/masa-finance/masa-react/pull/120)
- Migrate storybook [`f980631`](https://github.com/masa-finance/masa-react/commit/f980631dcd61031a283aae840b8574db4b5a1b09)
- Styles fix [`8a2557e`](https://github.com/masa-finance/masa-react/commit/8a2557efbd9a298b1c694f3bdd6289f83be4ea8f)

#### [v1.1.32](https://github.com/masa-finance/masa-react/compare/v1.1.31...v1.1.32)

> 10 April 2023
- Style improvements [`7b901f7`](https://github.com/masa-finance/masa-react/commit/7b901f793ab4a1c4188785148e39400da8424d7a)
- Lint fix [`dc096ec`](https://github.com/masa-finance/masa-react/commit/dc096ec4a079bb5fb9669acdc44bc7324796e955)

#### [v1.1.31](https://github.com/masa-finance/masa-react/compare/v1.1.30...v1.1.31)

> 10 April 2023
- Masa Green flow [`#114`](https://github.com/masa-finance/masa-react/pull/114)
- WIP: Masa green UI ( no styles ) [`0731466`](https://github.com/masa-finance/masa-react/commit/0731466028659e7aa0a7267d73cda6e4f1e27dae)
- Lint fixes and corrections [`7ed6476`](https://github.com/masa-finance/masa-react/commit/7ed6476ee22a3e21e58514f0e0824f3280645ab9)
- SubflowInterface [`3a18ffc`](https://github.com/masa-finance/masa-react/commit/3a18ffc6e10900f1f3882ce87f2040a8207844b4)

#### [v1.1.30](https://github.com/masa-finance/masa-react/compare/v1.1.29...v1.1.30)

> 6 April 2023
Expand Down
8 changes: 4 additions & 4 deletions docs/interfaces/MasaContextProviderProps.md
Expand Up @@ -564,7 +564,7 @@ ___

### provider

`Optional` **provider**: `Wallet` \| `Signer`
`Optional` **provider**: `Signer` \| `Wallet`

#### Inherited from

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

### setProvider

`Optional` **setProvider**: (`provider?`: `Wallet` \| `Signer`) => `void`
`Optional` **setProvider**: (`provider?`: `Signer` \| `Wallet`) => `void`

#### Type declaration

Expand All @@ -714,7 +714,7 @@ ___

| Name | Type |
| :------ | :------ |
| `provider?` | `Wallet` \| `Signer` |
| `provider?` | `Signer` \| `Wallet` |

##### Returns

Expand All @@ -728,7 +728,7 @@ ___

### signer

`Optional` **signer**: `Wallet` \| `Signer`
`Optional` **signer**: `Signer` \| `Wallet`

___

Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/MasaShape.md
Expand Up @@ -410,7 +410,7 @@ ___

### provider

`Optional` **provider**: `Wallet` \| `Signer`
`Optional` **provider**: `Signer` \| `Wallet`

___

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

### setProvider

`Optional` **setProvider**: (`provider?`: `Wallet` \| `Signer`) => `void`
`Optional` **setProvider**: (`provider?`: `Signer` \| `Wallet`) => `void`

#### Type declaration

Expand All @@ -528,7 +528,7 @@ ___

| Name | Type |
| :------ | :------ |
| `provider?` | `Wallet` \| `Signer` |
| `provider?` | `Signer` \| `Wallet` |

##### Returns

Expand Down
4 changes: 2 additions & 2 deletions docs/modules.md
Expand Up @@ -415,7 +415,7 @@ ___

| Name | Type |
| :------ | :------ |
| `provider?` | `Wallet` \| `Signer` |
| `provider?` | `Signer` \| `Wallet` |

#### Returns

Expand Down Expand Up @@ -517,7 +517,7 @@ ___
| Name | Type |
| :------ | :------ |
| `masa?` | `default` |
| `provider?` | `Wallet` \| `Signer` |
| `provider?` | `Signer` \| `Wallet` |

#### Returns

Expand Down

0 comments on commit e2966e8

Please sign in to comment.