Skip to content

Commit b3592a9

Browse files
Version Packages (alpha)
1 parent ecf64f5 commit b3592a9

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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",

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 3.8.0-alpha.9
410

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