-
Notifications
You must be signed in to change notification settings - Fork 42
Feat: update to 1.8.4 #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Reown AppKit packages from version 1.8.2 to 1.8.4 across all example projects. This appears to be a routine dependency update to incorporate the latest features, bug fixes, and improvements in the AppKit library.
Key changes:
- Updated
@reown/appkit
core package to version 1.8.4 - Updated all related adapter packages (wagmi, solana, ethers, bitcoin) to version 1.8.4
- Updated supplementary packages (experimental, pay, siwx, siwe) to version 1.8.4
Reviewed Changes
Copilot reviewed 38 out of 38 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
vue/vue-wagmi/package.json | Updated @reown/appkit and @reown/appkit-adapter-wagmi to 1.8.4 |
vue/vue-solana/package.json | Updated @reown/appkit and @reown/appkit-adapter-solana to 1.8.4 |
vue/vue-multichain/package.json | Updated @reown/appkit and both adapter packages to 1.8.4 |
vue/vue-ethers/package.json | Updated @reown/appkit and @reown/appkit-adapter-ethers to 1.8.4 |
vue/vue-core/package.json | Updated @reown/appkit core package to 1.8.4 |
vue/vue-bitcoin/package.json | Updated @reown/appkit and @reown/appkit-adapter-bitcoin to 1.8.4 |
react/react-wagmi/package.json | Updated @reown/appkit and @reown/appkit-adapter-wagmi to 1.8.4 |
react/react-wagmi-smart-session/package.json | Updated @reown/appkit, adapter-wagmi, and experimental packages to 1.8.4 |
react/react-wagmi-paymaster/package.json | Updated @reown/appkit and @reown/appkit-adapter-wagmi to 1.8.4 |
react/react-wagmi-authentication-SIWX/package.json | Updated @reown/appkit, adapter-wagmi, and siwx packages to 1.8.4 |
react/react-wagmi-appkit-pay/package.json | Updated @reown/appkit, adapter-wagmi, and pay packages to 1.8.4 |
react/react-solana/package.json | Updated @reown/appkit and @reown/appkit-adapter-solana to 1.8.4 |
react/react-siwe-server-example/server/package.json | Updated @reown/appkit-siwe to 1.8.4 |
react/react-siwe-server-example/package.json | Updated @reown/appkit-siwe, appkit, and adapter-wagmi to 1.8.4 |
react/react-multichain/package.json | Updated @reown/appkit and both adapter packages to 1.8.4 |
react/react-ethers5/package.json | Updated @reown/appkit and @reown/appkit-adapter-ethers5 to 1.8.4 |
react/react-ethers/package.json | Updated @reown/appkit and @reown/appkit-adapter-ethers to 1.8.4 |
react/react-core/package.json | Updated @reown/appkit core package to 1.8.4 |
react/react-core-universal-provider-sui/package.json | Updated @reown/appkit and @reown/appkit-common to 1.8.4 |
react/react-core-universal-connector/package.json | Updated @reown/appkit, universal-connector, and common packages to 1.8.4 |
react/react-bitcoin/package.json | Updated @reown/appkit and @reown/appkit-adapter-bitcoin to 1.8.4 |
nextjs/next-wagmi-app-router/package.json | Updated @reown/appkit and @reown/appkit-adapter-wagmi to 1.8.4 |
nextjs/next-solana-app-router/package.json | Updated @reown/appkit and @reown/appkit-adapter-solana to 1.8.4 |
nextjs/next-siwx-multichain/package.json | Updated @reown/appkit, adapters, and siwx packages to 1.8.4 |
nextjs/next-siwx-multichain-supabase-storage/package.json | Updated @reown/appkit, adapters, and siwx packages to 1.8.4 |
nextjs/next-siwe-next-auth/package.json | Updated @reown/appkit-siwe, appkit, and adapter-wagmi to 1.8.4 |
nextjs/next-multichain-app-router/package.json | Updated @reown/appkit and both adapter packages to 1.8.4 |
nextjs/next-ethers-app-router/package.json | Updated @reown/appkit and @reown/appkit-adapter-ethers to 1.8.4 |
nextjs/next-core-app-router/package.json | Updated @reown/appkit core package to 1.8.4 |
nextjs/next-bitcoin-app-router/package.json | Updated @reown/appkit and @reown/appkit-adapter-bitcoin to 1.8.4 |
javascript/javascript-wagmi/package.json | Updated @reown/appkit and @reown/appkit-adapter-wagmi to 1.8.4 |
javascript/javascript-solana/package.json | Updated @reown/appkit and @reown/appkit-adapter-solana to 1.8.4 |
javascript/javascript-multichain/package.json | Updated @reown/appkit and both adapter packages to 1.8.4 |
javascript/javascript-ethers/package.json | Updated @reown/appkit and @reown/appkit-adapter-ethers to 1.8.4 |
javascript/javascript-core/package.json | Updated @reown/appkit core package to 1.8.4 |
javascript/javascript-core-universal-provider-sui/package.json | Updated @reown/appkit and @reown/appkit-common to 1.8.4 |
javascript/javascript-core-universal-connector/package.json | Added new package.json with @reown/appkit packages at 1.8.4 |
javascript/javascript-bitcoin/package.json | Updated @reown/appkit and @reown/appkit-adapter-bitcoin to 1.8.4 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.