Skip to content

Commit

Permalink
chore: version packages (#213)
Browse files Browse the repository at this point in the history
## Change Summary

Version `auth-relay@0.2.0`, `auth-client@0.3.0`, `auth-kit@0.6.0`

## 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 Aug 21, 2024
1 parent 088f6ca commit fbf4471
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/tidy-badgers-brush.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 088f6ca: Drop SIWE params from sign in URLs

## 0.1.1

### Patch 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.1",
"version": "0.2.0",
"description": "Farcaster Auth relay server",
"private": true,
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farcaster/auth-client

## 0.3.0

### Minor Changes

- 088f6ca: Drop SIWE params from sign in URLs

## 0.2.1

### Patch 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.1",
"version": "0.3.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/auth-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @farcaster/auth-kit

## 0.6.0

### Minor Changes

- 088f6ca: Drop SIWE params from sign in URLs

### Patch Changes

- Updated dependencies [088f6ca]
- @farcaster/auth-client@0.3.0

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"type": "module",
"main": "./dist/auth-kit.js",
"types": "./dist/auth-kit.d.ts",
Expand All @@ -18,7 +18,7 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@farcaster/auth-client": "^0.2.0",
"@farcaster/auth-client": "^0.3.0",
"@vanilla-extract/css": "^1.14.0",
"ethers": "^6.12.0",
"qrcode": "^1.5.3",
Expand Down

0 comments on commit fbf4471

Please sign in to comment.