Skip to content

Commit a523b9f

Browse files
Version Packages (#532)
* Version Packages * fixup changesets --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lenz Weber-Tronic <[email protected]>
1 parent 0385d57 commit a523b9f

File tree

13 files changed

+48
-21
lines changed

13 files changed

+48
-21
lines changed

.changeset/quick-numbers-chew.md

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

.changeset/thick-rivers-provide.md

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

packages/client-react-streaming/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @apollo/client-react-streaming
22

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- 0385d57: fix race condition in `createInjectionTransformStream`
8+
- 00e61e5: Handle errors in incremental chunks when streaming from hook SSR.
9+
310
## 0.14.2
411

512
### 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.14.2",
3+
"version": "0.14.3",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/experimental-nextjs-app-support
22

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- @apollo/client-integration-nextjs@0.14.3
8+
39
## 0.14.2
410

511
### 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.14.2",
3+
"version": "0.14.3",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},
@@ -99,6 +99,6 @@
9999
"rxjs": "^7.3.0"
100100
},
101101
"dependencies": {
102-
"@apollo/client-integration-nextjs": "0.14.2"
102+
"@apollo/client-integration-nextjs": "0.14.3"
103103
}
104104
}

packages/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/client-integration-nextjs
22

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0385d57]
8+
- Updated dependencies [00e61e5]
9+
- @apollo/client-react-streaming@0.14.3
10+
311
## 0.14.2
412

513
### Patch Changes

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-integration-nextjs",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},
@@ -107,6 +107,6 @@
107107
"rxjs": "^7.3.0"
108108
},
109109
"dependencies": {
110-
"@apollo/client-react-streaming": "0.14.2"
110+
"@apollo/client-react-streaming": "0.14.3"
111111
}
112112
}

packages/react-router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/client-integration-react-router
22

3+
## 0.14.3-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0385d57]
8+
- Updated dependencies [00e61e5]
9+
- @apollo/client-react-streaming@0.14.3
10+
311
## 0.14.2-alpha.0
412

513
### Patch Changes

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-integration-react-router",
3-
"version": "0.14.2-alpha.0",
3+
"version": "0.14.3-alpha.0",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations"
66
},
@@ -92,7 +92,7 @@
9292
"rxjs": "^7.3.0"
9393
},
9494
"dependencies": {
95-
"@apollo/client-react-streaming": "0.14.2",
95+
"@apollo/client-react-streaming": "0.14.3",
9696
"@types/react-dom": "^19.0.0",
9797
"promiscade": "^0.0.2"
9898
}

0 commit comments

Comments
 (0)