From aa5d595f6175e4fadf8b126018789d2c0651ece9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 17:45:50 -0600 Subject: [PATCH] Version Packages (alpha) (#10670) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 1fd5e4583cd..9be74d2f767 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,7 @@ "heavy-ties-sneeze", "hungry-eagles-kick", "lazy-teachers-sell", + "neat-rockets-sleep", "odd-students-crash", "polite-birds-rescue", "rude-mayflies-scream", @@ -20,6 +21,7 @@ "silver-radios-chew", "sixty-trains-sniff", "small-timers-shake", + "small-tomatoes-explode", "wild-mice-nail", "young-toes-sparkle" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index add2020a354..31159c0d2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @apollo/client +## 3.8.0-alpha.11 + +### Minor Changes + +- [#10567](https://github.com/apollographql/apollo-client/pull/10567) [`c2ce6496c`](https://github.com/apollographql/apollo-client/commit/c2ce6496c10e7ae7e29d25161c2d3cef3e2c6144) Thanks [@benjamn](https://github.com/benjamn)! - Allow `ApolloCache` implementations to specify default value for `assumeImmutableResults` client option, improving performance for applications currently using `InMemoryCache` without configuring `new ApolloClient({ assumeImmutableResults: true })` + +### Patch Changes + +- [#10672](https://github.com/apollographql/apollo-client/pull/10672) [`932252b0c`](https://github.com/apollographql/apollo-client/commit/932252b0c54792ec8c5095de1b42c005a91ffe6d) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix the compatibility between `useSuspenseQuery` and React's `useDeferredValue` and `startTransition` APIs to allow React to show stale UI while the changes to the variable cause the component to suspend. + + # Breaking change + + `nextFetchPolicy` support has been removed from `useSuspenseQuery`. If you are using this option, remove it, otherwise it will be ignored. + ## 3.8.0-alpha.10 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 739c1acad64..5ac3da7e521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.10", + "version": "3.8.0-alpha.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.0-alpha.10", + "version": "3.8.0-alpha.11", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 41ca67cd45c..33a1847df4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.10", + "version": "3.8.0-alpha.11", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [