Skip to content

chore(release): version packages#376

Merged
github-actions[bot] merged 1 commit into
mainfrom
changeset-release/main
Jul 1, 2026
Merged

chore(release): version packages#376
github-actions[bot] merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 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 publish to npm yourself or setup this action to publish 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

rn-dev-agent-cdp@0.50.3

Patch Changes

  • a6112e6: fix(record): device_record stop no longer crashes on macOS with adb_args[@]: unbound variable (bug: device_record stop crashes on macOS (bash 3.2) — unguarded ${adb_args[@]} empty-array expansion under set -u #374). In record_proof.sh the Android stop branch expanded an empty adb_args array unguarded ("${adb_args[@]}"); under set -euo pipefail on bash 3.2 (the macOS default /bin/bash) that is an unbound-variable error, aborting the stop before the pull/convert — so recording finalize (and, via a leftover Android .pid, even iOS stops) failed. All three expansions now use the +-default guard already present elsewhere in the file. Regression-guarded by a static invariant test (effective on bash 5.x CI) plus a behavioral reproduction gated to bash < 4.4.

rn-dev-agent-plugin@0.57.3

Patch Changes

  • a6112e6: fix(record): device_record stop no longer crashes on macOS with adb_args[@]: unbound variable (bug: device_record stop crashes on macOS (bash 3.2) — unguarded ${adb_args[@]} empty-array expansion under set -u #374). In record_proof.sh the Android stop branch expanded an empty adb_args array unguarded ("${adb_args[@]}"); under set -euo pipefail on bash 3.2 (the macOS default /bin/bash) that is an unbound-variable error, aborting the stop before the pull/convert — so recording finalize (and, via a leftover Android .pid, even iOS stops) failed. All three expansions now use the +-default guard already present elsewhere in the file. Regression-guarded by a static invariant test (effective on bash 5.x CI) plus a behavioral reproduction gated to bash < 4.4.

@github-actions github-actions Bot merged commit 2961174 into main Jul 1, 2026
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.

0 participants