diff --git a/.changeset/forty-news-turn.md b/.changeset/forty-news-turn.md deleted file mode 100644 index 0754e5621d9..00000000000 --- a/.changeset/forty-news-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fixes a regression from where passing an invalid identifier to `from` in `useFragment` would result in the warning `TypeError: Cannot read properties of undefined (reading '__typename')`. diff --git a/CHANGELOG.md b/CHANGELOG.md index f766927d898..5ec932caf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.11.7 + +### Patch Changes + +- [#12052](https://github.com/apollographql/apollo-client/pull/12052) [`e471cef`](https://github.com/apollographql/apollo-client/commit/e471cef875eadef04f8ee18ef431ee70e7b9bcab) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fixes a regression from where passing an invalid identifier to `from` in `useFragment` would result in the warning `TypeError: Cannot read properties of undefined (reading '__typename')`. + ## 3.11.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 5fae26bc780..82d6497c742 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.11.6", + "version": "3.11.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.11.6", + "version": "3.11.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 805acee7941..c42fe90a7f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.11.6", + "version": "3.11.7", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [