From 950cae884c4349a545ca8ed7aaa13cc5d70946e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:38:03 +0100 Subject: [PATCH] Version Packages (alpha) (#11347) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index ba0a83ecf37..87706b33f54 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,10 +7,12 @@ "changesets": [ "beige-geese-wink", "breezy-spiders-tap", + "friendly-clouds-laugh", "good-experts-repair", "shaggy-ears-scream", "sour-sheep-walk", "strong-terms-perform", + "wild-dolphins-jog", "yellow-flies-repeat" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index f15a55ef9cb..054cc0a4438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @apollo/client +## 3.9.0-alpha.4 + +### Minor Changes + +- [#11175](https://github.com/apollographql/apollo-client/pull/11175) [`d6d14911c`](https://github.com/apollographql/apollo-client/commit/d6d14911c40782cd6d69167b6f6169c890091ccb) Thanks [@phryneas](https://github.com/phryneas)! - To work around issues in React Server Components, especially with bundling for + the Next.js "edge" runtime we now use an external package to wrap `react` imports + instead of importing React directly. + +### Patch Changes + +- [#11343](https://github.com/apollographql/apollo-client/pull/11343) [`776631de4`](https://github.com/apollographql/apollo-client/commit/776631de4500d56252f6f5fdaf29a81c41dfbdc7) Thanks [@phryneas](https://github.com/phryneas)! - Add `reset` method to `print`, hook up to `InMemoryCache.gc` + ## 3.9.0-alpha.3 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index c224c5575a5..8956ec4bd09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.3", + "version": "3.9.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.0-alpha.3", + "version": "3.9.0-alpha.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 43f1536e8d9..11e0780bc3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.3", + "version": "3.9.0-alpha.4", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [