Skip to content

chore: version packages#88

Merged
cameronapak merged 1 commit into
mainfrom
changeset-release/main
Jul 17, 2026
Merged

chore: version packages#88
cameronapak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 17, 2026

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-react-native-expo-core@1.0.0

Major Changes

  • ce283a0: Release 1.0.0 — the first stable release of the YouVersion Platform React Native Expo SDK.

    This is a milestone version bump marking the SDK's official 1.0 launch. There are no breaking API changes from 0.9.1; the major bump signifies the transition to a stable, publicly supported release line.

@youversion/platform-react-native-expo-ui@1.0.0

Major Changes

  • ce283a0: Release 1.0.0 — the first stable release of the YouVersion Platform React Native Expo SDK.

    This is a milestone version bump marking the SDK's official 1.0 launch. There are no breaking API changes from 0.9.1; the major bump signifies the transition to a stable, publicly supported release line.

Patch Changes

  • Updated dependencies [ce283a0]
    • @youversion/platform-react-native-expo-core@1.0.0

example@1.0.1

Patch Changes

  • Updated dependencies [ce283a0]
    • @youversion/platform-react-native-expo-core@1.0.0
    • @youversion/platform-react-native-expo-ui@1.0.0

Greptile Summary

This is an automated Changesets release PR bumping both published packages to their first stable 1.0.0 release and the example app to 1.0.1. No source code changes are included.

  • packages/core version: 0.9.11.0.0; CHANGELOG updated with the milestone entry.
  • packages/ui version: 0.9.11.0.0; CHANGELOG updated, dependency on core remains workspace:* (correctly resolved at publish time).
  • apps/example version: 1.0.01.0.1 (patch bump to reflect updated peer dependency versions); new CHANGELOG.md created.

Confidence Score: 5/5

Purely automated version and changelog updates — no source code is modified, and all version numbers are consistent across the monorepo.

Every change is generated by the Changesets action: version fields are updated, CHANGELOG entries are prepended from the consumed changeset, and no logic, dependencies, or configuration beyond version strings is touched.

No files require special attention.

Important Files Changed

Filename Overview
.changeset/v1-0-0-launch.md Changeset file deleted after being consumed by the release action — expected behavior.
packages/core/package.json Version bumped from 0.9.1 to 1.0.0; no other fields changed.
packages/ui/package.json Version bumped from 0.9.1 to 1.0.0; core dependency remains workspace:* which resolves correctly at publish time.
packages/core/CHANGELOG.md 1.0.0 major release entry prepended with accurate description matching the changeset.
packages/ui/CHANGELOG.md 1.0.0 major release entry prepended, including updated core dependency note.
apps/example/package.json Version bumped from 1.0.0 to 1.0.1 to reflect updated package dependencies.
apps/example/CHANGELOG.md New CHANGELOG created for the example app's 1.0.1 patch release.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    CS[".changeset/v1-0-0-launch.md\n(deleted)"] -->|consumed by Changesets action| R[Release action]
    R --> CORE["packages/core\n0.9.1 → 1.0.0"]
    R --> UI["packages/ui\n0.9.1 → 1.0.0"]
    R --> EX["apps/example\n1.0.0 → 1.0.1"]
    CORE --> NPM1["npm: @youversion/platform-react-native-expo-core@1.0.0"]
    UI --> NPM2["npm: @youversion/platform-react-native-expo-ui@1.0.0"]
    UI -->|workspace:* dep| CORE
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    CS[".changeset/v1-0-0-launch.md\n(deleted)"] -->|consumed by Changesets action| R[Release action]
    R --> CORE["packages/core\n0.9.1 → 1.0.0"]
    R --> UI["packages/ui\n0.9.1 → 1.0.0"]
    R --> EX["apps/example\n1.0.0 → 1.0.1"]
    CORE --> NPM1["npm: @youversion/platform-react-native-expo-core@1.0.0"]
    UI --> NPM2["npm: @youversion/platform-react-native-expo-ui@1.0.0"]
    UI -->|workspace:* dep| CORE
Loading

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

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3a6ba77 to 42b1f19 Compare July 17, 2026 16:45
@cameronapak
cameronapak merged commit cd04543 into main Jul 17, 2026
7 checks passed
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