Skip to content

Commit 87a1497

Browse files
Version Packages (#1714)
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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/stagehand@2.5.8 ### Patch Changes - [#1710](#1710) [`df76207`](df76207) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - handle target closed errors on rapidly opening/closing popups ## @browserbasehq/stagehand-evals@1.1.8 ### Patch Changes - Updated dependencies \[[`df76207`](df76207)]: - @browserbasehq/stagehand@2.5.8 ## @browserbasehq/stagehand-examples@1.0.17 ### Patch Changes - Updated dependencies \[[`df76207`](df76207)]: - @browserbasehq/stagehand@2.5.8 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Publish Stagehand 2.5.8 with a fix for “target closed” errors when popups are opened and closed quickly, improving stability. Updated evals (1.1.8) and examples (1.0.17) to depend on this patch. <sup>Written for commit fb39851. Summary will update on new commits. <a href="https://cubic.dev/pr/browserbase/stagehand/pull/1714">Review in cubic</a></sup> <!-- End of auto-generated description by cubic. --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df76207 commit 87a1497

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/humble-terms-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @browserbasehq/stagehand
22

3+
## 2.5.8
4+
5+
### Patch Changes
6+
7+
- [#1710](https://github.com/browserbase/stagehand/pull/1710) [`df76207`](https://github.com/browserbase/stagehand/commit/df7620708a3c2a1142f0eec2664caf86be170b0c) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - handle target closed errors on rapidly opening/closing popups
8+
39
## 2.5.7
410

511
### Patch Changes

evals/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @browserbasehq/stagehand-evals
22

3+
## 1.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df76207`](https://github.com/browserbase/stagehand/commit/df7620708a3c2a1142f0eec2664caf86be170b0c)]:
8+
- @browserbasehq/stagehand@2.5.8
9+
310
## 1.1.7
411

512
### Patch Changes

evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand-evals",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"private": true,
55
"description": "Evaluation suite for Stagehand",
66
"main": "./",

examples/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @browserbasehq/stagehand-examples
22

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df76207`](https://github.com/browserbase/stagehand/commit/df7620708a3c2a1142f0eec2664caf86be170b0c)]:
8+
- @browserbasehq/stagehand@2.5.8
9+
310
## 1.0.16
411

512
### Patch Changes

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand-examples",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"private": true,
55
"description": "Example scripts for Stagehand",
66
"main": "./",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)