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 (alpha) #11699

Merged
merged 4 commits into from
Mar 18, 2024
Merged

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 publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-3.10, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-3.10 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-3.10.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@apollo/client@3.10.0-alpha.0

Minor Changes

  • #11465 7623da7 Thanks @alessbell! - Add watchFragment method to the cache and expose it on ApolloClient, refactor useFragment using watchFragment.

Patch Changes

  • #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.

@github-actions github-actions bot requested a review from a team as a code owner March 18, 2024 19:15
@github-actions github-actions bot added the auto-cleanup 🤖 label Mar 18, 2024
Copy link

netlify bot commented Mar 18, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 8138ae6
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/65f8965685e42c00089241fd
😎 Deploy Preview https://deploy-preview-11699--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/release-3.10 branch from 435eef6 to 8138ae6 Compare March 18, 2024 19:30
Copy link
Contributor Author

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 38.49 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 46.35 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 43.92 KB (+0.04% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 34.14 KB (+0.03% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 32.03 KB (+0.03% 🔺)
import { ApolloProvider } from "dist/react/index.js" 1.24 KB (+0.48% 🔺)
import { ApolloProvider } from "dist/react/index.js" (production) 1.22 KB (+0.49% 🔺)
import { useQuery } from "dist/react/index.js" 5.27 KB (+0.13% 🔺)
import { useQuery } from "dist/react/index.js" (production) 4.35 KB (+0.14% 🔺)
import { useLazyQuery } from "dist/react/index.js" 5.51 KB (+0.13% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.58 KB (+0.13% 🔺)
import { useMutation } from "dist/react/index.js" 3.51 KB (+0.2% 🔺)
import { useMutation } from "dist/react/index.js" (production) 2.73 KB (+0.11% 🔺)
import { useSubscription } from "dist/react/index.js" 3.2 KB (+0.28% 🔺)
import { useSubscription } from "dist/react/index.js" (production) 2.39 KB (+0.29% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" 5.37 KB (+0.13% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.03 KB (+0.2% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" 4.84 KB (+0.13% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.49 KB (+0.2% 🔺)
import { useLoadableQuery } from "dist/react/index.js" 4.98 KB (+0.14% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.64 KB (+0.22% 🔺)
import { useReadQuery } from "dist/react/index.js" 3.13 KB (+0.26% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 3.07 KB (+0.23% 🔺)
import { useFragment } from "dist/react/index.js" 2.29 KB (+0.26% 🔺)
import { useFragment } from "dist/react/index.js" (production) 2.24 KB (+0.27% 🔺)

@alessbell alessbell merged commit 32a2dc4 into release-3.10 Mar 18, 2024
27 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 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.

1 participant