From a946f1492c508f6984b754f94604ab184f1cbb97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:02:05 -0700 Subject: [PATCH] Version Packages (rc) (#12129) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 8 +++++++- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index de22bca1a16..486b996a1c2 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,11 +5,17 @@ "@apollo/client": "3.11.5" }, "changesets": [ + "brown-readers-smash", "cold-apes-bow", "early-bobcats-eat", "flat-beans-knock", + "gorgeous-zebras-confess", "kind-toys-tie", + "long-zoos-ring", "nasty-camels-pay", - "nervous-owls-hear" + "nervous-owls-hear", + "nice-countries-share", + "slimy-points-end", + "small-bears-confess" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a53a8abc3d..2e996870b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @apollo/client +## 3.12.0-rc.1 + +### Minor Changes + +- [#12131](https://github.com/apollographql/apollo-client/pull/12131) [`21c3f08`](https://github.com/apollographql/apollo-client/commit/21c3f083013445707b7b50ae6390318bc568d0f5) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Allow `null` as a valid `from` value in `useFragment`. + +### Patch Changes + +- [#12126](https://github.com/apollographql/apollo-client/pull/12126) [`d10d702`](https://github.com/apollographql/apollo-client/commit/d10d702ee9bd4d1d1dee2551821140f2c49d5c0c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Maintain the existing document if its unchanged by the codemod and move to more naive whitespace formatting + +- [#12134](https://github.com/apollographql/apollo-client/pull/12134) [`cfaf4ef`](https://github.com/apollographql/apollo-client/commit/cfaf4efc6dea56ae46a5b5199d8ed9414b0f17d8) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where data went missing when an unmasked fragment in migrate mode selected fields that the parent did not. + +- [#12130](https://github.com/apollographql/apollo-client/pull/12130) [`1e7d009`](https://github.com/apollographql/apollo-client/commit/1e7d009e4a52949dab0065f3219dfe148837531e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix error thrown when applying unmask migrate mode warnings on interface types with selection sets that contain inline fragment conditions. + +- [#12126](https://github.com/apollographql/apollo-client/pull/12126) [`d10d702`](https://github.com/apollographql/apollo-client/commit/d10d702ee9bd4d1d1dee2551821140f2c49d5c0c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure documents unchanged by the codemod are left untouched. + +- [#12133](https://github.com/apollographql/apollo-client/pull/12133) [`a6ece37`](https://github.com/apollographql/apollo-client/commit/a6ece375119ce12c19749471c55b0059843a7217) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure `null` is retained in nullable types when unmasking a type with the `Unmasked` helper type. + ## 3.12.0-rc.0 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 2abbeb3a314..564287fac9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.12.0-rc.0", + "version": "3.12.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.12.0-rc.0", + "version": "3.12.0-rc.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dbd7197e480..22b4d8bc253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.12.0-rc.0", + "version": "3.12.0-rc.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [