Skip to content

Commit

Permalink
chore: changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Sep 30, 2024
1 parent 4cbd4e1 commit 2be0e56
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .changeset/mighty-berries-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"@farcaster/auth-client": minor
"@farcaster/auth-kit": patch
"with-next-auth": patch
"frontend-only": patch
"@farcaster/auth-relay": patch
---

This release drops `ethers` and `siwe` dependency in favour of `viem/siwe`

---

**Breaking changes**:

- `@farcaster/auth-client`:
- `AppClient.verifySignInMessage` won't return `success` and instead will throw
an error if the verification hasn't succeeded.
- `issuedAt` is now of type `Date`, opposed to `string` in the past.
- `viem` peer dependency bumped to `2.x` version and won't support `1.x` versions.

0 comments on commit 2be0e56

Please sign in to comment.