Skip to content

Commit 0a2d0f4

Browse files
Version Packages (rc) (#12783)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2b51b3 commit 0a2d0f4

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"cool-bikes-shake",
3131
"cool-kiwis-hunt",
3232
"cool-mice-visit",
33+
"cuddly-kangaroos-breathe",
3334
"cuddly-spiders-tie",
3435
"curvy-flies-accept",
3536
"curvy-lamps-sing",
@@ -48,6 +49,7 @@
4849
"empty-rats-cough",
4950
"few-crabs-move",
5051
"few-donuts-perform",
52+
"five-crabs-remember",
5153
"flat-readers-invite",
5254
"fluffy-shoes-applaud",
5355
"forty-hairs-occur",
@@ -83,6 +85,7 @@
8385
"healthy-apes-sneeze",
8486
"healthy-books-flash",
8587
"healthy-ghosts-report",
88+
"heavy-ways-call",
8689
"hip-vans-act",
8790
"hot-cycles-notice",
8891
"hot-seahorses-film",
@@ -115,6 +118,7 @@
115118
"many-buses-allow",
116119
"many-papayas-hide",
117120
"many-seas-call",
121+
"mean-beans-agree",
118122
"mean-lizards-think",
119123
"metal-needles-search",
120124
"mighty-carrots-bathe",
@@ -133,6 +137,7 @@
133137
"ninety-nails-compete",
134138
"odd-chicken-hide",
135139
"odd-lemons-relax",
140+
"odd-spiders-dream",
136141
"old-avocados-cover",
137142
"old-mangos-grin",
138143
"old-melons-double",
@@ -232,6 +237,7 @@
232237
"tough-tips-drop",
233238
"tricky-tables-shave",
234239
"twelve-mangos-dance",
240+
"twenty-numbers-perform",
235241
"twenty-snakes-sort",
236242
"unlucky-kiwis-sell",
237243
"unlucky-sheep-change",

CHANGELOG.md

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

3+
## 4.0.0-rc.6
4+
5+
### Major Changes
6+
7+
- [#12787](https://github.com/apollographql/apollo-client/pull/12787) [`8ce31fa`](https://github.com/apollographql/apollo-client/commit/8ce31fae54b1ae76c557f361cc946858cb2ff66b) Thanks [@phryneas](https://github.com/phryneas)! - Remove `DataProxy` namespace and interface.
8+
9+
- [#12788](https://github.com/apollographql/apollo-client/pull/12788) [`4179446`](https://github.com/apollographql/apollo-client/commit/417944677d2e79606b0f6cabd8d5d8b2063c876b) Thanks [@phryneas](https://github.com/phryneas)! - `TVariables` now always `extends OperationVariables` in all interfaces.
10+
11+
- [#12802](https://github.com/apollographql/apollo-client/pull/12802) [`e2b51b3`](https://github.com/apollographql/apollo-client/commit/e2b51b30acbd360253100f9d2a91fe7e0c57be4c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Disallow the `mutation` option for the `mutate` function returned from `useMutation`.
12+
13+
- [#12787](https://github.com/apollographql/apollo-client/pull/12787) [`8ce31fa`](https://github.com/apollographql/apollo-client/commit/8ce31fae54b1ae76c557f361cc946858cb2ff66b) Thanks [@phryneas](https://github.com/phryneas)! - Generic arguments for `Cache.ReadOptions` were flipped from `TVariables, TData` to `TData, TVariables`.
14+
15+
- [#12793](https://github.com/apollographql/apollo-client/pull/12793) [`24e98a1`](https://github.com/apollographql/apollo-client/commit/24e98a16648d4c21f37ba51a678a8849f88174ea) Thanks [@phryneas](https://github.com/phryneas)! - `ApolloConsumer` has been removed - please use `useApolloClient` instead.
16+
17+
### Patch Changes
18+
19+
- [#12782](https://github.com/apollographql/apollo-client/pull/12782) [`742b3a0`](https://github.com/apollographql/apollo-client/commit/742b3a0ed65d28818974e56225c86ab7e350e677) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Move `ApolloClient`, `ObservableQuery`, and `ApolloCache.watchFragment` method options and result types into namespaces. The old types are now exported as deprecated.
20+
321
## 4.0.0-rc.5
422

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

0 commit comments

Comments
 (0)