Skip to content

Commit

Permalink
Bump version to 0.0.79
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Jan 6, 2025
1 parent f988bf9 commit d46fa61
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## 0.0.78

- Fix auth refresh silent failure for React Native. This has been a slippery
issue, if you use Convex Auth in a React Native app please let us know if this
fixes for you.

- Expose function reference types `SignInAction` and `SignOutAction` for the
benefit of other client implementations (Svelte, Solid, etc.). As with all
APIs in the library these are not stable and may change until this library
reaches 1.0.

- Add a platform check in the recommended `ConvexAuthProvider` use for React
Native in docs.

## 0.0.78

- Add support for
[custom OAuth callback and sign-in URLs](https://labs.convex.dev/auth/advanced#custom-callback-and-sign-in-urls)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@convex-dev/auth",
"version": "0.0.78",
"version": "0.0.79",
"description": "Authentication for Convex",
"keywords": [
"authentication",
Expand Down
2 changes: 1 addition & 1 deletion test-nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d46fa61

Please sign in to comment.