Skip to content

chore(mobile): bump versions for native release - #14613

Open
dylanjeffers wants to merge 1 commit into
mainfrom
chore/mobile-native-release-1.5.186
Open

dylanjeffers wants to merge 1 commit into
mainfrom
chore/mobile-native-release-1.5.186

Conversation

@dylanjeffers

Copy link
Copy Markdown
Contributor

Summary

The react-native-screens patch from #14601, which fixes diagonal scrolls on nested screens, is native and can't ship over OTA. mobile.yml only runs the RC and production native builds when packages/mobile/package.json's version changes, so no binary has it yet.

  • packages/mobile/package.json: 1.5.185 → 1.5.186
  • iOS CFBundleShortVersionString: 1.1.198 → 1.1.199. The 2026-08-28 production upload was rejected because 1.1.198 wasn't higher than the version already on the App Store.
  • Android versionName: 1.1.534 → 1.1.535
  • Removes the unused Fabric gradle plugin and its repo. maven.fabric.io now returns 403, and resolving io.fabric.tools:gradle:1.31.2 failed both Android builds in run 33198553014. Nothing applies the plugin.

Before merging

This changes the OTA routing key. After merge, OTAs publish to 1.5.186 histories, and devices on the current 1.5.185 store build stop getting them until they update. Run a production OTA dispatch from main before merging, so 1.5.185 users get everything since 2026-09-13 (including the JS half of #14601):

gh workflow run mobile.yml --repo AudiusProject/apps --ref main -f ota_channel=production

After merging

The merge push should run iOS RC, Android RC, iOS production and Android production builds. The RC builds go to TestFlight / the RC Play track. Production builds upload without submitting.

🤖 Generated with Claude Code

Ships the react-native-screens patch from #14601, which can't go out
over OTA.

- package.json 1.5.185 -> 1.5.186 (triggers the RC and production
  native builds)
- iOS CFBundleShortVersionString 1.1.198 -> 1.1.199
- Android versionName 1.1.534 -> 1.1.535
- Drop the unused Fabric gradle plugin; maven.fabric.io is gone and
  it failed both Android builds on 2026-08-28

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Sep 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e00ee6b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

Copy link
Copy Markdown

Dependency limit exceeded — report not shown.

This pull request scan exceeded the 10,000-dependency limit applied to this scan, so the results are incomplete and may be inaccurate. To avoid reporting false positives, Socket has not posted a report.

Upgrade your plan to raise the dependency limit and get complete reports, or view the partial scan in the dashboard.

Socket is always free for open source. If this is a non-commercial open source project, contact us to request a free Team account.

This branch has not been deployed

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant