From 5e714eaf559df6e2d4133a706b835e86572eb0ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Sep 2023 22:06:44 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 4 +++- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 224d110b20f..b16d942c18b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,7 +5,9 @@ "@apollo/client": "3.8.3" }, "changesets": [ + "pretty-readers-lick", "shaggy-ears-scream", - "sour-sheep-walk" + "sour-sheep-walk", + "yellow-flies-repeat" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3f18837d8..88057ecc97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @apollo/client +## 3.9.0-alpha.1 + +### Minor Changes + +- [#11178](https://github.com/apollographql/apollo-client/pull/11178) [`4d64a6fa2`](https://github.com/apollographql/apollo-client/commit/4d64a6fa2ad5abe6f7f172c164f5e1fc2cb89829) Thanks [@sebakerckhof](https://github.com/sebakerckhof)! - Support re-using of mocks in the MockedProvider + +### Patch Changes + +- [#11229](https://github.com/apollographql/apollo-client/pull/11229) [`c372bad4e`](https://github.com/apollographql/apollo-client/commit/c372bad4ebd01a4f2e772cd76e873143bf043fe6) Thanks [@phryneas](https://github.com/phryneas)! - Remove (already throwing) SuspenseCache export that should have been removed in 3.8. + ## 3.9.0-alpha.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 8a5038d6d4f..8c3bf3bac69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.0", + "version": "3.9.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.0-alpha.0", + "version": "3.9.0-alpha.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dda56091ebd..a3493152edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.0", + "version": "3.9.0-alpha.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [