Skip to content

chore: version packages#242

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#242
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 21, 2026

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

  • 02c2330: Add X-YVP-Sdk header to every API call and let consumers override headers
    • New X-YVP-Sdk: ReactSDK={version} header sent on every request alongside X-YVP-App-Key. The version is imported directly from packages/core/package.json and inlined by the bundler at build time.
    • SDK_VERSION, SDK_NAME, and SDK_VERSION_HEADER_NAME exported from @youversion/platform-core.
    • ApiConfig gains an optional additionalHeaders map 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 replace X-YVP-Sdk with their own identifier.
    • YouVersionProvider gains an additionalHeaders prop that flows through context to every hook-built ApiClient.

@youversion/platform-react-hooks@1.30.0

Minor Changes

  • 02c2330: Add X-YVP-Sdk header to every API call and let consumers override headers
    • New X-YVP-Sdk: ReactSDK={version} header sent on every request alongside X-YVP-App-Key. The version is imported directly from packages/core/package.json and inlined by the bundler at build time.
    • SDK_VERSION, SDK_NAME, and SDK_VERSION_HEADER_NAME exported from @youversion/platform-core.
    • ApiConfig gains an optional additionalHeaders map 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 replace X-YVP-Sdk with their own identifier.
    • YouVersionProvider gains an additionalHeaders prop that flows through context to every hook-built ApiClient.

Patch Changes

  • Updated dependencies [02c2330]
    • @youversion/platform-core@1.30.0

@youversion/platform-react-ui@1.30.0

Minor Changes

  • 02c2330: Add X-YVP-Sdk header to every API call and let consumers override headers
    • New X-YVP-Sdk: ReactSDK={version} header sent on every request alongside X-YVP-App-Key. The version is imported directly from packages/core/package.json and inlined by the bundler at build time.
    • SDK_VERSION, SDK_NAME, and SDK_VERSION_HEADER_NAME exported from @youversion/platform-core.
    • ApiConfig gains an optional additionalHeaders map 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 replace X-YVP-Sdk with their own identifier.
    • YouVersionProvider gains an additionalHeaders prop that flows through context to every hook-built ApiClient.

Patch Changes

  • Updated dependencies [02c2330]
    • @youversion/platform-core@1.30.0
    • @youversion/platform-react-hooks@1.30.0

Greptile Summary

Automated Changesets release PR bumping all three packages (platform-core, platform-react-hooks, platform-react-ui) from 1.29.0 to 1.30.0, with CHANGELOG entries for the new X-YVP-Sdk header feature. No code logic changes are included — only version metadata and changelog updates.

  • All packages move to 1.30.0 in lock-step, satisfying the unified versioning requirement.
  • The consumed changeset file (.changeset/x-yvp-sdk-header.md) is correctly deleted, and CHANGELOG entries for all three packages accurately reflect the minor feature additions from commit 02c2330.
  • Internal workspace dependencies (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

Filename Overview
.changeset/x-yvp-sdk-header.md Changeset file consumed (deleted) after being applied to CHANGELOG and version bumps — expected behavior.
packages/core/package.json Version bumped from 1.29.0 to 1.30.0; no other fields changed.
packages/hooks/package.json Version bumped from 1.29.0 to 1.30.0; internal dependency on platform-core uses workspace:* (unchanged).
packages/ui/package.json Version bumped from 1.29.0 to 1.30.0; internal workspace:* deps for core and hooks unchanged.
packages/core/CHANGELOG.md 1.30.0 minor-change entry added describing the X-YVP-Sdk header feature.
packages/hooks/CHANGELOG.md 1.30.0 entry added with minor-change notes and updated-dependency reference to platform-core@1.30.0.
packages/ui/CHANGELOG.md 1.30.0 entry added with minor-change notes and updated-dependency references to both platform-core and platform-react-hooks.

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)"| UI
Loading

Reviews (1): Last reviewed commit: "chore: version packages" | Re-trigger Greptile

Context used:

  • Rule used - Unified versioning: All packages must maintain exa... (source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants