File tree Expand file tree Collapse file tree 6 files changed +19
-11
lines changed
experimental-nextjs-app-support Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ __metadata:
3232 linkType : hard
3333
3434" @apollo/client-react-streaming@exec:./shared/build-client-react-streaming.cjs::locator=%40integration-test%2Froot%40workspace%3A. " :
35- version : 0.11.8
35+ version : 0.11.9
3636 resolution : " @apollo/client-react-streaming@exec:./shared/build-client-react-streaming.cjs#./shared/build-client-react-streaming.cjs::hash=4f1b75&locator=%40integration-test%2Froot%40workspace%3A."
3737 dependencies :
3838 ts-invariant : " npm:^0.10.3"
@@ -83,10 +83,10 @@ __metadata:
8383 linkType : hard
8484
8585" @apollo/experimental-nextjs-app-support@exec:./shared/build-experimental-nextjs-app-support.cjs::locator=%40integration-test%2Froot%40workspace%3A. " :
86- version : 0.11.8
86+ version : 0.11.9
8787 resolution : " @apollo/experimental-nextjs-app-support@exec:./shared/build-experimental-nextjs-app-support.cjs#./shared/build-experimental-nextjs-app-support.cjs::hash=db9e8a&locator=%40integration-test%2Froot%40workspace%3A."
8888 dependencies :
89- " @apollo/client-react-streaming " : " npm:0.11.8 "
89+ " @apollo/client-react-streaming " : " npm:0.11.9 "
9090 peerDependencies :
9191 " @apollo/client " : ^3.10.4
9292 next : ^13.4.1 || ^14.0.0 || ^15.0.0-rc.0
Original file line number Diff line number Diff line change 11# @apollo/client-react-streaming
22
3+ ## 0.11.9
4+
5+ ### Patch Changes
6+
7+ - aaf041c: ` createInjectionTransformStream ` : fix handling if ` </head> ` is chopped up into multiple chunks
8+
39## 0.11.8
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @apollo/client-react-streaming" ,
3- "version" : " 0.11.8 " ,
3+ "version" : " 0.11.9 " ,
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.11.9
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ aaf041c]
8+ - @apollo/client-react-streaming @0.11.9
9+
310## 0.11.8
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @apollo/experimental-nextjs-app-support" ,
3- "version" : " 0.11.8 " ,
3+ "version" : " 0.11.9 " ,
44 "repository" : {
55 "url" : " git+https://github.com/apollographql/apollo-client-nextjs.git"
66 },
149149 "react" : " ^18 || >=19.0.0-rc"
150150 },
151151 "dependencies" : {
152- "@apollo/client-react-streaming" : " 0.11.8 "
152+ "@apollo/client-react-streaming" : " 0.11.9 "
153153 }
154154}
You can’t perform that action at this time.
0 commit comments