Skip to content

Commit 7468fde

Browse files
Version Packages (#436)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aaf041c commit 7468fde

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

.changeset/strange-boats-type.md

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

integration-test/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

packages/client-react-streaming/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

packages/client-react-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},

packages/experimental-nextjs-app-support/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

packages/experimental-nextjs-app-support/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},
@@ -149,6 +149,6 @@
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
}

0 commit comments

Comments
 (0)