diff --git a/.changeset/cuddly-emus-fail.md b/.changeset/cuddly-emus-fail.md deleted file mode 100644 index d3830efd702..00000000000 --- a/.changeset/cuddly-emus-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -AutoCleanedCache: only schedule batched cache cleanup if the cache is full (fixes #11790) diff --git a/.changeset/early-pots-rule.md b/.changeset/early-pots-rule.md deleted file mode 100644 index 3182add0cc2..00000000000 --- a/.changeset/early-pots-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -`RenderPromises`: use `canonicalStringify` to serialize `variables` to ensure query deduplication is properly applied even when `variables` are specified in a different order. diff --git a/.changeset/healthy-chairs-sleep.md b/.changeset/healthy-chairs-sleep.md deleted file mode 100644 index cfaf23a0a96..00000000000 --- a/.changeset/healthy-chairs-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Update the `rehackt` dependency to `^0.1.0` diff --git a/.changeset/strange-needles-suffer.md b/.changeset/strange-needles-suffer.md deleted file mode 100644 index 23cd112467b..00000000000 --- a/.changeset/strange-needles-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix operation.setContext() type diff --git a/CHANGELOG.md b/CHANGELOG.md index 29faf90bc17..4b7d3be87b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @apollo/client +## 3.10.1 + +### Patch Changes + +- [#11792](https://github.com/apollographql/apollo-client/pull/11792) [`5876c35`](https://github.com/apollographql/apollo-client/commit/5876c35530a21473207954d1f0c2b7dd00c0b9ea) Thanks [@phryneas](https://github.com/phryneas)! - AutoCleanedCache: only schedule batched cache cleanup if the cache is full (fixes #11790) + +- [#11799](https://github.com/apollographql/apollo-client/pull/11799) [`1aca7ed`](https://github.com/apollographql/apollo-client/commit/1aca7ed5a3accf2303ccdf9b3dece7278f03ad62) Thanks [@phryneas](https://github.com/phryneas)! - `RenderPromises`: use `canonicalStringify` to serialize `variables` to ensure query deduplication is properly applied even when `variables` are specified in a different order. + +- [#11803](https://github.com/apollographql/apollo-client/pull/11803) [`bf9dd17`](https://github.com/apollographql/apollo-client/commit/bf9dd17b288f33901e9421bcc0eacb3894c087af) Thanks [@phryneas](https://github.com/phryneas)! - Update the `rehackt` dependency to `^0.1.0` + +- [#11756](https://github.com/apollographql/apollo-client/pull/11756) [`60592e9`](https://github.com/apollographql/apollo-client/commit/60592e95399c3695d1d49a4c39ad29f00d4059fd) Thanks [@henryqdineen](https://github.com/henryqdineen)! - Fix operation.setContext() type + ## 3.10.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 0d79b181395..03692f06e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.10.0", + "version": "3.10.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a4157dcc021..d1f3a185c15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.10.0", + "version": "3.10.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [