Skip to content

✨ v0.23.1

Choose a tag to compare

@github-actions github-actions released this 19 Jan 23:38
· 153 commits to main since this release

v0.23.1

What's Changed

Fixed

  • GitHub Actions PR commit SHA detection - Fixed incorrect commit SHA detection for GitHub Actions pull_request events. The CLI now correctly reads the PR head commit SHA from the GitHub Actions event payload instead of using the temporary merge commit SHA. This fixes check runs appearing on wrong commits and baseline detection issues in PR workflows.

  • SDK E2E test compatibility - Fixed SDK E2E tests to work properly with both vizzly tdd run (local TDD mode) and vizzly run (cloud mode). All SDKs now detect the VIZZLY_SERVER_URL environment variable to skip starting their own TDD server when running under the Vizzly CLI.

Changed

  • CI workflow organization - Restructured CI workflows from a single monolithic ci.yml into focused, maintainable workflow files: sdk-e2e.yml, sdk-unit.yml, reporter.yml, and tui.yml for better clarity and faster feedback.

Dependencies

  • Updated Babel packages (@babel/cli, @babel/core, @babel/preset-env) from 7.28.3/5 to 7.28.6
  • Updated @tanstack/react-query from 5.90.16 to 5.90.19
  • Updated @types/node from 25.0.6 to 25.0.9

Full Changelog: v0.23.0...v0.23.1