From 9f0e298fe44d00dd8189e3393142af654ec08b3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 15:25:59 -0500 Subject: [PATCH] Version Packages (#10479) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-items-hunt.md | 5 ----- .changeset/silent-monkeys-double.md | 5 ----- .changeset/twenty-lemons-cover.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 .changeset/fuzzy-items-hunt.md delete mode 100644 .changeset/silent-monkeys-double.md delete mode 100644 .changeset/twenty-lemons-cover.md diff --git a/.changeset/fuzzy-items-hunt.md b/.changeset/fuzzy-items-hunt.md deleted file mode 100644 index 27b146f03ee..00000000000 --- a/.changeset/fuzzy-items-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Bumps TypeScript to `4.9.4` (previously `4.7.4`) and updates types to account for changes in TypeScript 4.8 by [propagating contstraints on generic types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to). Technically this makes some types stricter as attempting to pass `null|undefined` into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place. diff --git a/.changeset/silent-monkeys-double.md b/.changeset/silent-monkeys-double.md deleted file mode 100644 index 59d85561f0b..00000000000 --- a/.changeset/silent-monkeys-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -fix: modify BatchHttpLink to have a separate timer for each different batch key diff --git a/.changeset/twenty-lemons-cover.md b/.changeset/twenty-lemons-cover.md deleted file mode 100644 index 49fa8f53a41..00000000000 --- a/.changeset/twenty-lemons-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/client': patch ---- - -Improve performance of local resolvers by only executing selection sets that contain an `@client` directive. Previously, local resolvers were executed even when the field did not contain `@client`. While the result was properly discarded, the unncessary work could negatively affect query performance, sometimes signficantly. diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7a7541010..bc866771e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @apollo/client +## 3.7.6 + +### Patch Changes + +- [#10470](https://github.com/apollographql/apollo-client/pull/10470) [`47435e879`](https://github.com/apollographql/apollo-client/commit/47435e879ebc867d9fc3de5b6fd5785204b4dbd4) Thanks [@alessbell](https://github.com/alessbell)! - Bumps TypeScript to `4.9.4` (previously `4.7.4`) and updates types to account for changes in TypeScript 4.8 by [propagating contstraints on generic types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to). Technically this makes some types stricter as attempting to pass `null|undefined` into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place. + +- [#10408](https://github.com/apollographql/apollo-client/pull/10408) [`55ffafc58`](https://github.com/apollographql/apollo-client/commit/55ffafc585e9eb66314755b4f40804b8b8affb13) Thanks [@zlrlo](https://github.com/zlrlo)! - fix: modify BatchHttpLink to have a separate timer for each different batch key + +- [#9573](https://github.com/apollographql/apollo-client/pull/9573) [`4a4f48dda`](https://github.com/apollographql/apollo-client/commit/4a4f48dda8dd290ef110aed9e4e73d0c1c977c31) Thanks [@vladar](https://github.com/vladar)! - Improve performance of local resolvers by only executing selection sets that contain an `@client` directive. Previously, local resolvers were executed even when the field did not contain `@client`. While the result was properly discarded, the unncessary work could negatively affect query performance, sometimes signficantly. + ## 3.7.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 6ba522c6216..034c1d92948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.7.5", + "version": "3.7.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.7.5", + "version": "3.7.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9d5ecbef26e..50e5768cf50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.7.5", + "version": "3.7.6", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [