From c58a17b8e7be7da6bfd8080b7424b0e3e950d83c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:24:41 +0000 Subject: [PATCH] Version Packages (rc) --- .changeset/pre.json | 6 ++++++ CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 4059a84f283..404d4c886c4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -30,6 +30,7 @@ "cool-bikes-shake", "cool-kiwis-hunt", "cool-mice-visit", + "cuddly-kangaroos-breathe", "cuddly-spiders-tie", "curvy-flies-accept", "curvy-lamps-sing", @@ -48,6 +49,7 @@ "empty-rats-cough", "few-crabs-move", "few-donuts-perform", + "five-crabs-remember", "flat-readers-invite", "fluffy-shoes-applaud", "forty-hairs-occur", @@ -83,6 +85,7 @@ "healthy-apes-sneeze", "healthy-books-flash", "healthy-ghosts-report", + "heavy-ways-call", "hip-vans-act", "hot-cycles-notice", "hot-seahorses-film", @@ -115,6 +118,7 @@ "many-buses-allow", "many-papayas-hide", "many-seas-call", + "mean-beans-agree", "mean-lizards-think", "metal-needles-search", "mighty-carrots-bathe", @@ -133,6 +137,7 @@ "ninety-nails-compete", "odd-chicken-hide", "odd-lemons-relax", + "odd-spiders-dream", "old-avocados-cover", "old-mangos-grin", "old-melons-double", @@ -232,6 +237,7 @@ "tough-tips-drop", "tricky-tables-shave", "twelve-mangos-dance", + "twenty-numbers-perform", "twenty-snakes-sort", "unlucky-kiwis-sell", "unlucky-sheep-change", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a48c95b5ce..e314d90bdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @apollo/client +## 4.0.0-rc.6 + +### Major Changes + +- [#12787](https://github.com/apollographql/apollo-client/pull/12787) [`8ce31fa`](https://github.com/apollographql/apollo-client/commit/8ce31fae54b1ae76c557f361cc946858cb2ff66b) Thanks [@phryneas](https://github.com/phryneas)! - Remove `DataProxy` namespace and interface. + +- [#12788](https://github.com/apollographql/apollo-client/pull/12788) [`4179446`](https://github.com/apollographql/apollo-client/commit/417944677d2e79606b0f6cabd8d5d8b2063c876b) Thanks [@phryneas](https://github.com/phryneas)! - `TVariables` now always `extends OperationVariables` in all interfaces. + +- [#12802](https://github.com/apollographql/apollo-client/pull/12802) [`e2b51b3`](https://github.com/apollographql/apollo-client/commit/e2b51b30acbd360253100f9d2a91fe7e0c57be4c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Disallow the `mutation` option for the `mutate` function returned from `useMutation`. + +- [#12787](https://github.com/apollographql/apollo-client/pull/12787) [`8ce31fa`](https://github.com/apollographql/apollo-client/commit/8ce31fae54b1ae76c557f361cc946858cb2ff66b) Thanks [@phryneas](https://github.com/phryneas)! - Generic arguments for `Cache.ReadOptions` were flipped from `TVariables, TData` to `TData, TVariables`. + +- [#12793](https://github.com/apollographql/apollo-client/pull/12793) [`24e98a1`](https://github.com/apollographql/apollo-client/commit/24e98a16648d4c21f37ba51a678a8849f88174ea) Thanks [@phryneas](https://github.com/phryneas)! - `ApolloConsumer` has been removed - please use `useApolloClient` instead. + +### Patch Changes + +- [#12782](https://github.com/apollographql/apollo-client/pull/12782) [`742b3a0`](https://github.com/apollographql/apollo-client/commit/742b3a0ed65d28818974e56225c86ab7e350e677) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Move `ApolloClient`, `ObservableQuery`, and `ApolloCache.watchFragment` method options and result types into namespaces. The old types are now exported as deprecated. + ## 4.0.0-rc.5 ### Major Changes diff --git a/package-lock.json b/package-lock.json index bec012907ca..536098cce6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "4.0.0-rc.5", + "version": "4.0.0-rc.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "4.0.0-rc.5", + "version": "4.0.0-rc.6", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index f0f352fcc41..6ac4c3e4336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "4.0.0-rc.5", + "version": "4.0.0-rc.6", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [