From d54903f0db2349a5cbff3e265510a2677132a44f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Jun 2023 11:40:07 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 5 +++++ CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index ba8c172e030..ea594496fc0 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,8 +22,10 @@ "heavy-ties-sneeze", "hungry-chairs-live", "hungry-eagles-kick", + "khaki-months-rhyme", "lazy-teachers-sell", "light-ravens-wait", + "little-schools-roll", "mean-tigers-thank", "modern-peaches-marry", "neat-rockets-sleep", @@ -31,6 +33,7 @@ "odd-pumpkins-care", "odd-students-crash", "old-moles-run", + "olive-pans-report", "polite-birds-rescue", "popular-beers-move", "rude-frogs-destroy", @@ -46,7 +49,9 @@ "small-pots-applaud", "small-timers-shake", "small-tomatoes-explode", + "smooth-clouds-sort", "smooth-forks-shop", + "spotty-news-stare", "strange-drinks-report", "tasty-wasps-relate", "twelve-files-promise", diff --git a/CHANGELOG.md b/CHANGELOG.md index bd69cb6b8d8..933c8a2f94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @apollo/client +## 3.8.0-beta.5 + +### Patch Changes + +- [#10631](https://github.com/apollographql/apollo-client/pull/10631) [`b93388d75`](https://github.com/apollographql/apollo-client/commit/b93388d7582d88859c4975dff524c1ceb5bd2b4e) Thanks [@phryneas](https://github.com/phryneas)! - ObservableQuery.getCurrentResult: skip the cache if the running query should not access the cache + +- [#10999](https://github.com/apollographql/apollo-client/pull/10999) [`c1904a78a`](https://github.com/apollographql/apollo-client/commit/c1904a78abb186f475303d632c2cb303bbd8d4f9) Thanks [@phryneas](https://github.com/phryneas)! - Fix a bug in `QueryReference` where `this.resolve` or `this.reject` might be executed even if `undefined`. + +- [#11018](https://github.com/apollographql/apollo-client/pull/11018) [`5618953f3`](https://github.com/apollographql/apollo-client/commit/5618953f332a10c7df1b385126ec714aa5809c48) Thanks [@jerelmiller](https://github.com/jerelmiller)! - `useBackgroundQuery` now uses its own options type called `BackgroundQueryHookOptions` rather than reusing `SuspenseQueryHookOptions`. + +- [#11010](https://github.com/apollographql/apollo-client/pull/11010) [`1051a9c88`](https://github.com/apollographql/apollo-client/commit/1051a9c888ba86511b7fcb80a26d3b3050359258) Thanks [@alessbell](https://github.com/alessbell)! - Hide queryRef in a Symbol in `useBackgroundQuery`s return value. + +- [#10960](https://github.com/apollographql/apollo-client/pull/10960) [`ee407ef97`](https://github.com/apollographql/apollo-client/commit/ee407ef97317bf29c554732237aaf11552e06b01) Thanks [@alessbell](https://github.com/alessbell)! - Adds support for `returnPartialData` and `refetchWritePolicy` options in `useBackgroundQuery` hook. + ## 3.8.0-beta.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 967fd1ee15a..31823929623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.0-beta.4", + "version": "3.8.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.0-beta.4", + "version": "3.8.0-beta.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 344592790cf..2d195d74e30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.0-beta.4", + "version": "3.8.0-beta.5", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [