Skip to content

Commit 2c4fd8b

Browse files
Version Packages (rc) (#12842)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65b503f commit 2c4fd8b

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 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",
@@ -270,6 +271,7 @@
270271
"unlucky-kiwis-sell",
271272
"unlucky-sheep-change",
272273
"warm-ties-sit",
274+
"weak-goats-melt",
273275
"weak-melons-join",
274276
"weak-owls-buy",
275277
"wicked-forks-double",

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
17+
- [#12841](https://github.com/apollographql/apollo-client/pull/12841) [`65b503f`](https://github.com/apollographql/apollo-client/commit/65b503fe4bfcf942e8f66f36f622f5f6448d6731) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove the `DataMasking` interface exported from `@apollo/client` and `@apollo/client/masking`.
18+
319
## 4.0.0-rc.10
420

521
### 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)