diff --git a/.changeset/pre.json b/.changeset/pre.json index 8144ac9aa7f..bbc9f185d38 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,11 +6,16 @@ }, "changesets": [ "early-pens-retire", + "olive-bananas-vanish", "polite-birds-rescue", + "proud-months-dance", + "rotten-pears-draw", "rude-mayflies-scream", "short-bikes-mate", "sixty-trains-sniff", "small-timers-shake", + "spotty-kings-unite", + "wicked-dots-knock", "wild-mice-nail" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c69a4766f..fdb001cf136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @apollo/client +## 3.8.0-alpha.6 + +### Patch Changes + +- [#10458](https://github.com/apollographql/apollo-client/pull/10458) [`b5ccef229`](https://github.com/apollographql/apollo-client/commit/b5ccef229046d230e82a68a4834ac09ae1ef2009) Thanks [@lennyburdette](https://github.com/lennyburdette)! - Passes `getServerSnapshot` to `useSyncExternalStore` so that it doesn't trigger a `Missing getServerSnapshot` error when using `useFragment_experimental` on the server. + +- [#10471](https://github.com/apollographql/apollo-client/pull/10471) [`895ddcb54`](https://github.com/apollographql/apollo-client/commit/895ddcb546b5692cd53caae1b604412728641374) Thanks [@alessbell](https://github.com/alessbell)! - More robust type definition for `headers` property passed to `createHttpLink` + +- [#10321](https://github.com/apollographql/apollo-client/pull/10321) [`bbaa3ef2d`](https://github.com/apollographql/apollo-client/commit/bbaa3ef2d95a03e2453ef86a25096c314fbd8998) Thanks [@alessbell](https://github.com/alessbell)! - Refetch should not return partial data with `errorPolicy: none` and `notifyOnNetworkStatusChange: true`. + +- [#10402](https://github.com/apollographql/apollo-client/pull/10402) [`0b07aa955`](https://github.com/apollographql/apollo-client/commit/0b07aa955bab2e929f21590b565507a66f930539) Thanks [@Hugodby](https://github.com/Hugodby)! - Improve context types + +- [#10469](https://github.com/apollographql/apollo-client/pull/10469) [`328c58f90`](https://github.com/apollographql/apollo-client/commit/328c58f90d3fd985a58a68d8ba07f7c03f9808f6) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add generic type defaults when using `useFragment` to allow passing `TData` directly to the function without needing to specify `TVars`. + ## 3.8.0-alpha.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index b1d92b3c08a..4ab09f18f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.5", + "version": "3.8.0-alpha.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.0-alpha.5", + "version": "3.8.0-alpha.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 031f2fca437..d7e965cf1bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.5", + "version": "3.8.0-alpha.6", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [