Skip to content

Commit 5fe9b1d

Browse files
Version Packages (alpha)
1 parent 54c4d2f commit 5fe9b1d

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
"curvy-dragons-talk",
99
"dry-crabs-thank",
1010
"early-pens-retire",
11+
"funny-peas-change",
1112
"heavy-ties-sneeze",
1213
"hungry-eagles-kick",
1314
"lazy-teachers-sell",
1415
"odd-students-crash",
1516
"polite-birds-rescue",
1617
"rude-mayflies-scream",
1718
"short-bikes-mate",
19+
"silver-radios-chew",
1820
"sixty-trains-sniff",
1921
"small-timers-shake",
2022
"wild-mice-nail",

CHANGELOG.md

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

3+
## 3.8.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- [#10651](https://github.com/apollographql/apollo-client/pull/10651) [`8355d0e1e`](https://github.com/apollographql/apollo-client/commit/8355d0e1e9c1cee58cabd7df68d3ba09a3afaf6c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fixes an issue where `useSuspenseQuery` would not respond to cache updates when using a cache-first `fetchPolicy` after the hook was mounted with data already in the cache.
8+
9+
- [#10656](https://github.com/apollographql/apollo-client/pull/10656) [`54c4d2f3c`](https://github.com/apollographql/apollo-client/commit/54c4d2f3c719654e38e537ec38f1cb415c7c3f58) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure `refetch`, `fetchMore`, and `subscribeToMore` functions returned by `useSuspenseQuery` are referentially stable between renders, even as `data` is updated.
10+
311
## 3.8.0-alpha.9
412

513
### 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-alpha.9",
3+
"version": "3.8.0-alpha.10",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)