Skip to content

Commit

Permalink
chore: version auth-kit (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
horsefacts authored Jan 26, 2024
1 parent 0c216c4 commit 7750789
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-hornets-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-weeks-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-steaks-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-snails-burn.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/auth-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @farcaster/auth-kit

## 0.1.1

### Patch Changes

- 5931f5a: fix: check window.location for RN compatibility
- 181e0e8: add verifications to profile
- 8913f4e: add optional disableSignOut prop
- 0c216c4: feat: optional provider config prop

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/auth-kit",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/auth-kit.js",
"types": "./dist/auth-kit.d.ts",
Expand Down

0 comments on commit 7750789

Please sign in to comment.