Skip to content

Commit

Permalink
chore: version packages (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 5, 2024
1 parent bb8c782 commit 8992851
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-oranges-grow.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/authkit-expo-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# authkit-expo-demo

## 1.0.3

### Patch Changes

- Updated dependencies [[`bb8c782`](https://github.com/dalechyn/fc-auth/commit/bb8c782ddf1bd30dbf15f2650f9de84a2b2d43a3)]:
- @fc-auth/react@0.0.3

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/authkit-expo-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authkit-expo-demo",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
7 changes: 7 additions & 0 deletions examples/frontend-only/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# frontend-only

## 0.0.4

### Patch Changes

- Updated dependencies [[`bb8c782`](https://github.com/dalechyn/fc-auth/commit/bb8c782ddf1bd30dbf15f2650f9de84a2b2d43a3)]:
- @fc-auth/react@0.0.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/frontend-only/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend-only",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions examples/with-next-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# with-next-auth

## 0.1.4

### Patch Changes

- Updated dependencies [[`bb8c782`](https://github.com/dalechyn/fc-auth/commit/bb8c782ddf1bd30dbf15f2650f9de84a2b2d43a3)]:
- @fc-auth/react@0.0.3

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-next-auth",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fc-auth/react

## 0.0.3

### Patch Changes

- [`bb8c782`](https://github.com/dalechyn/fc-auth/commit/bb8c782ddf1bd30dbf15f2650f9de84a2b2d43a3) Thanks [@dalechyn](https://github.com/dalechyn)! - Implemented necessary changes from https://github.com/farcasterxyz/auth-monorepo/commit/951a6925b9aa4d3ed2e1f48690f42620e9793c21.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fc-auth/react",
"description": "A React library that makes it easy to add Sign In With Farcaster to your application.",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8992851

Please sign in to comment.