From c03212b612bfac630996eb1d610950716dffb706 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Mar 2023 16:39:35 +0000 Subject: [PATCH] Version Packages --- .changeset/small-elephants-poke.md | 5 ----- .changeset/young-toes-sparkle.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/small-elephants-poke.md delete mode 100644 .changeset/young-toes-sparkle.md diff --git a/.changeset/small-elephants-poke.md b/.changeset/small-elephants-poke.md deleted file mode 100644 index f3c391ef89e..00000000000 --- a/.changeset/small-elephants-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users. diff --git a/.changeset/young-toes-sparkle.md b/.changeset/young-toes-sparkle.md deleted file mode 100644 index c9ba9d95493..00000000000 --- a/.changeset/young-toes-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -`useQuery`: delay unsubscribe to fix race conditions diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb7302ed1c..e3266f189f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.7.11 + +### Patch Changes + +- [#10660](https://github.com/apollographql/apollo-client/pull/10660) [`364bee98f`](https://github.com/apollographql/apollo-client/commit/364bee98fe193a7915664c1a5b206fd52793f85a) Thanks [@alessbell](https://github.com/alessbell)! - Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users. + +- [#10629](https://github.com/apollographql/apollo-client/pull/10629) [`02605bb3c`](https://github.com/apollographql/apollo-client/commit/02605bb3c9e148bf87a6e52b4a9ecc7d523ef9f6) Thanks [@phryneas](https://github.com/phryneas)! - `useQuery`: delay unsubscribe to fix race conditions + ## 3.7.10 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 45ef09b2a95..7d9e3bcc93d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.7.10", + "version": "3.7.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.7.10", + "version": "3.7.11", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 102349233d8..379135531af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.7.10", + "version": "3.7.11", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [