chore(deps): revert internal remix pins to released Loans SDK coordinates - #204
Closed
DeepakSingh80 wants to merge 1 commit into
Closed
DeepakSingh80 wants to merge 1 commit into
DeepakSingh80 wants to merge 1 commit into
Conversation
…ates The dark-theme remix builds (com.smallcase.loans:sdk-sourav-native-dark-theme-cb54bf9 and SCLoans-sourav-native-dark-theme-37c97d9) live only in internal registries, so partners cannot resolve them. development therefore cannot be promoted to prod. Reverted to the coordinates prod actually ships today: android/build.gradle com.smallcase.loans:sdk:5.3.2 podspec SCLoans 7.4.0 The stale `Revert to: SCLoans 7.2.0` comment is removed along with the pin. Refs: docs/hlds/native-sdk-cicd/phase-1-runbook.md T3 (CU-86d4a6pqb) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
4 tasks
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.
Phase 1 T3 of the native SDK CI/CD runbook (
docs/hlds/native-sdk-cicd/phase-1-runbook.md, ClickUp 86d4a6pqb).Why
developmentpins the Loans SDK to dark-theme remix builds that exist only in internal registries (SCGateway-internal/sc-cocoapodspec-internal). They resolve for us and fail for partners, sodevelopmentcannot be promoted toprodwhile they are in place.T0 (#203) restricted publishing to
prod, so these pins can no longer reach npm — this is the follow-up that unblocks the next release.What
android/build.gradle:153com.smallcase.loans:sdk-sourav-native-dark-theme-cb54bf9:5.1.4-92-releasecom.smallcase.loans:sdk:5.3.2react-native-smallcase-gateway.podspec:39-40SCLoans-sourav-native-dark-theme-37c97d97.1.2-45-releases.dependency 'SCLoans', '7.4.0'The stale
# Revert to: s.dependency 'SCLoans', '7.2.0'comment is removed with the pin.Coordinates come from
origin/prod, not the comment. The comment namedSCLoans 7.2.0; prod actually ships7.4.0, and prod also supplies thebuild.gradlecoordinate the comment omitted. Prod is the known-good floor.Deliberately out of scope
com.smallcase.gateway:sdkstays at6.1.1(prod ships6.1.2). That is divergence, not a remix pin, and belongs to the owedprod→developmentback-merge (T4). Bumping it here would conflict with that merge.publish.yml— the T0 branch guard currently exists onprodonly, so the guard lands with or after T4.Test plan
./gradlew :react-native-smallcase-gateway:dependenciesresolvescom.smallcase.loans:sdk:5.3.2from the publicSCGatewayrepo (notSCGateway-internal).pod installin the example app resolvesSCLoans 7.4.0.🤖 Generated with Claude Code