diff --git a/.changeset/gold-crabs-invent.md b/.changeset/gold-crabs-invent.md deleted file mode 100644 index 38f0fc4527e..00000000000 --- a/.changeset/gold-crabs-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fixes an issue where `client.readFragment` and `client.readQuery` ignored the `optimistic` option when passed in the options object. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c71b348ec3..bc1f8a35d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 4.2.4 + +### Patch Changes + +- [#13281](https://github.com/apollographql/apollo-client/pull/13281) [`e4df809`](https://github.com/apollographql/apollo-client/commit/e4df809e87a1d2b72728df53327f531f65411ed3) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fixes an issue where `client.readFragment` and `client.readQuery` ignored the `optimistic` option when passed in the options object. + ## 4.2.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 60708c44aa2..79b41fa241f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "4.2.3", + "version": "4.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "4.2.3", + "version": "4.2.4", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index aaab5756b13..175921028d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "4.2.3", + "version": "4.2.4", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [