Skip to content

Commit d6403a6

Browse files
committed
format using prettier
1 parent e26d1dd commit d6403a6

File tree

10 files changed

+180
-140
lines changed

10 files changed

+180
-140
lines changed

packages/appkit/CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
### Added
1212

13-
- **Core Multichain Architecture**:
13+
- **Core Multichain Architecture**:
14+
1415
- New `@reown/appkit-react-native` core library as the central hub for managing multichain connections, adapters, and events
1516
- Modular adapter system with dedicated packages for different blockchain ecosystems:
1617
- `@reown/appkit-ethers-react-native` - EVM support via Ethers.js
@@ -19,6 +20,7 @@
1920
- `@reown/appkit-bitcoin-react-native` - Native Bitcoin blockchain support
2021

2122
- **SIWX (Sign In With X) Authentication**:
23+
2224
- Chain-agnostic authentication framework supporting Ethereum, Polygon, Solana, and more
2325
- Plugin-based architecture with `siwx` parameter in `createAppKit` configuration
2426
- **Reown Authentication**: Cloud-managed SIWX sessions with Dashboard integration
@@ -28,6 +30,7 @@
2830
- Compliance with CAIP-122 standard for blockchain-based authentication
2931

3032
- **Enhanced Social Login**:
33+
3134
- **Google Authentication**: Added missing Google social login provider
3235
- Complete social authentication suite now includes Google, Apple, Facebook, GitHub, Discord, and more
3336

@@ -38,21 +41,21 @@
3841

3942
### Changed
4043

41-
- ⚠️ **BREAKING: Initialization Process**:
42-
- Replaced monolithic package imports with modular adapter system
43-
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
44-
- `createAppKit` now requires `storage` to handles data persistence
45-
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
44+
- ⚠️ **BREAKING: Initialization Process**:
45+
- Replaced monolithic package imports with modular adapter system
46+
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
47+
- `createAppKit` now requires `storage` to handles data persistence
48+
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
4649

47-
- ⚠️ **BREAKING: Package Structure**:
48-
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
49-
- Chain-specific packages now serve as adapters rather than primary libraries
50-
- All hooks and components now imported from `@reown/appkit-react-native`
50+
- ⚠️ **BREAKING: Package Structure**:
51+
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
52+
- Chain-specific packages now serve as adapters rather than primary libraries
53+
- All hooks and components now imported from `@reown/appkit-react-native`
5154

52-
- ⚠️ **BREAKING: Provider Setup**:
53-
- New `AppKitProvider` wrapper required for all applications
54-
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
55-
- Enhanced provider hierarchy supporting multiple blockchain contexts
55+
- ⚠️ **BREAKING: Provider Setup**:
56+
- New `AppKitProvider` wrapper required for all applications
57+
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
58+
- Enhanced provider hierarchy supporting multiple blockchain contexts
5659

5760
- **Configuration Options**:
5861
- `defaultChain` renamed to `defaultNetwork`
@@ -64,6 +67,7 @@
6467
### Deprecated
6568

6669
- **SIWE Authentication**:
70+
6771
- **SIWE Configuration**: Deprecated in favor of new SIWX authentication system
6872
- Legacy SIWE setup methods - Use `siwx` parameter with SIWX providers instead
6973

@@ -73,7 +77,7 @@
7377

7478
### Migration Required
7579

76-
This is a major release requiring migration for existing applications.
80+
This is a major release requiring migration for existing applications.
7781

7882
For detailed migration instructions, see: [Migration Guide](https://docs.reown.com/appkit/react-native/core/migration-multichain)
7983

packages/bitcoin/CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
### Added
1212

13-
- **Core Multichain Architecture**:
13+
- **Core Multichain Architecture**:
14+
1415
- New `@reown/appkit-react-native` core library as the central hub for managing multichain connections, adapters, and events
1516
- Modular adapter system with dedicated packages for different blockchain ecosystems:
1617
- `@reown/appkit-ethers-react-native` - EVM support via Ethers.js
@@ -19,6 +20,7 @@
1920
- `@reown/appkit-bitcoin-react-native` - Native Bitcoin blockchain support
2021

2122
- **SIWX (Sign In With X) Authentication**:
23+
2224
- Chain-agnostic authentication framework supporting Ethereum, Polygon, Solana, and more
2325
- Plugin-based architecture with `siwx` parameter in `createAppKit` configuration
2426
- **Reown Authentication**: Cloud-managed SIWX sessions with Dashboard integration
@@ -28,6 +30,7 @@
2830
- Compliance with CAIP-122 standard for blockchain-based authentication
2931

3032
- **Enhanced Social Login**:
33+
3134
- **Google Authentication**: Added missing Google social login provider
3235
- Complete social authentication suite now includes Google, Apple, Facebook, GitHub, Discord, and more
3336

@@ -38,21 +41,21 @@
3841

3942
### Changed
4043

41-
- ⚠️ **BREAKING: Initialization Process**:
42-
- Replaced monolithic package imports with modular adapter system
43-
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
44-
- `createAppKit` now requires `storage` to handles data persistence
45-
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
44+
- ⚠️ **BREAKING: Initialization Process**:
45+
- Replaced monolithic package imports with modular adapter system
46+
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
47+
- `createAppKit` now requires `storage` to handles data persistence
48+
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
4649

47-
- ⚠️ **BREAKING: Package Structure**:
48-
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
49-
- Chain-specific packages now serve as adapters rather than primary libraries
50-
- All hooks and components now imported from `@reown/appkit-react-native`
50+
- ⚠️ **BREAKING: Package Structure**:
51+
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
52+
- Chain-specific packages now serve as adapters rather than primary libraries
53+
- All hooks and components now imported from `@reown/appkit-react-native`
5154

52-
- ⚠️ **BREAKING: Provider Setup**:
53-
- New `AppKitProvider` wrapper required for all applications
54-
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
55-
- Enhanced provider hierarchy supporting multiple blockchain contexts
55+
- ⚠️ **BREAKING: Provider Setup**:
56+
- New `AppKitProvider` wrapper required for all applications
57+
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
58+
- Enhanced provider hierarchy supporting multiple blockchain contexts
5659

5760
- **Configuration Options**:
5861
- `defaultChain` renamed to `defaultNetwork`
@@ -64,6 +67,7 @@
6467
### Deprecated
6568

6669
- **SIWE Authentication**:
70+
6771
- **SIWE Configuration**: Deprecated in favor of new SIWX authentication system
6872
- Legacy SIWE setup methods - Use `siwx` parameter with SIWX providers instead
6973

@@ -73,7 +77,7 @@
7377

7478
### Migration Required
7579

76-
This is a major release requiring migration for existing applications.
80+
This is a major release requiring migration for existing applications.
7781

7882
For detailed migration instructions, see: [Migration Guide](https://docs.reown.com/appkit/react-native/core/migration-multichain)
7983

packages/coinbase/CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
### Added
1212

13-
- **Core Multichain Architecture**:
13+
- **Core Multichain Architecture**:
14+
1415
- New `@reown/appkit-react-native` core library as the central hub for managing multichain connections, adapters, and events
1516
- Modular adapter system with dedicated packages for different blockchain ecosystems:
1617
- `@reown/appkit-ethers-react-native` - EVM support via Ethers.js
@@ -19,6 +20,7 @@
1920
- `@reown/appkit-bitcoin-react-native` - Native Bitcoin blockchain support
2021

2122
- **SIWX (Sign In With X) Authentication**:
23+
2224
- Chain-agnostic authentication framework supporting Ethereum, Polygon, Solana, and more
2325
- Plugin-based architecture with `siwx` parameter in `createAppKit` configuration
2426
- **Reown Authentication**: Cloud-managed SIWX sessions with Dashboard integration
@@ -28,6 +30,7 @@
2830
- Compliance with CAIP-122 standard for blockchain-based authentication
2931

3032
- **Enhanced Social Login**:
33+
3134
- **Google Authentication**: Added missing Google social login provider
3235
- Complete social authentication suite now includes Google, Apple, Facebook, GitHub, Discord, and more
3336

@@ -38,21 +41,21 @@
3841

3942
### Changed
4043

41-
- ⚠️ **BREAKING: Initialization Process**:
42-
- Replaced monolithic package imports with modular adapter system
43-
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
44-
- `createAppKit` now requires `storage` to handles data persistence
45-
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
44+
- ⚠️ **BREAKING: Initialization Process**:
45+
- Replaced monolithic package imports with modular adapter system
46+
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
47+
- `createAppKit` now requires `storage` to handles data persistence
48+
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
4649

47-
- ⚠️ **BREAKING: Package Structure**:
48-
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
49-
- Chain-specific packages now serve as adapters rather than primary libraries
50-
- All hooks and components now imported from `@reown/appkit-react-native`
50+
- ⚠️ **BREAKING: Package Structure**:
51+
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
52+
- Chain-specific packages now serve as adapters rather than primary libraries
53+
- All hooks and components now imported from `@reown/appkit-react-native`
5154

52-
- ⚠️ **BREAKING: Provider Setup**:
53-
- New `AppKitProvider` wrapper required for all applications
54-
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
55-
- Enhanced provider hierarchy supporting multiple blockchain contexts
55+
- ⚠️ **BREAKING: Provider Setup**:
56+
- New `AppKitProvider` wrapper required for all applications
57+
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
58+
- Enhanced provider hierarchy supporting multiple blockchain contexts
5659

5760
- **Configuration Options**:
5861
- `defaultChain` renamed to `defaultNetwork`
@@ -64,6 +67,7 @@
6467
### Deprecated
6568

6669
- **SIWE Authentication**:
70+
6771
- **SIWE Configuration**: Deprecated in favor of new SIWX authentication system
6872
- Legacy SIWE setup methods - Use `siwx` parameter with SIWX providers instead
6973

@@ -73,7 +77,7 @@
7377

7478
### Migration Required
7579

76-
This is a major release requiring migration for existing applications.
80+
This is a major release requiring migration for existing applications.
7781

7882
For detailed migration instructions, see: [Migration Guide](https://docs.reown.com/appkit/react-native/core/migration-multichain)
7983

packages/common/CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
### Added
1212

13-
- **Core Multichain Architecture**:
13+
- **Core Multichain Architecture**:
14+
1415
- New `@reown/appkit-react-native` core library as the central hub for managing multichain connections, adapters, and events
1516
- Modular adapter system with dedicated packages for different blockchain ecosystems:
1617
- `@reown/appkit-ethers-react-native` - EVM support via Ethers.js
@@ -19,6 +20,7 @@
1920
- `@reown/appkit-bitcoin-react-native` - Native Bitcoin blockchain support
2021

2122
- **SIWX (Sign In With X) Authentication**:
23+
2224
- Chain-agnostic authentication framework supporting Ethereum, Polygon, Solana, and more
2325
- Plugin-based architecture with `siwx` parameter in `createAppKit` configuration
2426
- **Reown Authentication**: Cloud-managed SIWX sessions with Dashboard integration
@@ -28,6 +30,7 @@
2830
- Compliance with CAIP-122 standard for blockchain-based authentication
2931

3032
- **Enhanced Social Login**:
33+
3134
- **Google Authentication**: Added missing Google social login provider
3235
- Complete social authentication suite now includes Google, Apple, Facebook, GitHub, Discord, and more
3336

@@ -38,21 +41,21 @@
3841

3942
### Changed
4043

41-
- ⚠️ **BREAKING: Initialization Process**:
42-
- Replaced monolithic package imports with modular adapter system
43-
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
44-
- `createAppKit` now requires `storage` to handles data persistence
45-
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
44+
- ⚠️ **BREAKING: Initialization Process**:
45+
- Replaced monolithic package imports with modular adapter system
46+
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
47+
- `createAppKit` now requires `storage` to handles data persistence
48+
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
4649

47-
- ⚠️ **BREAKING: Package Structure**:
48-
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
49-
- Chain-specific packages now serve as adapters rather than primary libraries
50-
- All hooks and components now imported from `@reown/appkit-react-native`
50+
- ⚠️ **BREAKING: Package Structure**:
51+
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
52+
- Chain-specific packages now serve as adapters rather than primary libraries
53+
- All hooks and components now imported from `@reown/appkit-react-native`
5154

52-
- ⚠️ **BREAKING: Provider Setup**:
53-
- New `AppKitProvider` wrapper required for all applications
54-
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
55-
- Enhanced provider hierarchy supporting multiple blockchain contexts
55+
- ⚠️ **BREAKING: Provider Setup**:
56+
- New `AppKitProvider` wrapper required for all applications
57+
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
58+
- Enhanced provider hierarchy supporting multiple blockchain contexts
5659

5760
- **Configuration Options**:
5861
- `defaultChain` renamed to `defaultNetwork`
@@ -64,6 +67,7 @@
6467
### Deprecated
6568

6669
- **SIWE Authentication**:
70+
6771
- **SIWE Configuration**: Deprecated in favor of new SIWX authentication system
6872
- Legacy SIWE setup methods - Use `siwx` parameter with SIWX providers instead
6973

@@ -73,7 +77,7 @@
7377

7478
### Migration Required
7579

76-
This is a major release requiring migration for existing applications.
80+
This is a major release requiring migration for existing applications.
7781

7882
For detailed migration instructions, see: [Migration Guide](https://docs.reown.com/appkit/react-native/core/migration-multichain)
7983

packages/core/CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
### Added
1212

13-
- **Core Multichain Architecture**:
13+
- **Core Multichain Architecture**:
14+
1415
- New `@reown/appkit-react-native` core library as the central hub for managing multichain connections, adapters, and events
1516
- Modular adapter system with dedicated packages for different blockchain ecosystems:
1617
- `@reown/appkit-ethers-react-native` - EVM support via Ethers.js
@@ -19,6 +20,7 @@
1920
- `@reown/appkit-bitcoin-react-native` - Native Bitcoin blockchain support
2021

2122
- **SIWX (Sign In With X) Authentication**:
23+
2224
- Chain-agnostic authentication framework supporting Ethereum, Polygon, Solana, and more
2325
- Plugin-based architecture with `siwx` parameter in `createAppKit` configuration
2426
- **Reown Authentication**: Cloud-managed SIWX sessions with Dashboard integration
@@ -28,6 +30,7 @@
2830
- Compliance with CAIP-122 standard for blockchain-based authentication
2931

3032
- **Enhanced Social Login**:
33+
3134
- **Google Authentication**: Added missing Google social login provider
3235
- Complete social authentication suite now includes Google, Apple, Facebook, GitHub, Discord, and more
3336

@@ -38,21 +41,21 @@
3841

3942
### Changed
4043

41-
- ⚠️ **BREAKING: Initialization Process**:
42-
- Replaced monolithic package imports with modular adapter system
43-
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
44-
- `createAppKit` now requires `storage` to handles data persistence
45-
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
44+
- ⚠️ **BREAKING: Initialization Process**:
45+
- Replaced monolithic package imports with modular adapter system
46+
- `createAppKit` now requires `adapters` and `networks` arrays instead of chain-specific configs
47+
- `createAppKit` now requires `storage` to handles data persistence
48+
- Configuration moved from adapter-specific functions to centralized `AppKitConfig`
4649

47-
- ⚠️ **BREAKING: Package Structure**:
48-
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
49-
- Chain-specific packages now serve as adapters rather than primary libraries
50-
- All hooks and components now imported from `@reown/appkit-react-native`
50+
- ⚠️ **BREAKING: Package Structure**:
51+
- Primary entry point changed from `@reown/appkit-wagmi-react-native` or `@reown/appkit-ethers-react-native` to `@reown/appkit-react-native`
52+
- Chain-specific packages now serve as adapters rather than primary libraries
53+
- All hooks and components now imported from `@reown/appkit-react-native`
5154

52-
- ⚠️ **BREAKING: Provider Setup**:
53-
- New `AppKitProvider` wrapper required for all applications
54-
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
55-
- Enhanced provider hierarchy supporting multiple blockchain contexts
55+
- ⚠️ **BREAKING: Provider Setup**:
56+
- New `AppKitProvider` wrapper required for all applications
57+
- Wagmi users must now access config via `wagmiAdapter.wagmiConfig`
58+
- Enhanced provider hierarchy supporting multiple blockchain contexts
5659

5760
- **Configuration Options**:
5861
- `defaultChain` renamed to `defaultNetwork`
@@ -64,6 +67,7 @@
6467
### Deprecated
6568

6669
- **SIWE Authentication**:
70+
6771
- **SIWE Configuration**: Deprecated in favor of new SIWX authentication system
6872
- Legacy SIWE setup methods - Use `siwx` parameter with SIWX providers instead
6973

@@ -73,7 +77,7 @@
7377

7478
### Migration Required
7579

76-
This is a major release requiring migration for existing applications.
80+
This is a major release requiring migration for existing applications.
7781

7882
For detailed migration instructions, see: [Migration Guide](https://docs.reown.com/appkit/react-native/core/migration-multichain)
7983

0 commit comments

Comments
 (0)