Skip to content

Commit

Permalink
chore: release packages (#120)
Browse files Browse the repository at this point in the history
* chore: update changesets

* chore: version packages
  • Loading branch information
horsefacts authored Jan 26, 2024
1 parent cfd30e4 commit c09ac07
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-suns-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-glasses-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-impalas-speak.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-stingrays-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-hotels-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-kangaroos-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-yaks-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-horses-repeat.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.0.7

### Patch Changes

- cfd30e4: Return custody address and verifications
- f697a4f: fix: allow port in domain

## 0.0.6

### 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.0.6",
"version": "0.0.7",
"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.1.0

### Minor Changes

- cfd30e4: Return custody address and verifications

## 0.0.22

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

## 0.1.0

### Minor Changes

- cfd30e4: Return custody address and verifications
- 5475d3d: Add Sign Out button

### Patch Changes

- 02479a5: Add CSS classes to components
- be9a35a: fix: iOS redirect delay
- 52bc8ab: Fix: memoize callbacks on SignInButton
- 47a8553: fix: reconnect on channel timeout
- 8303558: add default siweUri and domain
- Updated dependencies [cfd30e4]
- @farcaster/auth-client@0.1.0

## 0.0.39

### Patch 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.0.39",
"version": "0.1.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.0.22",
"@farcaster/auth-client": "^0.1.0",
"@vanilla-extract/css": "^1.14.0",
"qrcode": "^1.5.3",
"react-remove-scroll": "^2.5.7"
Expand Down
6 changes: 6 additions & 0 deletions test/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# client-test

## 0.0.4

### Patch Changes

- cfd30e4: Return custody address and verifications

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-test",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"test": " DOTENV_CONFIG_PATH=.env.test jest",
Expand Down

0 comments on commit c09ac07

Please sign in to comment.