Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
horsefacts committed Aug 20, 2024
1 parent b23079b commit 2fec11c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-islands-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-readers-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-buttons-poke.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/auth-relay

## 0.1.1

### Patch Changes

- d3d9e63: fix: set generated nonce in signature params
- 92b841c: add request metadata to channel

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/auth-relay",
"version": "0.1.0",
"version": "0.1.1",
"description": "Farcaster Auth relay server",
"private": true,
"type": "commonjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/auth-client

## 0.2.1

### Patch Changes

- 92b841c: add request metadata to channel
- b23079b: allow channel token only in sign in URI

## 0.2.0

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

0 comments on commit 2fec11c

Please sign in to comment.