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) #11210

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Version Packages (alpha) #11210

merged 2 commits into from
Sep 19, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 12, 2023

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.9, this PR will be updated.

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

release-3.9 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.9.

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

Releases

@apollo/[email protected]

Minor Changes

  • #11202 7c2bc08b2 Thanks @benjamn! - Prevent QueryInfo#markResult mutation of result.data and return cache data consistently whether complete or incomplete.

  • #6701 8d2b4e107 Thanks @prowe! - Ability to dynamically match mocks

    Adds support for a new property MockedResponse.variableMatcher: a predicate function that accepts a variables param. If true, the variables will be passed into the ResultFunction to help dynamically build a response.

@github-actions github-actions bot force-pushed the changeset-release/release-3.9 branch 4 times, most recently from ed978ab to 408501a Compare September 15, 2023 15:28
@github-actions
Copy link
Contributor Author

github-actions bot commented Sep 19, 2023

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 37.29 KB (+0.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 43.78 KB (+0.04% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 42.35 KB (+0.04% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 32.54 KB (+0.03% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 31.28 KB (+0.02% 🔺)
import { ApolloProvider } from "dist/react/index.js" 1.22 KB (+0.49% 🔺)
import { ApolloProvider } from "dist/react/index.js" (production) 1.2 KB (+0.49% 🔺)
import { useQuery } from "dist/react/index.js" 4.28 KB (+0.17% 🔺)
import { useQuery } from "dist/react/index.js" (production) 4.09 KB (+0.17% 🔺)
import { useLazyQuery } from "dist/react/index.js" 4.59 KB (+0.13% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.41 KB (+0.18% 🔺)
import { useMutation } from "dist/react/index.js" 2.53 KB (+0.28% 🔺)
import { useMutation } from "dist/react/index.js" (production) 2.51 KB (+0.28% 🔺)
import { useSubscription } from "dist/react/index.js" 2.24 KB (+0.31% 🔺)
import { useSubscription } from "dist/react/index.js" (production) 2.2 KB (+0.32% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" 4.76 KB (+0.15% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.2 KB (+0.17% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" 4.29 KB (+0.16% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.71 KB (+0.22% 🔺)
import { useReadQuery } from "dist/react/index.js" 2.97 KB (+0.24% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 2.92 KB (+0.21% 🔺)
import { useFragment } from "dist/react/index.js" 2.08 KB (+0.38% 🔺)
import { useFragment } from "dist/react/index.js" (production) 2.03 KB (+0.34% 🔺)

@github-actions github-actions bot force-pushed the changeset-release/release-3.9 branch from 408501a to 804b6b2 Compare September 19, 2023 13:32
@github-actions github-actions bot force-pushed the changeset-release/release-3.9 branch from 804b6b2 to ef1a438 Compare September 19, 2023 13:43
@alessbell alessbell merged commit a0fbcd8 into release-3.9 Sep 19, 2023
5 checks passed
@alessbell alessbell deleted the changeset-release/release-3.9 branch September 19, 2023 14:54
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant