Skip to content

Commit

Permalink
chore: version packages (#1)
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 805a561 commit d85da44
Show file tree
Hide file tree
Showing 13 changed files with 79 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .changeset/yellow-rats-nail.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
@@ -0,0 +1,7 @@
# @fc-auth/relay

## 0.0.1

### Patch Changes

- [`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee) Thanks [@dalechyn](https://github.com/dalechyn)! - Test realease.
2 changes: 1 addition & 1 deletion apps/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fc-auth/relay",
"description": "Farcaster Auth relay server",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions examples/authkit-expo-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# authkit-expo-demo

## 1.0.1

### Patch Changes

- [`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee) Thanks [@dalechyn](https://github.com/dalechyn)! - Test realease.

- Updated dependencies [[`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee)]:
- @fc-auth/react@0.0.1
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.0",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
10 changes: 10 additions & 0 deletions examples/frontend-only/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frontend-only

## 0.0.2

### Patch Changes

- [`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee) Thanks [@dalechyn](https://github.com/dalechyn)! - Test realease.

- Updated dependencies [[`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee)]:
- @fc-auth/react@0.0.1
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.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
11 changes: 11 additions & 0 deletions examples/with-next-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# with-next-auth

## 0.1.2

### Patch Changes

- [`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee) Thanks [@dalechyn](https://github.com/dalechyn)! - Test realease.

- Updated dependencies [[`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee)]:
- @fc-auth/react@0.0.1
- @fc-auth/core@0.0.1
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.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @fc-auth/core

## 0.0.1

### Patch Changes

- [`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee) Thanks [@dalechyn](https://github.com/dalechyn)! - Test realease.

- Updated dependencies [[`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee)]:
- @fc-auth/relay@0.0.1
22 changes: 16 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fc-auth/core",
"description": "A framework agnostic client library for Farcaster Auth.",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,11 +64,21 @@
},
"typesVersions": {
"*": {
"actions": ["./dist/types/exports/actions.d.ts"],
"clients": ["./dist/types/exports/clients.d.ts"],
"contracts": ["./dist/types/exports/contracts.d.ts"],
"errors": ["./dist/types/exports/errors.d.ts"],
"utils": ["./dist/types/exports/utils.d.ts"]
"actions": [
"./dist/types/exports/actions.d.ts"
],
"clients": [
"./dist/types/exports/clients.d.ts"
],
"contracts": [
"./dist/types/exports/contracts.d.ts"
],
"errors": [
"./dist/types/exports/errors.d.ts"
],
"utils": [
"./dist/types/exports/utils.d.ts"
]
}
},
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @fc-auth/react

## 0.0.1

### Patch Changes

- [`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee) Thanks [@dalechyn](https://github.com/dalechyn)! - Test realease.

- Updated dependencies [[`e0f9821`](https://github.com/dalechyn/fc-auth/commit/e0f9821485e887bc7a47b36fcf31f8f6feb5a8ee)]:
- @fc-auth/core@0.0.1
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.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit d85da44

Please sign in to comment.