chore: version packages - #365
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 27, 2026 16:19
6f8a8fc to
4aba989
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 27, 2026 16:57
4aba989 to
c8d53de
Compare
cameronapak
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@youversion/platform-react-hooks@2.12.0
Minor Changes
@tanstack/react-queryships as a direct dependency of the hooks package with a privateQueryClientinsideYouVersionProvider. Cache entries are keyed by provider config, includingadditionalHeaders, so two header sets never share a response. Account-scoped queries (highlights) are keyed per user, so one account can never see another account's cached data — while the signed-in account is still resolving, or while a live access token disagrees with a signed-out session,useHighlightsholds off fetching rather than sharing a cache entry. Returning to the tab no longer refetches; mounting, changing what you are reading, andrefetch()still do. A read that failed while the network was down fetches again on its own once the connection returns.useOrganizationsshares that cache too, keyed per organization exactly asuseOrganizationkeys it, so a list of versions that share publishers costs one request per publisher and reopening a picker renders them from cache. The cache is memory-only and never persisted.Patch Changes
expires_inas a string. Callback failures are logged in development so a failed exchange is visible in the console.@youversion/platform-core@2.12.0
Patch Changes
expires_inas a string. Callback failures are logged in development so a failed exchange is visible in the console.@youversion/platform-react-ui@2.12.0
Patch Changes
@tanstack/react-queryships as a direct dependency of the hooks package with a privateQueryClientinsideYouVersionProvider. Cache entries are keyed by provider config, includingadditionalHeaders, so two header sets never share a response. Account-scoped queries (highlights) are keyed per user, so one account can never see another account's cached data — while the signed-in account is still resolving, or while a live access token disagrees with a signed-out session,useHighlightsholds off fetching rather than sharing a cache entry. Returning to the tab no longer refetches; mounting, changing what you are reading, andrefetch()still do. A read that failed while the network was down fetches again on its own once the connection returns.useOrganizationsshares that cache too, keyed per organization exactly asuseOrganizationkeys it, so a list of versions that share publishers costs one request per publisher and reopening a picker renders them from cache. The cache is memory-only and never persisted.Greptile Summary
The PR prepares the monorepo’s synchronized 2.12.0 release.
Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains.
Important Files Changed
Reviews (3): Last reviewed commit: "chore: version packages" | Re-trigger Greptile
Context used: