chore: version packages#242
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
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-core@1.30.0
Minor Changes
X-YVP-Sdkheader to every API call and let consumers override headersX-YVP-Sdk: ReactSDK={version}header sent on every request alongsideX-YVP-App-Key. The version is imported directly frompackages/core/package.jsonand inlined by the bundler at build time.SDK_VERSION,SDK_NAME, andSDK_VERSION_HEADER_NAMEexported from@youversion/platform-core.ApiConfiggains an optionaladditionalHeadersmap that is merged into every request. Keys here override the SDK's built-in headers, so wrappers (e.g. the React Native Expo SDK) can replaceX-YVP-Sdkwith their own identifier.YouVersionProvidergains anadditionalHeadersprop that flows through context to every hook-builtApiClient.@youversion/platform-react-hooks@1.30.0
Minor Changes
X-YVP-Sdkheader to every API call and let consumers override headersX-YVP-Sdk: ReactSDK={version}header sent on every request alongsideX-YVP-App-Key. The version is imported directly frompackages/core/package.jsonand inlined by the bundler at build time.SDK_VERSION,SDK_NAME, andSDK_VERSION_HEADER_NAMEexported from@youversion/platform-core.ApiConfiggains an optionaladditionalHeadersmap that is merged into every request. Keys here override the SDK's built-in headers, so wrappers (e.g. the React Native Expo SDK) can replaceX-YVP-Sdkwith their own identifier.YouVersionProvidergains anadditionalHeadersprop that flows through context to every hook-builtApiClient.Patch Changes
@youversion/platform-react-ui@1.30.0
Minor Changes
X-YVP-Sdkheader to every API call and let consumers override headersX-YVP-Sdk: ReactSDK={version}header sent on every request alongsideX-YVP-App-Key. The version is imported directly frompackages/core/package.jsonand inlined by the bundler at build time.SDK_VERSION,SDK_NAME, andSDK_VERSION_HEADER_NAMEexported from@youversion/platform-core.ApiConfiggains an optionaladditionalHeadersmap that is merged into every request. Keys here override the SDK's built-in headers, so wrappers (e.g. the React Native Expo SDK) can replaceX-YVP-Sdkwith their own identifier.YouVersionProvidergains anadditionalHeadersprop that flows through context to every hook-builtApiClient.Patch Changes
Greptile Summary
Automated Changesets release PR bumping all three packages (
platform-core,platform-react-hooks,platform-react-ui) from1.29.0to1.30.0, with CHANGELOG entries for the newX-YVP-Sdkheader feature. No code logic changes are included — only version metadata and changelog updates.1.30.0in lock-step, satisfying the unified versioning requirement..changeset/x-yvp-sdk-header.md) is correctly deleted, and CHANGELOG entries for all three packages accurately reflect the minor feature additions from commit02c2330.workspace:*) remain unchanged, which is correct for a monorepo using pnpm workspaces.Confidence Score: 5/5
This PR is safe to merge — it contains only automated version bumps and CHANGELOG updates with no logic changes.
All three packages are bumped in lock-step to 1.30.0, the changeset file is correctly consumed, and CHANGELOG entries accurately describe the feature shipped in commit 02c2330. Internal workspace:* dependency references are untouched. No code paths are modified.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD CS[".changeset/x-yvp-sdk-header.md\n(deleted / consumed)"] CS -->|"minor bump"| CORE["@youversion/platform-core\n1.29.0 → 1.30.0"] CS -->|"minor bump"| HOOKS["@youversion/platform-react-hooks\n1.29.0 → 1.30.0"] CS -->|"minor bump"| UI["@youversion/platform-react-ui\n1.29.0 → 1.30.0"] CORE -->|"workspace:* (unchanged)"| HOOKS CORE -->|"workspace:* (unchanged)"| UI HOOKS -->|"workspace:* (unchanged)"| UIReviews (1): Last reviewed commit: "chore: version packages" | Re-trigger Greptile
Context used: