Skip to content

Commit

Permalink
Version Packages (beta) (#11033)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 5, 2023
1 parent cd74c2f commit 788262d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"changesets": [
"afraid-zebras-punch",
"cold-tips-accept",
"cool-dogs-applaud",
"curvy-dragons-talk",
"curvy-monkeys-kneel",
"cyan-insects-love",
"cyan-sloths-grin",
"dry-crabs-thank",
"dry-tools-chew",
"dull-snakes-turn",
"early-pens-retire",
"famous-ladybugs-reflect",
Expand All @@ -22,7 +24,6 @@
"heavy-ties-sneeze",
"hungry-chairs-live",
"hungry-eagles-kick",
"khaki-months-rhyme",
"lazy-teachers-sell",
"light-ravens-wait",
"little-schools-roll",
Expand Down Expand Up @@ -51,9 +52,11 @@
"small-tomatoes-explode",
"smooth-clouds-sort",
"smooth-forks-shop",
"sour-weeks-suffer",
"spotty-news-stare",
"strange-drinks-report",
"tasty-wasps-relate",
"ten-cherries-clap",
"twelve-files-promise",
"warm-pandas-cry",
"wild-mice-nail"
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @apollo/client

## 3.8.0-beta.6

### Patch Changes

- [#11027](https://github.com/apollographql/apollo-client/pull/11027) [`e47cfd04e`](https://github.com/apollographql/apollo-client/commit/e47cfd04ec50cb4c19828f4d655eb0f989cdcf7d) Thanks [@phryneas](https://github.com/phryneas)! - Prevents the DevTool installation warning to be turned into a documentation link.

- [#11013](https://github.com/apollographql/apollo-client/pull/11013) [`5ed2cfdaf`](https://github.com/apollographql/apollo-client/commit/5ed2cfdaf9030550d4c82200a5a690b112ad3335) Thanks [@alessbell](https://github.com/alessbell)! - Make private fields `inFlightLinkObservables` and `fetchCancelFns` protected in QueryManager in order to make types available in [`@apollo/experimental-nextjs-app-support`](https://www.npmjs.com/package/@apollo/experimental-nextjs-app-support) package when extending the `ApolloClient` class.

- [#11032](https://github.com/apollographql/apollo-client/pull/11032) [`6a4da900a`](https://github.com/apollographql/apollo-client/commit/6a4da900a1bc5da3524caabd64bb30945e66f675) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Throw errors in `useSuspenseQuery` for errors returned in incremental chunks when `errorPolicy` is `none`. This provides a more consistent behavior of the `errorPolicy` in the hook.

### Potentially breaking change

Previously, if you issued a query with `@defer` and relied on `errorPolicy: 'none'` to set the `error` property returned from `useSuspenseQuery` when the error was returned in an incremental chunk, this error is now thrown. Switch the `errorPolicy` to `all` to avoid throwing the error and instead return it in the `error` property.

- [#11025](https://github.com/apollographql/apollo-client/pull/11025) [`6092b6edf`](https://github.com/apollographql/apollo-client/commit/6092b6edf67ef311954c18c778ed0bdca1b77258) Thanks [@jerelmiller](https://github.com/jerelmiller)! - `useSuspenseQuery` and `useBackgroundQuery` will now properly apply changes to its options between renders.

## 3.8.0-beta.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client",
"version": "3.8.0-beta.5",
"version": "3.8.0-beta.6",
"description": "A fully-featured caching GraphQL client.",
"private": true,
"keywords": [
Expand Down

0 comments on commit 788262d

Please sign in to comment.