Skip to content

feat(expo): update for 1.1.6#225

Merged
dcrawbuck merged 3 commits into
mainfrom
update-expo-sdk-1.1.6
Jun 26, 2026
Merged

feat(expo): update for 1.1.6#225
dcrawbuck merged 3 commits into
mainfrom
update-expo-sdk-1.1.6

Conversation

@dcrawbuck

@dcrawbuck dcrawbuck commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

1.1.5 -> 1.1.6

Upstream diff: v1.1.5...v1.1.6 on https://github.com/superwall/expo-superwall

Upstream changelog source: reference/expo/CHANGELOG.md

Changes

This is a patch release that bumps the internal Android native dependency from 2.7.15 to 2.7.16. No public API changes or setup changes.

Doc updates checklist

  • Updated SdkLatestVersion in content/docs/expo/index.mdx from v1.1.5 to v1.1.6
  • Updated SdkLatestVersion in content/docs/expo/sdk-reference/index.mdx from v1.1.5 to v1.1.6
  • Added 1.1.6 changelog entry to content/docs/expo/changelog.mdx additively (existing history preserved)

Verification

  • bun test: 65 pass, 0 fail
  • bun run build:cf: OOM killed in sandbox environment (memory constraint), not a code issue

Follow-up tasks / known gaps

None — this patch release only bumps an internal Android dependency.


Note

Low Risk
Documentation and internal agent-skill changes only; no runtime product code or auth/data paths.

Overview
Documents Superwall Expo SDK 1.1.6 in the docs site and adds agent tooling to close out future SDK doc bump PRs.

Expo docs: SdkLatestVersion is bumped from v1.1.5 to v1.1.6 on the welcome page and SDK reference overview. A new 1.1.6 section at the top of changelog.mdx records a patch that updates the bundled Android native SDK to 2.7.17 (prior entries unchanged).

Agent skills: Introduces autoreview-sdk-update-pr, a coordinator skill that runs repeated read-only reviews via review-sdk-update-pr, fixes only verified issues locally, and re-verifies until clean. A .claude/skills symlink points at the same skill under .agents/skills.

Reviewed by Cursor Bugbot for commit ca9ce8b. Bugbot is set up for automated code reviews on this repo. Configure here.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 982d5e8cdb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


### Patch Changes

- 063189f: Update android version to 2.7.17

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Correct the native Android version in the changelog

In the upstream v1.1.5...v1.1.6 diff, android/build.gradle changes com.superwall.sdk:superwall-android from 2.7.15 to 2.7.16, not 2.7.17; leaving this line as-is tells Android Expo users that 1.1.6 includes the 2.7.17 native fixes when it does not. Please align the changelog, or sync it after the upstream changelog is corrected, before publishing.

Useful? React with 👍 / 👎.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
superwall-docs ca9ce8b Commit Preview URL

Branch Preview URL
Jun 26 2026, 08:12 PM

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4751ea70cd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Collect or infer:

1. `sdk`: one of `ios`, `android`, `flutter`, `expo`, or `react-native`
2. `newVersion`: semantic version, including `v` prefix only when the docs convention already uses it

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pass bare SDK versions to the nested reviewer

For Expo, the docs marker uses v1.1.6, but the existing update/review workflow treats newVersion as bare semver for commit titles and changelog sections while adding v only when constructing Expo git tags. If this auto-review infers newVersion from the Expo docs convention and passes v1.1.6 to review-sdk-update-pr, the sub-reviewer will check for the wrong title format such as feat(expo): update for v1.1.6 and can also build double-prefixed tag names. Keep newVersion bare and track any docs/tag prefix separately; the mirrored .claude skill needs the same correction.

Useful? React with 👍 / 👎.

Before the first sub-agent:

- Check `git status --short --branch`.
- Identify the base branch. Prefer PR metadata (`gh pr view --json baseRefName`) when available; otherwise use `origin/main`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fall back to a local base when no origin exists

When this skill is run in a local review checkout without GitHub PR metadata, this fallback makes the next command use origin/main; in the current repo context there is no remote-tracking origin/main (git rev-parse origin/main fails), so changed-file discovery stops before the reviewer can run. Prefer the local main branch or the candidate's parent when origin/main is unavailable; apply the same fix to the mirrored .claude skill.

Useful? React with 👍 / 👎.

@dcrawbuck dcrawbuck merged commit 2002d71 into main Jun 26, 2026
3 checks passed
@dcrawbuck dcrawbuck deleted the update-expo-sdk-1.1.6 branch June 26, 2026 20:20
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