From 0933946b06843c30ac3c8eca9ef6ebfd97b4751b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:22:47 -0700 Subject: [PATCH] Version Packages (#11577) Co-authored-by: github-actions[bot] --- .changeset/honest-turtles-move.md | 5 ----- .changeset/quick-pears-give.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/honest-turtles-move.md delete mode 100644 .changeset/quick-pears-give.md diff --git a/.changeset/honest-turtles-move.md b/.changeset/honest-turtles-move.md deleted file mode 100644 index abd3f4d01f9..00000000000 --- a/.changeset/honest-turtles-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix issue in `useLazyQuery` that results in a double network call when calling the execute function with no arguments after having called it previously with another set of arguments. diff --git a/.changeset/quick-pears-give.md b/.changeset/quick-pears-give.md deleted file mode 100644 index aefe4d64e93..00000000000 --- a/.changeset/quick-pears-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Revert PR [#11202](https://github.com/apollographql/apollo-client/pull/11202) to fix caching bug reported in [#11560](https://github.com/apollographql/apollo-client/issues/11560) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd44b5d018c..96ce658db56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.9.4 + +### Patch Changes + +- [#11403](https://github.com/apollographql/apollo-client/pull/11403) [`b0c4f3a`](https://github.com/apollographql/apollo-client/commit/b0c4f3ad8198981a229b46dc430345a76e577e9c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue in `useLazyQuery` that results in a double network call when calling the execute function with no arguments after having called it previously with another set of arguments. + +- [#11576](https://github.com/apollographql/apollo-client/pull/11576) [`e855d00`](https://github.com/apollographql/apollo-client/commit/e855d00447e4d9ae478d98f6796d842ef6cc76d1) Thanks [@alessbell](https://github.com/alessbell)! - Revert PR [#11202](https://github.com/apollographql/apollo-client/pull/11202) to fix caching bug reported in [#11560](https://github.com/apollographql/apollo-client/issues/11560) + ## 3.9.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 255121c1748..398aaa43b1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.3", + "version": "3.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.3", + "version": "3.9.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8c43ffd6c96..1504667f0bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.3", + "version": "3.9.4", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [