Skip to content

chore: version packages#197

Merged
cameronapak merged 1 commit intomainfrom
changeset-release/main
Mar 20, 2026
Merged

chore: version packages#197
cameronapak merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

Patch Changes

  • dd52fbe: fix: use spinner icon instead of "Loading..." text in Bible version button

@youversion/platform-react-hooks@1.20.2

Patch Changes

  • dd52fbe: fix: use spinner icon instead of "Loading..." text in Bible version button
  • Updated dependencies [dd52fbe]
    • @youversion/platform-core@1.20.2

@youversion/platform-react-ui@1.20.2

Patch Changes

  • dd52fbe: fix: use spinner icon instead of "Loading..." text in Bible version button
  • Updated dependencies [dd52fbe]
    • @youversion/platform-react-hooks@1.20.2
    • @youversion/platform-core@1.20.2

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 19, 2026

Greptile Summary

This is an automated Changesets release PR that bumps all three packages — @youversion/platform-core, @youversion/platform-react-hooks, and @youversion/platform-react-ui — from 1.20.1 to 1.20.2 as a patch release, and updates their respective changelogs.

  • All three packages are versioned identically at 1.20.2, satisfying the unified versioning policy.
  • The changeset file .changeset/tricky-keys-train.md is correctly deleted after being consumed.
  • Internal workspace:* dependency references between packages are unchanged and will resolve to the new published versions at release time.
  • Changelog entries accurately describe the single patch change: replacing "Loading..." text with a spinner icon in the Bible version button.
  • No source code is modified in this PR — it is purely a version/changelog housekeeping commit generated by the Changesets action.

Confidence Score: 5/5

  • This PR is safe to merge — it is a fully automated, consistent version bump with no source code changes.
  • All three packages are bumped to the same patch version (1.20.2), satisfying the unified versioning rule. Changelogs are accurate. No logic, configuration, or dependency graph is altered beyond version numbers. This is standard Changesets automation output.
  • No files require special attention.

Important Files Changed

Filename Overview
.changeset/tricky-keys-train.md Changeset file consumed and deleted as part of the release process — expected behaviour.
packages/core/package.json Version bumped from 1.20.1 → 1.20.2; no other fields changed.
packages/hooks/package.json Version bumped from 1.20.1 → 1.20.2; workspace:* dependency on platform-core unchanged.
packages/ui/package.json Version bumped from 1.20.1 → 1.20.2; workspace:* dependencies on platform-core and platform-react-hooks unchanged.
packages/core/CHANGELOG.md 1.20.2 entry prepended with correct patch change description.
packages/hooks/CHANGELOG.md 1.20.2 entry prepended, including updated dependency note for platform-core@1.20.2.
packages/ui/CHANGELOG.md 1.20.2 entry prepended, including updated dependency notes for platform-react-hooks@1.20.2 and platform-core@1.20.2.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    CS[".changeset/tricky-keys-train.md\n(deleted — consumed)"]
    CS -->|patch bump| CORE["@youversion/platform-core\n1.20.1 → 1.20.2"]
    CS -->|patch bump| HOOKS["@youversion/platform-react-hooks\n1.20.1 → 1.20.2"]
    CS -->|patch bump| UI["@youversion/platform-react-ui\n1.20.1 → 1.20.2"]
    CORE -->|workspace:*| HOOKS
    CORE -->|workspace:*| UI
    HOOKS -->|workspace:*| UI
    CORE --> NPM["Published to npm"]
    HOOKS --> NPM
    UI --> NPM
Loading

Last reviewed commit: "chore: version packa..."

@cameronapak cameronapak merged commit 81292ec into main Mar 20, 2026
1 check passed
@cameronapak cameronapak deleted the changeset-release/main branch March 20, 2026 14:27
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.

1 participant