diff --git a/.changeset/pre.json b/.changeset/pre.json index 3a00302fb38..e0e5f57834a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,6 +5,7 @@ "@apollo/client": "3.9.7" }, "changesets": [ + "flat-singers-kiss", "tasty-pillows-ring" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a18fda499..b0ddfb8f1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.10.0-alpha.1 + +### Patch Changes + +- [#11689](https://github.com/apollographql/apollo-client/pull/11689) [`cb8ffe5`](https://github.com/apollographql/apollo-client/commit/cb8ffe50e903397f741b62a44624bfe69b5f7b75) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where passing a new `from` option to `useFragment` would first render with the previous value before rerendering with the correct value. + ## 3.10.0-alpha.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index edd8e9e7dd0..af550a888ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.10.0-alpha.0", + "version": "3.10.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.10.0-alpha.0", + "version": "3.10.0-alpha.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3c153eff791..86a5cb25408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.10.0-alpha.0", + "version": "3.10.0-alpha.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [