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 #10341

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Version Packages #10341

merged 1 commit into from
Dec 15, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 8, 2022

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.7.3

Patch Changes

  • #10334 7d923939d Thanks @jerelmiller! - Better handle deferred queries that have cached or partial cached data for them

  • #10368 46b58e976 Thanks @alessbell! - Fix: unblocks support for defer in mutations

    If the @defer directive is present in the document passed to mutate, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 768f59f to 7c5ae99 Compare December 8, 2022 22:02
@alessbell
Copy link
Contributor

alessbell commented Dec 8, 2022

Immediately before we merge this PR we'll have to make a one-time manual fix to CHANGELOG.md as it will be the first changesets release from main.

I think the changesets bot is looking for a ## x.x.x h2 heading delimeter between releases in the CHANGELOG to determine which changes should be included, and since we format headings slightly differently (## Apollo Client 3.7.2 (2022-12-06)) it included 3.7.2's changes in the 3.7.3 release notes. We can fix this by updating the 3.7.3 and 3.7.2 headings to reflect the correct formatting and removing the duplicate 3.7.2 changes from the 3.7.3 section.

FYI: I fixed it and pushed to this branch, but the bot force pushes to changeset-release/main every time a new commit lands on main, so we'll need to fix it right before merging to ensure the 3.7.3 release notes are correct.

Edit: I made the fix upstream and everything looks good now!

@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 56d427e to b0b0831 Compare December 15, 2022 18:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from b0b0831 to 2bbcd75 Compare December 15, 2022 18:29
@alessbell alessbell merged commit 2f79f03 into main Dec 15, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 14, 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