Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 29, 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

@browserbasehq/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from 4462e5b to 8ff2e87 Compare December 29, 2025 17:30
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

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 29, 2025

Greptile Summary

Automated version release for @browserbasehq/[email protected] following PR #1478 which updated agent message handling. The changeset has been properly consumed and removed, with version numbers correctly bumped across all packages:

  • @browserbasehq/stagehand: 3.0.7 → 3.0.8 (patch)
  • @browserbasehq/stagehand-evals: 1.1.6 → 1.1.7 (dependency update)
  • @browserbasehq/stagehand-server: 3.2.0 → 3.2.1 (dependency update)

All changelog entries correctly reference commit 2cb78d0 and PR #1478. This is a standard changesets release workflow with proper version propagation to dependent packages.

Confidence Score: 5/5

  • This PR is safe to merge - automated version release with proper changesets workflow
  • Standard automated version bump generated by changesets action. All version numbers are consistent, changelog entries are properly formatted, and the changeset file has been correctly consumed and removed. No code changes included.
  • No files require special attention

Important Files Changed

Filename Overview
packages/core/CHANGELOG.md Added 3.0.8 changelog entry referencing PR #1478 for agent message handling update
packages/core/package.json Bumped version from 3.0.7 to 3.0.8 - standard patch release
packages/evals/package.json Bumped version from 1.1.6 to 1.1.7 due to core dependency update
packages/server/package.json Bumped version from 3.2.0 to 3.2.1 due to core dependency update

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant CS as Changesets Action
    participant Repo as Repository
    participant NPM as NPM Registry
    
    Note over GHA,CS: PR #1478 merged to main
    GHA->>CS: Trigger changesets release
    CS->>Repo: Read .changeset/strong-ideas-guess.md
    CS->>Repo: Delete changeset file
    CS->>Repo: Update packages/core/package.json (3.0.7 → 3.0.8)
    CS->>Repo: Add entry to packages/core/CHANGELOG.md
    CS->>Repo: Update packages/evals/package.json (1.1.6 → 1.1.7)
    CS->>Repo: Add entry to packages/evals/CHANGELOG.md
    CS->>Repo: Update packages/server/package.json (3.2.0 → 3.2.1)
    CS->>Repo: Add entry to packages/server/CHANGELOG.md
    CS->>Repo: Create PR #1479 (Version Packages)
    Note over CS,Repo: Ready for merge
    Repo->>NPM: On merge, publish packages to NPM
Loading

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from f26ae15 to 99144c2 Compare December 29, 2025 23:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 99144c2 to ee5323e Compare December 30, 2025 21:35
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