From 572edbfeae4d67c8823d411607c42ecf5b94f5e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Feb 2024 17:18:29 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-chefs-study.md | 5 ----- .changeset/dirty-insects-return.md | 5 ----- .changeset/neat-toes-leave.md | 5 ----- .changeset/seven-shoes-invite.md | 5 ----- .changeset/tiny-vans-draw.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 17 insertions(+), 28 deletions(-) delete mode 100644 .changeset/chilled-chefs-study.md delete mode 100644 .changeset/dirty-insects-return.md delete mode 100644 .changeset/neat-toes-leave.md delete mode 100644 .changeset/seven-shoes-invite.md delete mode 100644 .changeset/tiny-vans-draw.md diff --git a/.changeset/chilled-chefs-study.md b/.changeset/chilled-chefs-study.md deleted file mode 100644 index 2b4b0c4095e..00000000000 --- a/.changeset/chilled-chefs-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Bumps the dependency `rehackt` to 0.0.5 diff --git a/.changeset/dirty-insects-return.md b/.changeset/dirty-insects-return.md deleted file mode 100644 index 990a82e278c..00000000000 --- a/.changeset/dirty-insects-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Strengthen `MockedResponse.newData` type diff --git a/.changeset/neat-toes-leave.md b/.changeset/neat-toes-leave.md deleted file mode 100644 index 5584adab85c..00000000000 --- a/.changeset/neat-toes-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix issue where partial data is reported to `useQuery` when using `notifyOnNetworkStatusChange` after it errors while another overlapping query succeeds. diff --git a/.changeset/seven-shoes-invite.md b/.changeset/seven-shoes-invite.md deleted file mode 100644 index dc3363b894e..00000000000 --- a/.changeset/seven-shoes-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix an issue where a partial cache write for an errored query would result in automatically refetching that query. diff --git a/.changeset/tiny-vans-draw.md b/.changeset/tiny-vans-draw.md deleted file mode 100644 index ca0e2f55ac5..00000000000 --- a/.changeset/tiny-vans-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Mocks with an infinite delay no longer require result or error diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ce658db56..a9043830d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @apollo/client +## 3.9.5 + +### Patch Changes + +- [#11595](https://github.com/apollographql/apollo-client/pull/11595) [`8c20955`](https://github.com/apollographql/apollo-client/commit/8c20955874562e5b2ab35557325e047b059bc4fc) Thanks [@phryneas](https://github.com/phryneas)! - Bumps the dependency `rehackt` to 0.0.5 + +- [#11592](https://github.com/apollographql/apollo-client/pull/11592) [`1133469`](https://github.com/apollographql/apollo-client/commit/1133469bd91ff76b9815e815a454a79d8e23a9bc) Thanks [@Stephen2](https://github.com/Stephen2)! - Strengthen `MockedResponse.newData` type + +- [#11579](https://github.com/apollographql/apollo-client/pull/11579) [`1ba2fd9`](https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where partial data is reported to `useQuery` when using `notifyOnNetworkStatusChange` after it errors while another overlapping query succeeds. + +- [#11579](https://github.com/apollographql/apollo-client/pull/11579) [`1ba2fd9`](https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query. + +- [#11562](https://github.com/apollographql/apollo-client/pull/11562) [`65ab695`](https://github.com/apollographql/apollo-client/commit/65ab695470741e8dcaef1ebd7742c3c397526354) Thanks [@mspiess](https://github.com/mspiess)! - Mocks with an infinite delay no longer require result or error + ## 3.9.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 01b7e932ece..f9908d73c3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.4", + "version": "3.9.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.4", + "version": "3.9.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1e608100800..50a197a14e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.4", + "version": "3.9.5", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [