From 5b90b1b65be88561e3ac72c8b7c10e9e984f296b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:04:33 -0700 Subject: [PATCH] Version Packages (alpha) (#10453) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 ++-- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index b34ca59928e..8144ac9aa7f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,12 +5,12 @@ "@apollo/client": "3.7.2" }, "changesets": [ - "curly-cameras-carry", "early-pens-retire", "polite-birds-rescue", "rude-mayflies-scream", "short-bikes-mate", "sixty-trains-sniff", - "small-timers-shake" + "small-timers-shake", + "wild-mice-nail" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fc1685794..a942854452a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.8.0-alpha.5 + +### Patch Changes + +- [#10450](https://github.com/apollographql/apollo-client/pull/10450) [`f8bc33387`](https://github.com/apollographql/apollo-client/commit/f8bc33387f66e28456aede53bae75694c9a7a45f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add support for the `subscribeToMore` and `client` fields returned in the `useSuspenseQuery` result. + ## 3.8.0-alpha.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index a944b18a40c..7c6a07ec19b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.4", + "version": "3.8.0-alpha.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.0-alpha.4", + "version": "3.8.0-alpha.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1d94936fe20..235d625e7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.4", + "version": "3.8.0-alpha.5", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [