Skip to content

Commit 60eef53

Browse files
Version Packages (#1594)
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.7 ### Patch Changes - [#1593](#1593) [`159f6d3`](159f6d3) Thanks [@tkattkat](https://github.com/tkattkat)! - Update extract tool ## @browserbasehq/stagehand-evals@1.1.7 ### Patch Changes - Updated dependencies \[[`159f6d3`](159f6d3)]: - @browserbasehq/stagehand@2.5.7 ## @browserbasehq/stagehand-examples@1.0.16 ### Patch Changes - Updated dependencies \[[`159f6d3`](159f6d3)]: - @browserbasehq/stagehand@2.5.7 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Release Stagehand 2.5.7 with an updated extract tool. Evals and examples are bumped to match this version. - **Dependencies** - @browserbasehq/stagehand → 2.5.7 - @browserbasehq/stagehand-evals → 1.1.7 (depends on 2.5.7) - @browserbasehq/stagehand-examples → 1.0.16 (depends on 2.5.7) <sup>Written for commit 9c438d0. Summary will update on new commits. <a href="https://cubic.dev/pr/browserbase/stagehand/pull/1594">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 159f6d3 commit 60eef53

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/cold-needles-open.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.7
4+
5+
### Patch Changes
6+
7+
- [#1593](https://github.com/browserbase/stagehand/pull/1593) [`159f6d3`](https://github.com/browserbase/stagehand/commit/159f6d360cda6af46d45be4be33178dfb2969122) Thanks [@tkattkat](https://github.com/tkattkat)! - Update extract tool
8+
39
## 2.5.6
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`159f6d3`](https://github.com/browserbase/stagehand/commit/159f6d360cda6af46d45be4be33178dfb2969122)]:
8+
- @browserbasehq/stagehand@2.5.7
9+
310
## 1.1.6
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.6",
3+
"version": "1.1.7",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`159f6d3`](https://github.com/browserbase/stagehand/commit/159f6d360cda6af46d45be4be33178dfb2969122)]:
8+
- @browserbasehq/stagehand@2.5.7
9+
310
## 1.0.15
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.15",
3+
"version": "1.0.16",
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.6",
3+
"version": "2.5.7",
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)