Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Nov 27, 2024
1 parent 67008ea commit f1626fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

- BREAKING: `convexAuthNextjsToken()` is now async and must be `await`ed.
- Support for Next.js 15.
- Update convex peer dependency to ^1.17.

## 0.0.74

- Fix to header propagation in Next.js middleware
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"peerDependencies": {
"@auth/core": "^0.36.0",
"convex": ">=1.14.4-0 <2.0.0",
"convex": "^1.17.0",
"react": "^18.2.0 || ^19.0.0-0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit f1626fd

Please sign in to comment.