From 8139b9ced94ed5de0aa666da43ee790f73632c28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Oct 2023 15:41:59 +0000 Subject: [PATCH] Version Packages --- .changeset/early-snakes-cheer.md | 5 ----- .changeset/hungry-vans-walk.md | 5 ----- .changeset/pretty-readers-lick.md | 5 ----- .changeset/short-owls-breathe.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 .changeset/early-snakes-cheer.md delete mode 100644 .changeset/hungry-vans-walk.md delete mode 100644 .changeset/pretty-readers-lick.md delete mode 100644 .changeset/short-owls-breathe.md diff --git a/.changeset/early-snakes-cheer.md b/.changeset/early-snakes-cheer.md deleted file mode 100644 index 0545ac8cbdc..00000000000 --- a/.changeset/early-snakes-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix nextFetchPolicy behaviour with transformed documents by keeping `options` reference stable when passing it through QueryManager. diff --git a/.changeset/hungry-vans-walk.md b/.changeset/hungry-vans-walk.md deleted file mode 100644 index 733ff354579..00000000000 --- a/.changeset/hungry-vans-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fixes a race condition in asyncMap that caused issues in React Native when errors were returned in the response payload along with a data property that was null. diff --git a/.changeset/pretty-readers-lick.md b/.changeset/pretty-readers-lick.md deleted file mode 100644 index 9811ccb33fa..00000000000 --- a/.changeset/pretty-readers-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Remove (already throwing) SuspenseCache export that should have been removed in 3.8. diff --git a/.changeset/short-owls-breathe.md b/.changeset/short-owls-breathe.md deleted file mode 100644 index 352eb2f6409..00000000000 --- a/.changeset/short-owls-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Remove some dead code. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd66f5496f..906648a992f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @apollo/client +## 3.8.5 + +### Patch Changes + +- [#11235](https://github.com/apollographql/apollo-client/pull/11235) [`6cddaaf65`](https://github.com/apollographql/apollo-client/commit/6cddaaf6543f5c0b1fb04ba47480fb393ba10de7) Thanks [@phryneas](https://github.com/phryneas)! - Fix nextFetchPolicy behaviour with transformed documents by keeping `options` reference stable when passing it through QueryManager. + +- [#11252](https://github.com/apollographql/apollo-client/pull/11252) [`327a2abbd`](https://github.com/apollographql/apollo-client/commit/327a2abbd5db87ca27f2ffd1d2f8dccd75868a58) Thanks [@phryneas](https://github.com/phryneas)! - Fixes a race condition in asyncMap that caused issues in React Native when errors were returned in the response payload along with a data property that was null. + +- [#11229](https://github.com/apollographql/apollo-client/pull/11229) [`c372bad4e`](https://github.com/apollographql/apollo-client/commit/c372bad4ebd01a4f2e772cd76e873143bf043fe6) Thanks [@phryneas](https://github.com/phryneas)! - Remove (already throwing) SuspenseCache export that should have been removed in 3.8. + +- [#11267](https://github.com/apollographql/apollo-client/pull/11267) [`bc055e068`](https://github.com/apollographql/apollo-client/commit/bc055e0683e87b9445e321f73857f4a91b20a9ce) Thanks [@phryneas](https://github.com/phryneas)! - Remove some dead code. + ## 3.8.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 6bed6ba174f..a0e81551b27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.4", + "version": "3.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.4", + "version": "3.8.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 17e136e68d0..25c630b8ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.4", + "version": "3.8.5", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [