From 1575a40a1dae18be90ae31624f8ae70d86999959 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:26:36 -0700 Subject: [PATCH] Version Packages (#10585) Co-authored-by: github-actions[bot] --- .changeset/curly-countries-beg.md | 5 ----- .changeset/swift-points-mate.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/curly-countries-beg.md delete mode 100644 .changeset/swift-points-mate.md diff --git a/.changeset/curly-countries-beg.md b/.changeset/curly-countries-beg.md deleted file mode 100644 index a9e4ab17517..00000000000 --- a/.changeset/curly-countries-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/client': patch ---- - -Ensure the `client` option passed to `useMutation`'s execute function is used when provided. Previously this option was ignored. diff --git a/.changeset/swift-points-mate.md b/.changeset/swift-points-mate.md deleted file mode 100644 index 184c29c1af4..00000000000 --- a/.changeset/swift-points-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/client': patch ---- - -Make `ApolloClient.writeQuery` and `ApolloClient.writeFragment` behave more like `cache.writeQuery` and `cache.writeFragment` by returning the reference returned by the cache. diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ec3e122b0..bfb7302ed1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.7.10 + +### Patch Changes + +- [#9438](https://github.com/apollographql/apollo-client/pull/9438) [`52a9c8ea1`](https://github.com/apollographql/apollo-client/commit/52a9c8ea1ac08ee53fe1ddbd4ded899ea00a1f9f) Thanks [@dciesielkiewicz](https://github.com/dciesielkiewicz)! - Ensure the `client` option passed to `useMutation`'s execute function is used when provided. Previously this option was ignored. + +- [#9124](https://github.com/apollographql/apollo-client/pull/9124) [`975b923c0`](https://github.com/apollographql/apollo-client/commit/975b923c0c0e7ddc8553917a91981e9f41713bc1) Thanks [@andrebrantom](https://github.com/andrebrantom)! - Make `ApolloClient.writeQuery` and `ApolloClient.writeFragment` behave more like `cache.writeQuery` and `cache.writeFragment` by returning the reference returned by the cache. + ## 3.7.9 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index e4f6d9ad7ae..1e668c1a5fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.7.9", + "version": "3.7.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.7.9", + "version": "3.7.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7ec10644219..dd16ee4eba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.7.9", + "version": "3.7.10", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [