Skip to content

chore: add changeset for #24 feature-flag defaults fix#28

Merged
srsholmes merged 1 commit into
mainfrom
chore/changeset-feature-flag-defaults
May 1, 2026
Merged

chore: add changeset for #24 feature-flag defaults fix#28
srsholmes merged 1 commit into
mainfrom
chore/changeset-feature-flag-defaults

Conversation

@srsholmes

Copy link
Copy Markdown
Owner

Summary

PR #25 was merged without a .changeset/*.md file, so its fix has not appeared in any release. This adds the missing changeset so the next release publishes the feature-flag-defaults fix as a standalone patch.

Why a separate PR

So #24/#25 ships as its own release (e.g. 0.1.4) rather than being bundled with the cache race-condition fix in #26 (which will then ship as 0.1.5).

After merging

  1. changesets/action opens a Version PR bumping 0.1.3 → 0.1.4 with this entry in CHANGELOG.
  2. Merge the Version PR.
  3. Release workflow publishes @srsholmes/vitest-react-native@0.1.4 to npm.
  4. PR fix: race condition in transform cache under parallel workers (#23) #26 (cache race fix) gets rebased onto the new main and follows the same flow for 0.1.5.

🤖 Generated with Claude Code

PR #25 (the implementation) was merged without a changeset, so the fix
has not appeared in any release yet. This adds the missing changeset so
the next release publishes the feature-flag fix.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@srsholmes srsholmes merged commit 8e21a32 into main May 1, 2026
2 checks passed
srsholmes added a commit that referenced this pull request May 1, 2026
The .changeset/feature-flag-defaults.md was added in dee332f to ensure
the #24 feature-flag fix shipped, but PR #28 carried that changeset to
main on its own and 0.1.4 has now been published. Removing the file
here so the next release (driven by this PR's cache-race changeset)
contains only the cache-race entry.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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