From 4e2a0bb93272e93a6e80310258a94f85f98b0f30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:03:24 -0600 Subject: [PATCH] Version Packages (rc) (#11952) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 ++++ CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 2f8559cf695..2cb29184749 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,9 +7,11 @@ "changesets": [ "angry-ravens-mate", "angry-seals-jog", + "breezy-deers-dream", "chilly-dots-shake", "clever-bikes-admire", "curly-vans-draw", + "early-tips-vanish", "flat-onions-guess", "fluffy-badgers-rush", "good-suns-happen", @@ -17,6 +19,8 @@ "little-suits-return", "nasty-olives-act", "pink-ants-remember", + "pink-flowers-switch", + "proud-humans-begin", "slimy-balloons-cheat", "slimy-berries-yawn", "tasty-chairs-dress", diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ebf678445..c3ecbd0181c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @apollo/client +## 3.11.0-rc.2 + +### Patch Changes + +- [#11951](https://github.com/apollographql/apollo-client/pull/11951) [`0de03af`](https://github.com/apollographql/apollo-client/commit/0de03af912a76c4e0111f21b4f90a073317b63b6) Thanks [@phryneas](https://github.com/phryneas)! - add React 19 RC to `peerDependencies` + +- [#11937](https://github.com/apollographql/apollo-client/pull/11937) [`78332be`](https://github.com/apollographql/apollo-client/commit/78332be32a9af0da33eb3e4100e7a76c3eac2496) Thanks [@phryneas](https://github.com/phryneas)! - `createSchemaFetch`: simulate serialized errors instead of an `ApolloError` instance + +- [#11944](https://github.com/apollographql/apollo-client/pull/11944) [`8f3d7eb`](https://github.com/apollographql/apollo-client/commit/8f3d7eb3bc2e0c2d79c5b1856655abe829390742) Thanks [@sneyderdev](https://github.com/sneyderdev)! - Allow `IgnoreModifier` to be returned from a `optimisticResponse` function when inferring from a `TypedDocumentNode` when used with a generic argument. + +- [#11954](https://github.com/apollographql/apollo-client/pull/11954) [`4a6e86a`](https://github.com/apollographql/apollo-client/commit/4a6e86aeaf6685abf0dd23110784848c8b085735) Thanks [@phryneas](https://github.com/phryneas)! - Document (and deprecate) the previously undocumented `errors` property on the `useQuery` `QueryResult` type. + ## 3.11.0-rc.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 04309949e03..fd75e88174b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.11.0-rc.1", + "version": "3.11.0-rc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.11.0-rc.1", + "version": "3.11.0-rc.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 09ebdb94fda..f48e40e57d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.11.0-rc.1", + "version": "3.11.0-rc.2", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [