Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #11695

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Version Packages #11695

merged 1 commit into from
Mar 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 18, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@apollo/client@3.9.8

Patch Changes

  • #11706 8619bc7 Thanks @jerelmiller! - Fix issue in all suspense hooks where returning an empty array after calling fetchMore would rerender the component with an empty list.

  • #11694 835d5f3 Thanks @phryneas! - Expose setErrorMessageHandler from @apollo/client/dev entrypoint.

  • #11689 cb8ffe5 Thanks @jerelmiller! - Fix issue where passing a new from option to useFragment would first render with the previous value before rerendering with the correct value.

  • #11713 642092c Thanks @jerelmiller! - Fix issue where setting a default watchQuery option in the ApolloClient constructor could break startTransition when used with suspense hooks.

@github-actions github-actions bot requested a review from a team as a code owner March 18, 2024 18:17
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from e132b7d to 31a9971 Compare March 18, 2024 19:12
Copy link
Contributor Author

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 38.34 KB (-0.01% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 46.17 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 43.73 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 33.95 KB (-0.01% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 31.87 KB (0%)
import { ApolloProvider } from "dist/react/index.js" 1.23 KB (+0.08% 🔺)
import { ApolloProvider } from "dist/react/index.js" (production) 1.22 KB (0%)
import { useQuery } from "dist/react/index.js" 5.26 KB (0%)
import { useQuery } from "dist/react/index.js" (production) 4.35 KB (0%)
import { useLazyQuery } from "dist/react/index.js" 5.51 KB (+0.02% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.58 KB (0%)
import { useMutation } from "dist/react/index.js" 3.51 KB (0%)
import { useMutation } from "dist/react/index.js" (production) 2.73 KB (0%)
import { useSubscription } from "dist/react/index.js" 3.19 KB (0%)
import { useSubscription } from "dist/react/index.js" (production) 2.38 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" 5.36 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.03 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" 4.83 KB (-0.03% 🔽)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.49 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" 4.98 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.63 KB (0%)
import { useReadQuery } from "dist/react/index.js" 3.12 KB (+0.04% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 3.06 KB (0%)
import { useFragment } from "dist/react/index.js" 2.27 KB (0%)
import { useFragment } from "dist/react/index.js" (production) 2.22 KB (0%)

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 519c832 to 7f53cfd Compare March 18, 2024 19:29
Copy link

netlify bot commented Mar 18, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 5508213
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/65fb2c1ae1bd0f00074ce0df
😎 Deploy Preview https://deploy-preview-11695--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 1557e35 to e815851 Compare March 19, 2024 18:20
@panchaldeep009
Copy link

@jerelmiller Any plan to release this one soon, we have been blocked and waiting for this one to get out soon.

@jerelmiller
Copy link
Member

@panchaldeep009 I'm hoping to get #11706 in this one before we release it. I'm hoping today, but at latest tomorrow.

@github-actions github-actions bot added the auto-cleanup 🤖 label Mar 20, 2024
@jerelmiller jerelmiller merged commit a0d114e into main Mar 20, 2024
29 checks passed
@jerelmiller jerelmiller deleted the changeset-release/main branch March 20, 2024 19:07
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants