Skip to content

Commit 11fc644

Browse files
wobsorianodavecarlson
authored andcommitted
feat(nextjs): Add Next 16 support (#7055)
Co-authored-by: Dave Carlson <[email protected]>
1 parent 3d4c3ba commit 11fc644

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/ten-crabs-wear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/nextjs": minor
3+
---
4+
5+
Added support for Next.js 16. See the [Next.js 16 blog post](https://nextjs.org/blog/next-16) for more details.

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"next": "14.2.33"
9797
},
9898
"peerDependencies": {
99-
"next": "^13.5.7 || ^14.2.25 || ^15.2.3",
99+
"next": "^13.5.7 || ^14.2.25 || ^15.2.3 || ^16",
100100
"react": "catalog:peer-react",
101101
"react-dom": "catalog:peer-react"
102102
},

0 commit comments

Comments
 (0)