Skip to content

Commit

Permalink
chore: version packages (#2)
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 ad12f5d commit 27d0f1c
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-kings-kneel.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.2

### Patch Changes

- Updated dependencies [[`cfd8dc7`](https://github.com/dalechyn/fc-auth/commit/cfd8dc7a0253f7da57fbeb8212e0141a9fa5222d)]:
- @fc-auth/react@0.0.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"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.3

### Patch Changes

- Updated dependencies [[`cfd8dc7`](https://github.com/dalechyn/fc-auth/commit/cfd8dc7a0253f7da57fbeb8212e0141a9fa5222d)]:
- @fc-auth/react@0.0.2

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.3

### Patch Changes

- Updated dependencies [[`cfd8dc7`](https://github.com/dalechyn/fc-auth/commit/cfd8dc7a0253f7da57fbeb8212e0141a9fa5222d)]:
- @fc-auth/react@0.0.2

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.2

### Patch Changes

- [`cfd8dc7`](https://github.com/dalechyn/fc-auth/commit/cfd8dc7a0253f7da57fbeb8212e0141a9fa5222d) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with wrong styles export.

## 0.0.1

### 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.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 27d0f1c

Please sign in to comment.