diff --git a/.changeset/pre.json b/.changeset/pre.json index 41b6b477b25..6bc42a0c72b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,8 +5,8 @@ "@apollo/client": "3.7.2" }, "changesets": [ + "dry-radios-help", "early-pens-retire", - "gorgeous-buses-laugh", "heavy-ties-sneeze", "hungry-eagles-kick", "lazy-teachers-sell", @@ -15,6 +15,7 @@ "short-bikes-mate", "sixty-trains-sniff", "small-timers-shake", + "warm-rivers-develop", "wild-mice-nail" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0658e6d8b..551690d4950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.8.0-alpha.8 + +### Patch Changes + +- [#10560](https://github.com/apollographql/apollo-client/pull/10560) [`a561ecf43`](https://github.com/apollographql/apollo-client/commit/a561ecf4306c56770ba0713f0136174275887f1a) Thanks [@benjamn](https://github.com/benjamn)! - Keep `__typename` fragment when it does not contain `@client` directive and strip out inline fragments which use a `@client` directive. Thanks @Gazler and @mtsmfm! + +- [#10560](https://github.com/apollographql/apollo-client/pull/10560) [`251a12806`](https://github.com/apollographql/apollo-client/commit/251a12806d1fa38bc8723540fb2d696c39db1097) Thanks [@benjamn](https://github.com/benjamn)! - Refactor `removeDirectivesFromDocument` to fix AST ordering sensitivities and avoid 1/3 AST traversals, potentially improving performance for large queries + ## 3.8.0-alpha.7 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index be73d413db8..5bcd9ef063d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.7", + "version": "3.8.0-alpha.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.0-alpha.7", + "version": "3.8.0-alpha.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2a8a71e91ff..9fed22a230f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.0-alpha.7", + "version": "3.8.0-alpha.8", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [