Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 5, 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 v2, this PR will be updated.

Releases

@browserbasehq/[email protected]

Patch Changes

@browserbasehq/[email protected]

Patch Changes

@browserbasehq/[email protected]

Patch Changes


Summary by cubic

Prepare a patch release for Stagehand and align related packages. Updates changelogs and removes the consumed changeset, ready to publish via Changesets.

  • Dependencies
    • @browserbasehq/stagehand: 2.5.3 → 2.5.4
    • @browserbasehq/stagehand-evals: 1.1.3 → 1.1.4
    • @browserbasehq/stagehand-examples: 1.0.12 → 1.0.13

Written for commit 2e79c0a. Summary will update automatically on new commits.

@github-actions github-actions bot force-pushed the changeset-release/v2 branch from 6b62062 to 2e79c0a Compare December 5, 2025 01:07
@miguelg719 miguelg719 merged commit cdef8b7 into v2 Dec 5, 2025
2 checks passed
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 5, 2025

Greptile Overview

Greptile Summary

Automated version bump release from 2.5.3 to 2.5.4 generated by changesets workflow. The changeset file .changeset/lucky-cycles-care.md has been consumed and removed, version numbers have been incremented across the monorepo packages, and CHANGELOGs have been updated with the new release entries.

  • Main @browserbasehq/stagehand package bumped to 2.5.4
  • Dependent packages @browserbasehq/stagehand-evals (1.1.4) and @browserbasehq/stagehand-examples (1.0.13) incremented due to workspace dependency updates
  • All CHANGELOG files properly updated with release notes referencing PR Version bump v2.5.4 #1368
  • No code changes, purely version management

Confidence Score: 5/5

  • This PR is completely safe to merge - automated version bump with no code changes
  • Perfect score given this is an automated changesets release with consistent version updates across all packages, properly formatted CHANGELOGs, and no actual code modifications
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Main package version bumped from 2.5.3 to 2.5.4
evals/package.json 5/5 Evals package version bumped from 1.1.3 to 1.1.4 due to stagehand dependency update
examples/package.json 5/5 Examples package version bumped from 1.0.12 to 1.0.13 due to stagehand dependency update

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant CS as Changesets
    participant Main as @browserbasehq/stagehand
    participant Evals as stagehand-evals
    participant Examples as stagehand-examples
    
    GHA->>CS: Trigger release workflow
    CS->>CS: Read .changeset/lucky-cycles-care.md
    CS->>Main: Bump version 2.5.3 → 2.5.4
    CS->>Main: Update CHANGELOG.md
    CS->>Evals: Bump version 1.1.3 → 1.1.4
    CS->>Evals: Update CHANGELOG.md (dependency)
    CS->>Examples: Bump version 1.0.12 → 1.0.13
    CS->>Examples: Update CHANGELOG.md (dependency)
    CS->>CS: Delete consumed changeset file
    CS->>GHA: Create release PR
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.

6 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 7 files

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