Commit e8b8ff0
authored
Version Packages (#13370)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @apollo/client@4.2.9
### Patch Changes
- [#13364](#13364)
[`2f383e7`](2f383e7)
Thanks [@atharv-sys32](https://github.com/atharv-sys32)! - Fix a bug
where GraphQL variable default values were not applied during cache
reads when variables with defaults were explicitly set to `undefined`.
This caused `@include`/`@skip` directives to throw "Invalid variable
referenced" errors when the variable was passed as `undefined` instead
of being omitted entirely.
- [#13367](#13367)
[`2b39cc8`](2b39cc8)
Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix an issue
where some `@export` queries would not react to cache updates when the
fields keyed by exported variables were updated.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 2b39cc8 commit e8b8ff0
5 files changed
Lines changed: 11 additions & 13 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments