From dcbeab514656583cd1425cdcf360f9630d50ceb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 18:55:37 +0000 Subject: [PATCH] Version Packages --- .changeset/cyan-laws-wave.md | 5 ----- .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 | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 17 insertions(+), 28 deletions(-) delete mode 100644 .changeset/cyan-laws-wave.md 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/cyan-laws-wave.md b/.changeset/cyan-laws-wave.md deleted file mode 100644 index fedd425b092..00000000000 --- a/.changeset/cyan-laws-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fixes argument handling for invariant log messages. 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..22d3ee42b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @apollo/client +## 3.8.5 + +### Patch Changes + +- [#11266](https://github.com/apollographql/apollo-client/pull/11266) [`5192cf6e1`](https://github.com/apollographql/apollo-client/commit/5192cf6e1e958080bcae09e5967fa6851bd3a78c) Thanks [@phryneas](https://github.com/phryneas)! - Fixes argument handling for invariant log messages. + +- [#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": [