diff --git a/.changeset/pre.json b/.changeset/pre.json index 4a22551bc4..771f93a50d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "brown-readers-smash", + "clean-turkeys-kick", "cold-apes-bow", "early-bobcats-eat", "flat-beans-knock", @@ -17,6 +18,7 @@ "nasty-camels-pay", "nervous-owls-hear", "nice-countries-share", + "perfect-jobs-flow", "slimy-points-end", "small-bears-confess", "wicked-pans-appear" diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e63d1ce8..a72f39182e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.12.0-rc.3 + +### Patch Changes + +- [#12150](https://github.com/apollographql/apollo-client/pull/12150) [`9ed1e1e`](https://github.com/apollographql/apollo-client/commit/9ed1e1ef02b28445614fed4f5c141a289ac32d66) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue when using `Unmasked` with older versions of TypeScript when used with array fields. + +- [#12152](https://github.com/apollographql/apollo-client/pull/12152) [`78137ec`](https://github.com/apollographql/apollo-client/commit/78137eccba90b80dd29bd8e1423b49ebe51ef8df) Thanks [@phryneas](https://github.com/phryneas)! - Add a helper that will skip the TS unmasking alorithm when no fragments are present on type level + ## 3.12.0-rc.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index cb72963402..a91707d3c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.12.0-rc.2", + "version": "3.12.0-rc.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.12.0-rc.2", + "version": "3.12.0-rc.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 684854ff5a..493bd8ce26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.12.0-rc.2", + "version": "3.12.0-rc.3", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [