From 4700a0699a28626e5592ccae52f6e231c93eed96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Feb 2023 00:20:26 +0000 Subject: [PATCH] Version Packages --- .changeset/funny-files-suffer.md | 5 ----- .changeset/seven-cameras-kiss.md | 5 ----- .changeset/small-lemons-grow.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 .changeset/funny-files-suffer.md delete mode 100644 .changeset/seven-cameras-kiss.md delete mode 100644 .changeset/small-lemons-grow.md diff --git a/.changeset/funny-files-suffer.md b/.changeset/funny-files-suffer.md deleted file mode 100644 index 98e6d46e62d..00000000000 --- a/.changeset/funny-files-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/client': patch ---- - -Log a warning to the console when a mock passed to `MockedProvider` or `MockLink` cannot be matched to a query during a test. This makes it easier to debug user errors in the mock setup, such as typos, especially if the query under test is using an `errorPolicy` set to `ignore`, which makes it difficult to know that a match did not occur. diff --git a/.changeset/seven-cameras-kiss.md b/.changeset/seven-cameras-kiss.md deleted file mode 100644 index 7cfdc4d353c..00000000000 --- a/.changeset/seven-cameras-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Allow the execution function returned by `useLazyQuery` to change the query. diff --git a/.changeset/small-lemons-grow.md b/.changeset/small-lemons-grow.md deleted file mode 100644 index 1fd7e1dc905..00000000000 --- a/.changeset/small-lemons-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix error when server returns an error and we are also querying for a local field diff --git a/CHANGELOG.md b/CHANGELOG.md index bc866771e7d..70581917a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @apollo/client +## 3.7.7 + +### Patch Changes + +- [#10502](https://github.com/apollographql/apollo-client/pull/10502) [`315faf9ca`](https://github.com/apollographql/apollo-client/commit/315faf9ca5b326852919ab7fc2082d6ba92bcb59) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Log a warning to the console when a mock passed to `MockedProvider` or `MockLink` cannot be matched to a query during a test. This makes it easier to debug user errors in the mock setup, such as typos, especially if the query under test is using an `errorPolicy` set to `ignore`, which makes it difficult to know that a match did not occur. + +- [#10499](https://github.com/apollographql/apollo-client/pull/10499) [`9e54f5dfa`](https://github.com/apollographql/apollo-client/commit/9e54f5dfa05fd363e534c432ba8c569bb96a6e35) Thanks [@phryneas](https://github.com/phryneas)! - Allow the execution function returned by `useLazyQuery` to change the query. + +- [#10362](https://github.com/apollographql/apollo-client/pull/10362) [`14a56b105`](https://github.com/apollographql/apollo-client/commit/14a56b105fefcbb2ce5daa9fd6924e5decafcc16) Thanks [@mccraveiro](https://github.com/mccraveiro)! - Fix error when server returns an error and we are also querying for a local field + ## 3.7.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 034c1d92948..1b0cc1976e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.7.6", + "version": "3.7.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.7.6", + "version": "3.7.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 50e5768cf50..1743d871c34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.7.6", + "version": "3.7.7", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [