Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 14, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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

@browserbasehq/[email protected]

Patch Changes

@browserbasehq/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from f0eac08 to aa8d129 Compare November 14, 2025 22:13
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 14, 2025

Greptile Overview

Greptile Summary

This automated release PR publishes version 3.0.3 of @browserbasehq/stagehand and 1.1.3 of @browserbasehq/stagehand-evals, triggered by the merge of PR #1269 which added a Playwright screen recording example.

  • Changeset correctly consumed and deleted
  • Core package version bumped from 3.0.2 to 3.0.3 (patch)
  • Evals package version bumped from 1.1.2 to 1.1.3 to match core dependency
  • Changelogs properly updated with PR references and commit hashes
  • All version references are consistent across the monorepo

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's an automated release following standard changesets workflow
  • Perfect score because this is a standard automated release PR generated by changesets. All version bumps are correct (patch versions), changelogs are properly formatted with correct PR references and commit hashes, the consumed changeset was correctly deleted, and the evals package dependency tracking is accurate.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
packages/core/package.json 5/5 Version bumped from 3.0.2 to 3.0.3 for patch release
packages/core/CHANGELOG.md 5/5 Changelog entry added documenting the playwright screen recording example
packages/evals/package.json 5/5 Version bumped from 1.1.2 to 1.1.3 to match updated core dependency

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant CS as Changesets
    participant Core as @browserbasehq/stagehand
    participant Evals as @browserbasehq/stagehand-evals
    participant NPM as NPM Registry
    
    Note over GHA,CS: PR #1269 merged with changeset
    GHA->>CS: Trigger changesets/action
    CS->>CS: Read .changeset/thin-hotels-feel.md
    CS->>Core: Bump version 3.0.2 → 3.0.3
    CS->>Core: Update CHANGELOG.md
    CS->>CS: Delete consumed changeset
    CS->>Evals: Detect dependency update
    CS->>Evals: Bump version 1.1.2 → 1.1.3
    CS->>Evals: Update CHANGELOG.md
    CS->>GHA: Create Version Packages PR
    Note over GHA,NPM: On merge, packages publish to NPM
    GHA->>NPM: Publish @browserbasehq/[email protected]
    Note over Evals: evals package is private, not published
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

4 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from c575a3b to 63324d2 Compare November 15, 2025 00:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from 63324d2 to e47fbbf Compare November 16, 2025 05:45
@seanmcguire12 seanmcguire12 merged commit 632269c into main Nov 16, 2025
1 check passed
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.

2 participants