Skip to content

Commit b49983b

Browse files
Version Packages (apollographql#13095)
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/[email protected] ### Patch Changes - [apollographql#13094](apollographql#13094) [`9cbe2c2`](apollographql@9cbe2c2) Thanks [@phryneas](https://github.com/phryneas)! - Ensure that `compact` and `mergeOptions` preserve symbol keys. This fixes an issue where the change introduced in 4.0.11 via apollographql#13049 would not be applied if `defaultOptions` for `watchQuery` were declared. Please note that `compact` and `mergeOptions` are considered internal utilities and they might have similar behavior changes in future releases. Do not use them in your application code - a change like this is not considered breaking and will not be announced as such. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9cbe2c2 commit b49983b

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.changeset/sweet-hairs-impress.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @apollo/client
22

3+
## 4.0.13
4+
5+
### Patch Changes
6+
7+
- [#13094](https://github.com/apollographql/apollo-client/pull/13094) [`9cbe2c2`](https://github.com/apollographql/apollo-client/commit/9cbe2c2dd2282ac861327d3c394578db7706df05) Thanks [@phryneas](https://github.com/phryneas)! - Ensure that `compact` and `mergeOptions` preserve symbol keys.
8+
9+
This fixes an issue where the change introduced in 4.0.11 via #13049 would not
10+
be applied if `defaultOptions` for `watchQuery` were declared.
11+
12+
Please note that `compact` and `mergeOptions` are considered internal utilities
13+
and they might have similar behavior changes in future releases.
14+
Do not use them in your application code - a change like this is not considered
15+
breaking and will not be announced as such.
16+
317
## 4.0.12
418

519
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "4.0.12",
3+
"version": "4.0.13",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)