Skip to content

Commit 5322a7f

Browse files
Version Packages
1 parent bf2d0e7 commit 5322a7f

File tree

11 files changed

+31
-28
lines changed

11 files changed

+31
-28
lines changed

.changeset/icy-toes-obey.md

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

.changeset/many-rats-punch.md

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

.changeset/pink-snakes-sneeze.md

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

.changeset/social-moles-wish.md

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

.changeset/tired-cats-repeat.md

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

CHANGELOG.md

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

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- [#1066](https://github.com/browserbase/stagehand/pull/1066) [`9daa584`](https://github.com/browserbase/stagehand/commit/9daa58477111e1470f2b618a898738b5e1967cb6) Thanks [@tkattkat](https://github.com/tkattkat)! - Add playwright arguments to agent execute response
8+
9+
- [#1032](https://github.com/browserbase/stagehand/pull/1032) [`bf2d0e7`](https://github.com/browserbase/stagehand/commit/bf2d0e79da744b6b2a82d60e1ad05ca9fa811488) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix for zod peer dependency support
10+
11+
- [#1014](https://github.com/browserbase/stagehand/pull/1014) [`6966201`](https://github.com/browserbase/stagehand/commit/6966201e2511eb897132d237d0b7712b48b3c7ab) Thanks [@tkattkat](https://github.com/tkattkat)! - Replace operator handler with base of new agent
12+
13+
- [#1056](https://github.com/browserbase/stagehand/pull/1056) [`6a002b2`](https://github.com/browserbase/stagehand/commit/6a002b234dbf1ac7d1f180eeffdf66154fa7799b) Thanks [@chrisreadsf](https://github.com/chrisreadsf)! - remove need for duplicate project id if already passed to Stagehand
14+
15+
- [#1014](https://github.com/browserbase/stagehand/pull/1014) [`6966201`](https://github.com/browserbase/stagehand/commit/6966201e2511eb897132d237d0b7712b48b3c7ab) Thanks [@tkattkat](https://github.com/tkattkat)! - replace operator agent with scaffold for new stagehand agent
16+
317
## 2.5.0
418

519
### Minor 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.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9daa584`](https://github.com/browserbase/stagehand/commit/9daa58477111e1470f2b618a898738b5e1967cb6), [`bf2d0e7`](https://github.com/browserbase/stagehand/commit/bf2d0e79da744b6b2a82d60e1ad05ca9fa811488), [`6966201`](https://github.com/browserbase/stagehand/commit/6966201e2511eb897132d237d0b7712b48b3c7ab), [`6a002b2`](https://github.com/browserbase/stagehand/commit/6a002b234dbf1ac7d1f180eeffdf66154fa7799b), [`6966201`](https://github.com/browserbase/stagehand/commit/6966201e2511eb897132d237d0b7712b48b3c7ab)]:
8+
- @browserbasehq/stagehand@2.5.1
9+
310
## 1.0.9
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.0.9",
3+
"version": "1.0.10",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9daa584`](https://github.com/browserbase/stagehand/commit/9daa58477111e1470f2b618a898738b5e1967cb6), [`bf2d0e7`](https://github.com/browserbase/stagehand/commit/bf2d0e79da744b6b2a82d60e1ad05ca9fa811488), [`6966201`](https://github.com/browserbase/stagehand/commit/6966201e2511eb897132d237d0b7712b48b3c7ab), [`6a002b2`](https://github.com/browserbase/stagehand/commit/6a002b234dbf1ac7d1f180eeffdf66154fa7799b), [`6966201`](https://github.com/browserbase/stagehand/commit/6966201e2511eb897132d237d0b7712b48b3c7ab)]:
8+
- @browserbasehq/stagehand@2.5.1
9+
310
## 1.0.9
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.9",
3+
"version": "1.0.10",
44
"private": true,
55
"description": "Example scripts for Stagehand",
66
"main": "./",

0 commit comments

Comments
 (0)