Skip to content

Commit 151ff6a

Browse files
Version Packages (beta)
1 parent 879ee31 commit 151ff6a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
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",
@@ -46,6 +48,7 @@
4648
"small-pots-applaud",
4749
"small-timers-shake",
4850
"small-tomatoes-explode",
51+
"smooth-clouds-sort",
4952
"smooth-forks-shop",
5053
"strange-drinks-report",
5154
"tasty-wasps-relate",

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- [#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.
12+
313
## 3.8.0-beta.4
414

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