File tree Expand file tree Collapse file tree 12 files changed +55
-13
lines changed
experimental-nextjs-app-support Expand file tree Collapse file tree 12 files changed +55
-13
lines changed Original file line number Diff line number Diff line change 1818 "@integration-test/shared" : " 0.0.0" ,
1919 "@integration-test/tanstack-start" : " 0.0.0" ,
2020 "@integration-test/vite-streaming" : " 0.0.0" ,
21- "@integration-test/vitest" : " 0.0.0"
21+ "@integration-test/vitest" : " 0.0.0" ,
22+ "@integration-test/playwright" : " 0.0.0"
2223 },
2324 "changesets" : [
2425 " lovely-ears-kick" ,
26+ " moody-gifts-breathe" ,
2527 " old-squids-deny" ,
2628 " real-boats-guess" ,
2729 " rich-seahorses-reply" ,
28- " sour-wasps-drum"
30+ " silly-points-count" ,
31+ " sour-wasps-drum" ,
32+ " sweet-cherries-protect"
2933 ]
3034}
Original file line number Diff line number Diff line change 11# @apollo/client-react-streaming
22
3+ ## 0.12.0-alpha.1
4+
35## 0.12.0-alpha.0
46
57### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @apollo/client-react-streaming" ,
3- "version" : " 0.12.0-alpha.0 " ,
3+ "version" : " 0.12.0-alpha.1 " ,
44 "repository" : {
55 "url" : " git+https://github.com/apollographql/apollo-client-nextjs.git"
66 },
Original file line number Diff line number Diff line change 11# @apollo/experimental-nextjs-app-support
22
3+ ## 0.12.0-alpha.1
4+
5+ ### Minor Changes
6+
7+ - dec635c: This package has now been renamed to ` "@apollo/client-integration-nextjs" ` , please adjust your imports accordingly.
8+
9+ ### Patch Changes
10+
11+ - @apollo/client-integration-nextjs @0.12.0-alpha.1
12+
313## 0.12.0-alpha.0
414
515### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @apollo/experimental-nextjs-app-support" ,
3- "version" : " 0.12.0-alpha.0 " ,
3+ "version" : " 0.12.0-alpha.1 " ,
44 "repository" : {
55 "url" : " git+https://github.com/apollographql/apollo-client-nextjs.git"
66 },
9797 "react" : " ^18 || >=19.0.0-rc"
9898 },
9999 "dependencies" : {
100- "@apollo/client-integration-nextjs" : " 0.12.0-alpha.0 "
100+ "@apollo/client-integration-nextjs" : " 0.12.0-alpha.1 "
101101 }
102102}
Original file line number Diff line number Diff line change 1+ # @apollo/client-integration-nextjs
2+
3+ ## 0.12.0-alpha.1
4+
5+ ### Patch Changes
6+
7+ - @apollo/client-react-streaming @0.12.0-alpha.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @apollo/client-integration-nextjs" ,
3- "version" : " 0.12.0-alpha.0 " ,
3+ "version" : " 0.12.0-alpha.1 " ,
44 "repository" : {
55 "url" : " git+https://github.com/apollographql/apollo-client-nextjs.git"
66 },
106106 "react" : " ^18 || >=19.0.0-rc"
107107 },
108108 "dependencies" : {
109- "@apollo/client-react-streaming" : " 0.12.0-alpha.0 "
109+ "@apollo/client-react-streaming" : " 0.12.0-alpha.1 "
110110 }
111111}
Original file line number Diff line number Diff line change 11# @apollo/client-integration-react-router
22
3+ ## 0.12.0-alpha.1
4+
5+ ### Patch Changes
6+
7+ - 2f4890a: Set minimal version of React Router to 7.2.0-pre.3, removes need for patching.
8+ - @apollo/client-react-streaming @0.12.0-alpha.1
9+
310## 0.12.0-alpha.0
411
512### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @apollo/client-integration-react-router" ,
3- "version" : " 0.12.0-alpha.0 " ,
3+ "version" : " 0.12.0-alpha.1 " ,
44 "repository" : {
55 "url" : " git+https://github.com/apollographql/apollo-client-nextjs"
66 },
9191 "react-router" : " ^7.2.0-pre.3"
9292 },
9393 "dependencies" : {
94- "@apollo/client-react-streaming" : " 0.12.0-alpha.0 " ,
94+ "@apollo/client-react-streaming" : " 0.12.0-alpha.1 " ,
9595 "@types/react-dom" : " ^19.0.0" ,
9696 "promiscade" : " ^0.0.2"
9797 }
Original file line number Diff line number Diff line change 11# @apollo/client-integration-tanstack-start
22
3+ ## 0.12.0-alpha.1
4+
5+ ### Patch Changes
6+
7+ - 7589163: Fix peer dependencies
8+
9+ pr: #435
10+ author: CarsonF
11+ commit: 472e82b8682897cc7630a48715150685d917bdf2
12+
13+ - @apollo/client-react-streaming @0.12.0-alpha.1
14+
315## 0.12.0-alpha.0
416
517### Patch Changes
You can’t perform that action at this time.
0 commit comments