diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e000025..7d4fe8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/interfaces/MasaContextProviderProps.md b/docs/interfaces/MasaContextProviderProps.md index 534e91fd..f599e6bb 100644 --- a/docs/interfaces/MasaContextProviderProps.md +++ b/docs/interfaces/MasaContextProviderProps.md @@ -564,7 +564,7 @@ ___ ### provider -• `Optional` **provider**: `Wallet` \| `Signer` +• `Optional` **provider**: `Signer` \| `Wallet` #### Inherited from @@ -704,7 +704,7 @@ ___ ### setProvider -• `Optional` **setProvider**: (`provider?`: `Wallet` \| `Signer`) => `void` +• `Optional` **setProvider**: (`provider?`: `Signer` \| `Wallet`) => `void` #### Type declaration @@ -714,7 +714,7 @@ ___ | Name | Type | | :------ | :------ | -| `provider?` | `Wallet` \| `Signer` | +| `provider?` | `Signer` \| `Wallet` | ##### Returns @@ -728,7 +728,7 @@ ___ ### signer -• `Optional` **signer**: `Wallet` \| `Signer` +• `Optional` **signer**: `Signer` \| `Wallet` ___ diff --git a/docs/interfaces/MasaShape.md b/docs/interfaces/MasaShape.md index 19b39e56..ac430c83 100644 --- a/docs/interfaces/MasaShape.md +++ b/docs/interfaces/MasaShape.md @@ -410,7 +410,7 @@ ___ ### provider -• `Optional` **provider**: `Wallet` \| `Signer` +• `Optional` **provider**: `Signer` \| `Wallet` ___ @@ -518,7 +518,7 @@ ___ ### setProvider -• `Optional` **setProvider**: (`provider?`: `Wallet` \| `Signer`) => `void` +• `Optional` **setProvider**: (`provider?`: `Signer` \| `Wallet`) => `void` #### Type declaration @@ -528,7 +528,7 @@ ___ | Name | Type | | :------ | :------ | -| `provider?` | `Wallet` \| `Signer` | +| `provider?` | `Signer` \| `Wallet` | ##### Returns diff --git a/docs/modules.md b/docs/modules.md index 870021a9..ea77fac5 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -415,7 +415,7 @@ ___ | Name | Type | | :------ | :------ | -| `provider?` | `Wallet` \| `Signer` | +| `provider?` | `Signer` \| `Wallet` | #### Returns @@ -517,7 +517,7 @@ ___ | Name | Type | | :------ | :------ | | `masa?` | `default` | -| `provider?` | `Wallet` \| `Signer` | +| `provider?` | `Signer` \| `Wallet` | #### Returns