From b4645faa6f9648e359330173b31d8a6aa6ad2cf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jan 2025 18:43:44 +0000 Subject: [PATCH] Version Packages --- .changeset/lemon-singers-pay.md | 5 ----- .changeset/ten-rules-stare.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/lemon-singers-pay.md delete mode 100644 .changeset/ten-rules-stare.md diff --git a/.changeset/lemon-singers-pay.md b/.changeset/lemon-singers-pay.md deleted file mode 100644 index bf013dce813..00000000000 --- a/.changeset/lemon-singers-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Remove unused dependency `response-iterator` diff --git a/.changeset/ten-rules-stare.md b/.changeset/ten-rules-stare.md deleted file mode 100644 index f7d5ebdfa7b..00000000000 --- a/.changeset/ten-rules-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fixes an issue where `client.watchFragment`/`useFragment` with `@includes` crashes when a separate cache update writes to the conditionally included fields. diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b1eb2f84c..fb62dad7b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.12.8 + +### Patch Changes + +- [#12292](https://github.com/apollographql/apollo-client/pull/12292) [`3abd944`](https://github.com/apollographql/apollo-client/commit/3abd944e4adde5d94d91133f2bf6ed1c7744f8c5) Thanks [@phryneas](https://github.com/phryneas)! - Remove unused dependency `response-iterator` + +- [#12287](https://github.com/apollographql/apollo-client/pull/12287) [`bf313a3`](https://github.com/apollographql/apollo-client/commit/bf313a39d342a73dc3e9b3db9415c71c2573db3f) Thanks [@phryneas](https://github.com/phryneas)! - Fixes an issue where `client.watchFragment`/`useFragment` with `@includes` crashes when a separate cache update writes to the conditionally included fields. + ## 3.12.7 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 5a2cca35bcf..7f9ab4c9b58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.12.7", + "version": "3.12.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.12.7", + "version": "3.12.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dd4d8f617ee..ca77d5bfbc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.12.7", + "version": "3.12.8", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [