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

Version Packages #92

Merged
merged 1 commit into from
Jan 7, 2025
Merged
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
9 changes: 0 additions & 9 deletions .changeset/forty-fireants-reflect.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/frame-wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @farcaster/frame-wagmi-connector

## 0.0.14

### Patch Changes

- [#91](https://github.com/farcasterxyz/frames/pull/91) [`e04bf33`](https://github.com/farcasterxyz/frames/commit/e04bf33605fb3574580bb3915c82062ba51d07c0) Thanks [@deodad](https://github.com/deodad)! - - improved isAuthorized
- Updates isAuthorized to call eth_accounts to determine if the connector is
authorized or not. If the frame provided wallet is connected this will return
true, otherwise it should return false without triggering a prompt for the user
to connect.

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frame-wagmi-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/frame-wagmi-connector",
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading