Skip to content

Commit 35deec3

Browse files
ci: Version Packages (#9870)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ed2d16 commit 35deec3

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/old-plants-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/react/nextjs-suspense-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.90.8",
1212
"@tanstack/react-query-devtools": "^5.90.2",
13-
"@tanstack/react-query-next-experimental": "^5.90.2",
13+
"@tanstack/react-query-next-experimental": "^5.91.0",
1414
"next": "^16.0.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/react-query-next-experimental
2+
3+
## 5.91.0
4+
5+
### Minor Changes
6+
7+
- feat(react-query-next-experimental): support Next.js 16 ([#9868](https://github.com/TanStack/query/pull/9868))

packages/react-query-next-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-query-next-experimental",
3-
"version": "5.90.2",
3+
"version": "5.91.0",
44
"description": "Hydration utils for React Query in the NextJs app directory",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)