From d241a90ba49668cd03be3a1c93e0f6e83ff0f519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:25:27 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 3 ++- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f9db5828c72..f86f2479f2b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,7 @@ "@apollo/client-codemod-migrate-3-to-4": "1.0.2" }, "changesets": [ - "fuzzy-hairs-tie" + "fuzzy-hairs-tie", + "tidy-cache-type-constraints" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 374b7708c94..c97eab442d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 4.3.0-alpha.1 + +### Patch Changes + +- [#13268](https://github.com/apollographql/apollo-client/pull/13268) [`419e2b5`](https://github.com/apollographql/apollo-client/commit/419e2b5bfe573d1eb4c3a0ff7aa9084e6aaa2f37) Thanks [@DaleSeo](https://github.com/DaleSeo)! - Align the remaining cache generic constraints with `Cache.Implementation`. The deprecated React mutation types (`MutationHookOptions`, `MutationFunctionOptions`, `MutationTuple`) and the internal `InternalRefetchQueriesOptions` and `QueryInfo` types still constrained their cache type parameter to `ApolloCache`, so they now match the rest of the overridable cache API. + ## 4.3.0-alpha.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index d17b61e40d2..da38589adbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "4.3.0-alpha.0", + "version": "4.3.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "4.3.0-alpha.0", + "version": "4.3.0-alpha.1", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 074741ea6d0..25f85060c83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "4.3.0-alpha.0", + "version": "4.3.0-alpha.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [