diff --git a/.changeset/pre.json b/.changeset/pre.json index d8eede388c1..32976903973 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,9 +6,15 @@ }, "changesets": [ "chatty-llamas-switch", + "green-garlics-protect", + "hungry-bobcats-battle", + "kind-foxes-float", + "old-onions-sleep", + "spotty-garlics-knock", "stupid-bears-cheat", "tasty-pillows-ring", "tiny-bugs-tap", - "twelve-apples-vanish" + "twelve-apples-vanish", + "wet-plants-admire" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bfc758458..60674b7474f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @apollo/client +## 3.10.0-rc.1 + +### Minor Changes + +- [#11764](https://github.com/apollographql/apollo-client/pull/11764) [`f046aa9`](https://github.com/apollographql/apollo-client/commit/f046aa9fc24ac197a797045d280811a3bbe05806) Thanks [@alessbell](https://github.com/alessbell)! - Rename `createProxiedSchema` to `createTestSchema` and `createMockFetch` to `createSchemaFetch`. + +- [#11777](https://github.com/apollographql/apollo-client/pull/11777) [`5dfc79f`](https://github.com/apollographql/apollo-client/commit/5dfc79fa6d974362f38361f7dffbe984a9546377) Thanks [@alessbell](https://github.com/alessbell)! - Call `createMockSchema` inside `createTestSchema`. + +- [#11783](https://github.com/apollographql/apollo-client/pull/11783) [`440563a`](https://github.com/apollographql/apollo-client/commit/440563ab2c47efcb9c7d08f52531ade33d753037) Thanks [@alessbell](https://github.com/alessbell)! - Moves new testing utilities to their own entrypoint, `testing/experimental` + +### Patch Changes + +- [#11757](https://github.com/apollographql/apollo-client/pull/11757) [`9825295`](https://github.com/apollographql/apollo-client/commit/982529530893f66a1d236f0fff53862e513fc9a8) Thanks [@phryneas](https://github.com/phryneas)! - Adjust `useReadQuery` wrapper logic to work with transported objects. + +- [#11771](https://github.com/apollographql/apollo-client/pull/11771) [`e72cbba`](https://github.com/apollographql/apollo-client/commit/e72cbba07e5caa6d75b44ca8c766846e855a6c93) Thanks [@phryneas](https://github.com/phryneas)! - Wrap `useQueryRefHandlers` in `wrapHook`. + +- [#11754](https://github.com/apollographql/apollo-client/pull/11754) [`80d2ba5`](https://github.com/apollographql/apollo-client/commit/80d2ba579fe6d2a2d102d1fe79d7d503f31cd931) Thanks [@alessbell](https://github.com/alessbell)! - Export `WatchFragmentOptions` and `WatchFragmentResult` from main entrypoint and fix bug where `this` wasn't bound to the `watchFragment` method on `ApolloClient`. + ## 3.10.0-rc.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 21f6f038d9e..f6c50f3c4ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.10.0-rc.0", + "version": "3.10.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.10.0-rc.0", + "version": "3.10.0-rc.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bbab1a55392..3d1ccf979db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.10.0-rc.0", + "version": "3.10.0-rc.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [