diff --git a/.changeset/chilly-icons-shave.md b/.changeset/chilly-icons-shave.md deleted file mode 100644 index d550c5a48fe..00000000000 --- a/.changeset/chilly-icons-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Data masking: prevent infinite recursion of `ContainsFragmentsRefs` type diff --git a/.changeset/friendly-papayas-breathe.md b/.changeset/friendly-papayas-breathe.md deleted file mode 100644 index 7fb105b6f3c..00000000000 --- a/.changeset/friendly-papayas-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix `Unmasked` unwrapping tuple types into an array of their subtypes. diff --git a/.changeset/happy-weeks-buy.md b/.changeset/happy-weeks-buy.md deleted file mode 100644 index 61d9f4eb21d..00000000000 --- a/.changeset/happy-weeks-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Ensure `MaybeMasked` does not try and unwrap types that contain index signatures. diff --git a/.changeset/three-pandas-smash.md b/.changeset/three-pandas-smash.md deleted file mode 100644 index 97c1cc673ed..00000000000 --- a/.changeset/three-pandas-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Ensure `MaybeMasked` does not try to unwrap the type as `Unmasked` if the type contains `any`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 173e739fd1e..76411547510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @apollo/client +## 3.12.3 + +### Patch Changes + +- [#12214](https://github.com/apollographql/apollo-client/pull/12214) [`8bfee88`](https://github.com/apollographql/apollo-client/commit/8bfee88102dd071ea5836f7267f30ca082671b2b) Thanks [@phryneas](https://github.com/phryneas)! - Data masking: prevent infinite recursion of `ContainsFragmentsRefs` type + +- [#12204](https://github.com/apollographql/apollo-client/pull/12204) [`851deb0`](https://github.com/apollographql/apollo-client/commit/851deb06f42eb255b4839c2b88430f991943ae0f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix `Unmasked` unwrapping tuple types into an array of their subtypes. + +- [#12204](https://github.com/apollographql/apollo-client/pull/12204) [`851deb0`](https://github.com/apollographql/apollo-client/commit/851deb06f42eb255b4839c2b88430f991943ae0f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure `MaybeMasked` does not try and unwrap types that contain index signatures. + +- [#12204](https://github.com/apollographql/apollo-client/pull/12204) [`851deb0`](https://github.com/apollographql/apollo-client/commit/851deb06f42eb255b4839c2b88430f991943ae0f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure `MaybeMasked` does not try to unwrap the type as `Unmasked` if the type contains `any`. + ## 3.12.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index f568baca25f..c52adc1b1f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.12.2", + "version": "3.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.12.2", + "version": "3.12.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e509e80e8c6..1e58fef8c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.12.2", + "version": "3.12.3", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [