From 366cfb76b12e5d5ed5ea4675f8d94fc69f76c480 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jan 2024 16:26:55 +0000 Subject: [PATCH] Version Packages --- .changeset/mighty-seals-perform.md | 5 ----- .changeset/ninety-zebras-end.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/mighty-seals-perform.md delete mode 100644 .changeset/ninety-zebras-end.md diff --git a/.changeset/mighty-seals-perform.md b/.changeset/mighty-seals-perform.md deleted file mode 100644 index 085e8e12923..00000000000 --- a/.changeset/mighty-seals-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix an incorrect string substitution in a warning message. diff --git a/.changeset/ninety-zebras-end.md b/.changeset/ninety-zebras-end.md deleted file mode 100644 index 7097b30b2b7..00000000000 --- a/.changeset/ninety-zebras-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Avoid redundant refetchQueries call for mutation with no-cache policy (fixes #10238) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399686ebdc5..a541532d677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.9.1 + +### Patch Changes + +- [#11516](https://github.com/apollographql/apollo-client/pull/11516) [`8390fea`](https://github.com/apollographql/apollo-client/commit/8390fea13175bada8361ba5f0df2e43197085aba) Thanks [@phryneas](https://github.com/phryneas)! - Fix an incorrect string substitution in a warning message. + +- [#11515](https://github.com/apollographql/apollo-client/pull/11515) [`c9bf93b`](https://github.com/apollographql/apollo-client/commit/c9bf93bdc2816f7fdba96961e1435f463f440bd1) Thanks [@vladar](https://github.com/vladar)! - Avoid redundant refetchQueries call for mutation with no-cache policy (fixes #10238) + ## 3.9.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 3e36f50e536..ff7b5cd34f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.0", + "version": "3.9.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ea7d8df5a5a..cc9d4ab04d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.0", + "version": "3.9.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [