Skip to content
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

test #188

Closed
wants to merge 1 commit into from
Closed

test #188

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .changeset/selfish-buses-compete.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
'@web3modal/coinbase-wagmi-react-native': major
'@web3modal/scaffold-utils-react-native': major
'@web3modal/email-wagmi-react-native': major
'@web3modal/scaffold-react-native': major
'@web3modal/ethers5-react-native': major
'@web3modal/common-react-native': major
'@web3modal/ethers-react-native': major
'@web3modal/email-react-native': major
'@web3modal/wagmi-react-native': major
'@web3modal/core-react-native': major
'@web3modal/siwe-react-native': major
'@web3modal/ui-react-native': major
'@web3modal/coinbase-ethers-react-native': major
'@web3modal/email-ethers-react-native': major
'@web3modal/coinbase-wagmi-react-native': patch
'@web3modal/scaffold-utils-react-native': patch
'@web3modal/email-wagmi-react-native': patch
'@web3modal/scaffold-react-native': patch
'@web3modal/ethers5-react-native': patch
'@web3modal/common-react-native': patch
'@web3modal/ethers-react-native': patch
'@web3modal/email-react-native': patch
'@web3modal/wagmi-react-native': patch
'@web3modal/core-react-native': patch
'@web3modal/siwe-react-native': patch
'@web3modal/ui-react-native': patch
'@web3modal/coinbase-ethers-react-native': patch
'@web3modal/email-ethers-react-native': patch
---

Migration to Wagmi 2, implemented SIWE + One-Click Auth, general improvements
test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"clean": "turbo clean && rm -rf node_modules && watchman watch-del-all",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
"changeset:prepublish": "turbo clean lint prettier --parallel; yarn version:update; yarn install; turbo run build; turbo run test;",
"changeset:publish": "yarn run changeset:prepublish; yarn run changeset publish",
"changeset:publish": "yarn run changeset:prepublish",
"changeset:version": "changeset version; yarn run version:update",
"version:update": "./scripts/bump-version.sh"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"web3modal",
"walletconnect",
"react-native",
"siwe"
"siwe",
"siwe-react-native"
],
"repository": "https://github.com/WalletConnect/web3modal-react-native",
"author": "WalletConnect <[email protected]> (https://web3modal.com)",
Expand Down
Loading