From 64b2ce7118bdc0dd46fc2aec66d1134294c6d4d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:13:48 +0000 Subject: [PATCH 1/2] Version Packages (alpha) --- .changeset/pre.json | 2 ++ CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 2eab7992cad..8ad1ac16d58 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ "big-flowers-move", "cold-kiwis-give", "famous-hats-explode", + "few-parrots-raise", "flat-worms-notice", "funny-bats-hammer", "large-ligers-prove", @@ -21,6 +22,7 @@ "perfect-crabs-smile", "poor-knives-smile", "popular-files-glow", + "rare-pigs-play", "shaggy-brooms-talk", "shaggy-islands-yell", "six-islands-drum", diff --git a/CHANGELOG.md b/CHANGELOG.md index 473535815bc..5dbe2dbf3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 4.1.0-alpha.4 + +### Patch Changes + +- [#12927](https://github.com/apollographql/apollo-client/pull/12927) [`259ae9b`](https://github.com/apollographql/apollo-client/commit/259ae9bafaa8122996b0a52dd99828b2261087e5) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Allow `FragmentType` not only to be called as `FragmentType`, but also as `FragmentType`. + +- [#12927](https://github.com/apollographql/apollo-client/pull/12927) [`44706a2`](https://github.com/apollographql/apollo-client/commit/44706a2e7ae2c977fa917214a1ff5e5fe4a9b3a7) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add helper type `QueryRef.ForQuery` + ## 4.1.0-alpha.3 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 7b0d3a116d0..eb059f904d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "4.1.0-alpha.3", + "version": "4.1.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "4.1.0-alpha.3", + "version": "4.1.0-alpha.4", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index c97b54ed5e1..b82d5792632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "4.1.0-alpha.3", + "version": "4.1.0-alpha.4", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [ From 68728d39e83ec12cdf9d37a865a906d79a37c1a8 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 17 Nov 2025 11:18:55 -0700 Subject: [PATCH 2/2] Fix wrong pr/author refs --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbe2dbf3e3..79335a40f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#12927](https://github.com/apollographql/apollo-client/pull/12927) [`259ae9b`](https://github.com/apollographql/apollo-client/commit/259ae9bafaa8122996b0a52dd99828b2261087e5) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Allow `FragmentType` not only to be called as `FragmentType`, but also as `FragmentType`. +- [#13009](https://github.com/apollographql/apollo-client/pull/13009) [`259ae9b`](https://github.com/apollographql/apollo-client/commit/259ae9bafaa8122996b0a52dd99828b2261087e5) Thanks [@phryneas](https://github.com/phryneas)! - Allow `FragmentType` not only to be called as `FragmentType`, but also as `FragmentType`. -- [#12927](https://github.com/apollographql/apollo-client/pull/12927) [`44706a2`](https://github.com/apollographql/apollo-client/commit/44706a2e7ae2c977fa917214a1ff5e5fe4a9b3a7) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add helper type `QueryRef.ForQuery` +- [#13012](https://github.com/apollographql/apollo-client/pull/13012) [`44706a2`](https://github.com/apollographql/apollo-client/commit/44706a2e7ae2c977fa917214a1ff5e5fe4a9b3a7) Thanks [@phryneas](https://github.com/phryneas)! - Add helper type `QueryRef.ForQuery` ## 4.1.0-alpha.3