Skip to content

Commit 7a5a320

Browse files
Version Packages (rc)
1 parent 83e132a commit 7a5a320

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"forty-tomatoes-punch",
6161
"four-countries-clean",
6262
"four-ghosts-watch",
63+
"four-rockets-live",
6364
"four-tables-cheat",
6465
"four-toes-serve",
6566
"fresh-moose-hope",

CHANGELOG.md

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

3+
## 4.0.0-rc.11
4+
5+
### Major Changes
6+
7+
- [#12840](https://github.com/apollographql/apollo-client/pull/12840) [`83e132a`](https://github.com/apollographql/apollo-client/commit/83e132ab1bacb3293da61dd4519379e36a1fb090) Thanks [@phryneas](https://github.com/phryneas)! - If you use an incremental delivery handler, you now have to explicitly opt into adding the chunk types to the `ApolloLink.Result` type.
8+
9+
```ts title="apollo-client.d.ts
10+
import { Defer20220824Handler } from "@apollo/client/incremental";
11+
12+
declare module "@apollo/client" {
13+
export interface TypeOverrides extends Defer20220824Handler.TypeOverrides {}
14+
}
15+
```
16+
317
## 4.0.0-rc.10
418

519
### Major Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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",
3-
"version": "4.0.0-rc.10",
3+
"version": "4.0.0-rc.11",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)