chore: version packages#88
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 17, 2026 16:45
3a6ba77 to
42b1f19
Compare
cameronapak
approved these changes
Jul 17, 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-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
example@1.0.1
Patch Changes
Greptile Summary
This is an automated Changesets release PR bumping both published packages to their first stable
1.0.0release and the example app to1.0.1. No source code changes are included.packages/coreversion:0.9.1→1.0.0; CHANGELOG updated with the milestone entry.packages/uiversion:0.9.1→1.0.0; CHANGELOG updated, dependency on core remainsworkspace:*(correctly resolved at publish time).apps/exampleversion:1.0.0→1.0.1(patch bump to reflect updated peer dependency versions); newCHANGELOG.mdcreated.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
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%%{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| COREReviews (1): Last reviewed commit: "chore: version packages" | Re-trigger Greptile