diff --git a/.changeset/cuddly-kings-kneel.md b/.changeset/cuddly-kings-kneel.md deleted file mode 100644 index 20ef593..0000000 --- a/.changeset/cuddly-kings-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fc-auth/react": patch ---- - -Fixed an issue with wrong styles export. diff --git a/examples/authkit-expo-demo/CHANGELOG.md b/examples/authkit-expo-demo/CHANGELOG.md index bcba47c..3c141c4 100644 --- a/examples/authkit-expo-demo/CHANGELOG.md +++ b/examples/authkit-expo-demo/CHANGELOG.md @@ -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 diff --git a/examples/authkit-expo-demo/package.json b/examples/authkit-expo-demo/package.json index 50364a1..d83038a 100644 --- a/examples/authkit-expo-demo/package.json +++ b/examples/authkit-expo-demo/package.json @@ -1,6 +1,6 @@ { "name": "authkit-expo-demo", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "scripts": { "start": "expo start", diff --git a/examples/frontend-only/CHANGELOG.md b/examples/frontend-only/CHANGELOG.md index d6513ba..2db6a96 100644 --- a/examples/frontend-only/CHANGELOG.md +++ b/examples/frontend-only/CHANGELOG.md @@ -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 diff --git a/examples/frontend-only/package.json b/examples/frontend-only/package.json index 12d9aea..f792ec6 100644 --- a/examples/frontend-only/package.json +++ b/examples/frontend-only/package.json @@ -1,7 +1,7 @@ { "name": "frontend-only", "private": true, - "version": "0.0.2", + "version": "0.0.3", "type": "module", "scripts": { "dev": "vite", diff --git a/examples/with-next-auth/CHANGELOG.md b/examples/with-next-auth/CHANGELOG.md index 641ab11..3d71335 100644 --- a/examples/with-next-auth/CHANGELOG.md +++ b/examples/with-next-auth/CHANGELOG.md @@ -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 diff --git a/examples/with-next-auth/package.json b/examples/with-next-auth/package.json index e323e2a..d04a511 100644 --- a/examples/with-next-auth/package.json +++ b/examples/with-next-auth/package.json @@ -1,6 +1,6 @@ { "name": "with-next-auth", - "version": "0.1.2", + "version": "0.1.3", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index eab79e4..3ed011e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index b3e2ae3..89d44d6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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",