From d79aec054ef8632e03d61024f529a27692d0d55a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:22:55 -0700 Subject: [PATCH] Version Packages (#12355) Co-authored-by: github-actions[bot] --- .changeset/curvy-ads-matter.md | 5 ----- .changeset/spotty-poets-walk.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/curvy-ads-matter.md delete mode 100644 .changeset/spotty-poets-walk.md diff --git a/.changeset/curvy-ads-matter.md b/.changeset/curvy-ads-matter.md deleted file mode 100644 index 81a7214a06b..00000000000 --- a/.changeset/curvy-ads-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fixes an issue where the wrong `networkStatus` and `loading` value was emitted from `observableQuery` when calling `fetchMore` with a `no-cache` fetch policy. The `networkStatus` now properly reports as `ready` and `loading` as `false` after the result is returned. diff --git a/.changeset/spotty-poets-walk.md b/.changeset/spotty-poets-walk.md deleted file mode 100644 index aa9f7eef81a..00000000000 --- a/.changeset/spotty-poets-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix missing `main.d.cts` file diff --git a/CHANGELOG.md b/CHANGELOG.md index 939ebd5b04e..090568c7df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.12.11 + +### Patch Changes + +- [#12351](https://github.com/apollographql/apollo-client/pull/12351) [`3da908b`](https://github.com/apollographql/apollo-client/commit/3da908b1dde73847805a41c287a83700b2b88887) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fixes an issue where the wrong `networkStatus` and `loading` value was emitted from `observableQuery` when calling `fetchMore` with a `no-cache` fetch policy. The `networkStatus` now properly reports as `ready` and `loading` as `false` after the result is returned. + +- [#12354](https://github.com/apollographql/apollo-client/pull/12354) [`a24ef94`](https://github.com/apollographql/apollo-client/commit/a24ef9474f8f7a864f8b866563f8f7e661d2533f) Thanks [@phryneas](https://github.com/phryneas)! - Fix missing `main.d.cts` file + ## 3.12.10 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 2358a8dee88..12913c788ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.12.10", + "version": "3.12.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.12.10", + "version": "3.12.11", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4b8d2c5657f..73841878cf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.12.10", + "version": "3.12.11", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [