From 5508213330b291034ea3e0cf1acba4d634536d5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Mar 2024 18:33:58 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-berries-hammer.md | 5 ----- .changeset/eleven-doors-rescue.md | 5 ----- .changeset/flat-singers-kiss.md | 5 ----- .changeset/tasty-hotels-press.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 .changeset/curly-berries-hammer.md delete mode 100644 .changeset/eleven-doors-rescue.md delete mode 100644 .changeset/flat-singers-kiss.md delete mode 100644 .changeset/tasty-hotels-press.md diff --git a/.changeset/curly-berries-hammer.md b/.changeset/curly-berries-hammer.md deleted file mode 100644 index 7b05ebad124..00000000000 --- a/.changeset/curly-berries-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix issue in all suspense hooks where returning an empty array after calling `fetchMore` would rerender the component with an empty list. diff --git a/.changeset/eleven-doors-rescue.md b/.changeset/eleven-doors-rescue.md deleted file mode 100644 index 89bc6bf6dbe..00000000000 --- a/.changeset/eleven-doors-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Expose `setErrorMessageHandler` from `@apollo/client/dev` entrypoint. diff --git a/.changeset/flat-singers-kiss.md b/.changeset/flat-singers-kiss.md deleted file mode 100644 index 74727e85370..00000000000 --- a/.changeset/flat-singers-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix issue where passing a new `from` option to `useFragment` would first render with the previous value before rerendering with the correct value. diff --git a/.changeset/tasty-hotels-press.md b/.changeset/tasty-hotels-press.md deleted file mode 100644 index c79a5db61d6..00000000000 --- a/.changeset/tasty-hotels-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix issue where setting a default `watchQuery` option in the `ApolloClient` constructor could break `startTransition` when used with suspense hooks. diff --git a/CHANGELOG.md b/CHANGELOG.md index 049c6173381..14782a4ef00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @apollo/client +## 3.9.8 + +### Patch Changes + +- [#11706](https://github.com/apollographql/apollo-client/pull/11706) [`8619bc7`](https://github.com/apollographql/apollo-client/commit/8619bc7e569c1c732afa6faf605c83a6ce0cdf0c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue in all suspense hooks where returning an empty array after calling `fetchMore` would rerender the component with an empty list. + +- [#11694](https://github.com/apollographql/apollo-client/pull/11694) [`835d5f3`](https://github.com/apollographql/apollo-client/commit/835d5f30c532c432e2434561580e6f1ec44cc908) Thanks [@phryneas](https://github.com/phryneas)! - Expose `setErrorMessageHandler` from `@apollo/client/dev` entrypoint. + +- [#11689](https://github.com/apollographql/apollo-client/pull/11689) [`cb8ffe5`](https://github.com/apollographql/apollo-client/commit/cb8ffe50e903397f741b62a44624bfe69b5f7b75) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where passing a new `from` option to `useFragment` would first render with the previous value before rerendering with the correct value. + +- [#11713](https://github.com/apollographql/apollo-client/pull/11713) [`642092c`](https://github.com/apollographql/apollo-client/commit/642092c713199093aede45f105a1ee3f637614cd) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where setting a default `watchQuery` option in the `ApolloClient` constructor could break `startTransition` when used with suspense hooks. + ## 3.9.7 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 92224a3e029..8ff7c53fb85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.7", + "version": "3.9.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.7", + "version": "3.9.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 431659e8808..edd3b04303a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.7", + "version": "3.9.8", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [