Skip to content

Commit

Permalink
chore: version packages (#173)
Browse files Browse the repository at this point in the history
## Motivation

Version `auth-kit@0.3.1`

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [x] PR has a changeset
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [x] PR includes documentation if necessary
- [x] All commits have been signed
  • Loading branch information
horsefacts authored May 22, 2024
1 parent 5c0623d commit cc83b7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-books-heal.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- 5c0623d: feat: add sign up CTA to modal

## 0.3.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.3.0",
"version": "0.3.1",
"type": "module",
"main": "./dist/auth-kit.js",
"types": "./dist/auth-kit.d.ts",
Expand Down

1 comment on commit cc83b7b

@NikitaChekalin
Copy link

@NikitaChekalin NikitaChekalin commented on cc83b7b Jun 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, please give answers to my 2 questions, I want to integrate farcaster auth

  1. how can I automatically open a modal window with a QR code (I need to implement the opening behavior as if I pressed a button on SignIn coming from the package).

  2. If I use QR code with uri, and I login from my phone, how do I know that the login has happened?

My telegram: @frontendNC
Gmail: cekalinnik@gmail.com

Also i will be here in this comment

Please sign in to comment.