Skip to content

Commit d54903f

Browse files
Version Packages (beta)
1 parent ee407ef commit d54903f

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@
2222
"heavy-ties-sneeze",
2323
"hungry-chairs-live",
2424
"hungry-eagles-kick",
25+
"khaki-months-rhyme",
2526
"lazy-teachers-sell",
2627
"light-ravens-wait",
28+
"little-schools-roll",
2729
"mean-tigers-thank",
2830
"modern-peaches-marry",
2931
"neat-rockets-sleep",
3032
"nine-boxes-happen",
3133
"odd-pumpkins-care",
3234
"odd-students-crash",
3335
"old-moles-run",
36+
"olive-pans-report",
3437
"polite-birds-rescue",
3538
"popular-beers-move",
3639
"rude-frogs-destroy",
@@ -46,7 +49,9 @@
4649
"small-pots-applaud",
4750
"small-timers-shake",
4851
"small-tomatoes-explode",
52+
"smooth-clouds-sort",
4953
"smooth-forks-shop",
54+
"spotty-news-stare",
5055
"strange-drinks-report",
5156
"tasty-wasps-relate",
5257
"twelve-files-promise",

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @apollo/client
22

3+
## 3.8.0-beta.5
4+
5+
### Patch Changes
6+
7+
- [#10631](https://github.com/apollographql/apollo-client/pull/10631) [`b93388d75`](https://github.com/apollographql/apollo-client/commit/b93388d7582d88859c4975dff524c1ceb5bd2b4e) Thanks [@phryneas](https://github.com/phryneas)! - ObservableQuery.getCurrentResult: skip the cache if the running query should not access the cache
8+
9+
- [#10999](https://github.com/apollographql/apollo-client/pull/10999) [`c1904a78a`](https://github.com/apollographql/apollo-client/commit/c1904a78abb186f475303d632c2cb303bbd8d4f9) Thanks [@phryneas](https://github.com/phryneas)! - Fix a bug in `QueryReference` where `this.resolve` or `this.reject` might be executed even if `undefined`.
10+
11+
- [#11018](https://github.com/apollographql/apollo-client/pull/11018) [`5618953f3`](https://github.com/apollographql/apollo-client/commit/5618953f332a10c7df1b385126ec714aa5809c48) Thanks [@jerelmiller](https://github.com/jerelmiller)! - `useBackgroundQuery` now uses its own options type called `BackgroundQueryHookOptions` rather than reusing `SuspenseQueryHookOptions`.
12+
13+
- [#11010](https://github.com/apollographql/apollo-client/pull/11010) [`1051a9c88`](https://github.com/apollographql/apollo-client/commit/1051a9c888ba86511b7fcb80a26d3b3050359258) Thanks [@alessbell](https://github.com/alessbell)! - Hide queryRef in a Symbol in `useBackgroundQuery`s return value.
14+
15+
- [#10960](https://github.com/apollographql/apollo-client/pull/10960) [`ee407ef97`](https://github.com/apollographql/apollo-client/commit/ee407ef97317bf29c554732237aaf11552e06b01) Thanks [@alessbell](https://github.com/alessbell)! - Adds support for `returnPartialData` and `refetchWritePolicy` options in `useBackgroundQuery` hook.
16+
317
## 3.8.0-beta.4
418

519
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "3.8.0-beta.4",
3+
"version": "3.8.0-beta.5",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)