chore: version packages #479
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
2.0.1
Major Changes
MULTICHAIN SUPPORT: Complete architectural overhaul introducing comprehensive multichain support for EVM-compatible chains, Solana, Bitcoin, and more blockchain ecosystems coming soon.
SIWX AUTHENTICATION: Introducing "Sign In With X" feature enabling decentralized authentication across multiple blockchain networks following CAIP-122 standard.
Added
Core Multichain Architecture:
@reown/appkit-react-nativecore library as the central hub for managing multichain connections, adapters, and events@reown/appkit-ethers-react-native- EVM support via Ethers.js@reown/appkit-wagmi-react-native- EVM support via Wagmi@reown/appkit-solana-react-native- Native Solana blockchain support@reown/appkit-bitcoin-react-native- Native Bitcoin blockchain supportSIWX (Sign In With X) Authentication:
siwxparameter increateAppKitconfigurationDefaultSIWXscaffold for custom authentication flowsEnhanced Social Login:
Enhanced Configuration:
createAppKitfactory function with centralized configurationadaptersarray for pluggable blockchain supportsiwxconfiguration for authentication setupChanged
createAppKitnow requiresadaptersandnetworksarrays instead of chain-specific configscreateAppKitnow requiresstorageto handles data persistenceAppKitConfig@reown/appkit-wagmi-react-nativeor@reown/appkit-ethers-react-nativeto@reown/appkit-react-native@reown/appkit-react-nativeAppKitProviderwrapper required for all applicationswagmiAdapter.wagmiConfigConfiguration Options:
defaultChainrenamed todefaultNetworkchainImagesrenamed tonetworkImagestokensproperty for cross-chain token balance displaysiwxproperty for authentication configurationDeprecated
SIWE Authentication:
siwxparameter with SIWX providers insteadHooks:
useDisconnect()- Useconst { disconnect } = useAppKit()insteadMigration Required
This is a major release requiring migration for existing applications.
For detailed migration instructions, see: Migration Guide
Documentation
Note
Bumps all packages to 2.0.1, updates internal dependency versions, refreshes changelogs, updates ConstantsUtil.VERSION, and removes the processed changeset.
2.0.1.2.0.0to2.0.1across packages..changeset/thirty-wings-stick.md.ConstantsUtil.VERSIONto2.0.1.yarn.lockto reflect new versions.CHANGELOG.mdfiles for2.0.1with multichain/SIWX release notes.Written by Cursor Bugbot for commit 46c3fad. This will update automatically on new commits. Configure here.