Skip to content

Commit d7c54d3

Browse files
Version Packages (#813)
# Releases ## @browserbasehq/[email protected] ### Minor Changes - [#819](#819) [`6a18c1e`](6a18c1e) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - try playwright click and fall back to JS click event ### Patch Changes - [#826](#826) [`124e0d3`](124e0d3) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix issue where we are unable to take actions on text nodes - [#818](#818) [`1660751`](1660751) Thanks [@miguelg719](https://github.com/miguelg719)! - Added CUA support for Claude 4 models - [#821](#821) [`cadac9d`](cadac9d) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - use playwright instead of playwright test - [#832](#832) [`759da55`](759da55) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix \_refreshPageFromAPI to use parametrized apiKey - [#810](#810) [`a175a51`](a175a51) Thanks [@miguelg719](https://github.com/miguelg719)! - Update logos - [#822](#822) [`8527a80`](8527a80) Thanks [@miguelg719](https://github.com/miguelg719)! - Add model with date tag for OpenAI CUA - [#833](#833) [`55fca2f`](55fca2f) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - adjust stagehandLogger.warn() level to be 1 instead of 0 ## @browserbasehq/[email protected] ### Patch Changes - [#831](#831) [`5812b02`](5812b02) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - added -man & -h commands for explaining how to run evals - Updated dependencies \[[`124e0d3`](124e0d3), [`6a18c1e`](6a18c1e), [`1660751`](1660751), [`cadac9d`](cadac9d), [`759da55`](759da55), [`a175a51`](a175a51), [`8527a80`](8527a80), [`55fca2f`](55fca2f)]: - @browserbasehq/[email protected] ## @browserbasehq/[email protected] ### Patch Changes - Updated dependencies \[[`124e0d3`](124e0d3), [`6a18c1e`](6a18c1e), [`1660751`](1660751), [`cadac9d`](cadac9d), [`759da55`](759da55), [`a175a51`](a175a51), [`8527a80`](8527a80), [`55fca2f`](55fca2f)]: - @browserbasehq/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6a8d6d0 commit d7c54d3

15 files changed

+42
-49
lines changed

.changeset/brave-taxes-yell.md

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

.changeset/brave-tigers-tease.md

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

.changeset/flat-heads-fall.md

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

.changeset/public-grapes-cross.md

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

.changeset/ready-frogs-fetch.md

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

.changeset/rich-seals-repair.md

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

.changeset/ripe-hornets-serve.md

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

.changeset/short-moose-deny.md

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

.changeset/warm-chefs-sell.md

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

CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#819](https://github.com/browserbase/stagehand/pull/819) [`6a18c1e`](https://github.com/browserbase/stagehand/commit/6a18c1ee1e46d55c6e90c4d5572e17ed8daa140c) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - try playwright click and fall back to JS click event
8+
9+
### Patch Changes
10+
11+
- [#826](https://github.com/browserbase/stagehand/pull/826) [`124e0d3`](https://github.com/browserbase/stagehand/commit/124e0d3bb54ddb6738ede6d7aa99a945ef1cacd1) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix issue where we are unable to take actions on text nodes
12+
13+
- [#818](https://github.com/browserbase/stagehand/pull/818) [`1660751`](https://github.com/browserbase/stagehand/commit/1660751cd14cb5b27d44f8167216afb8d1c3c45c) Thanks [@miguelg719](https://github.com/miguelg719)! - Added CUA support for Claude 4 models
14+
15+
- [#821](https://github.com/browserbase/stagehand/pull/821) [`cadac9d`](https://github.com/browserbase/stagehand/commit/cadac9da09123d12e5d496a0e8b12660964c1b33) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - use playwright instead of playwright test
16+
17+
- [#832](https://github.com/browserbase/stagehand/pull/832) [`759da55`](https://github.com/browserbase/stagehand/commit/759da55775eb2df81d56ae18c0f386fd9b02a9f0) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix \_refreshPageFromAPI to use parametrized apiKey
18+
19+
- [#810](https://github.com/browserbase/stagehand/pull/810) [`a175a51`](https://github.com/browserbase/stagehand/commit/a175a519b8c14300db6f1ed30709e113d18e99db) Thanks [@miguelg719](https://github.com/miguelg719)! - Update logos
20+
21+
- [#822](https://github.com/browserbase/stagehand/pull/822) [`8527a80`](https://github.com/browserbase/stagehand/commit/8527a80522c3eedb9516a6caa1a0e4e4be981a3d) Thanks [@miguelg719](https://github.com/miguelg719)! - Add model with date tag for OpenAI CUA
22+
23+
- [#833](https://github.com/browserbase/stagehand/pull/833) [`55fca2f`](https://github.com/browserbase/stagehand/commit/55fca2f7da63cc0ef6e27b45a33f63c666cdce7e) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - adjust stagehandLogger.warn() level to be 1 instead of 0
24+
325
## 2.3.1
426

527
### Patch Changes

evals/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#831](https://github.com/browserbase/stagehand/pull/831) [`5812b02`](https://github.com/browserbase/stagehand/commit/5812b027e4919d005321cc00626b057e6e04074b) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - added -man & -h commands for explaining how to run evals
8+
9+
- Updated dependencies [[`124e0d3`](https://github.com/browserbase/stagehand/commit/124e0d3bb54ddb6738ede6d7aa99a945ef1cacd1), [`6a18c1e`](https://github.com/browserbase/stagehand/commit/6a18c1ee1e46d55c6e90c4d5572e17ed8daa140c), [`1660751`](https://github.com/browserbase/stagehand/commit/1660751cd14cb5b27d44f8167216afb8d1c3c45c), [`cadac9d`](https://github.com/browserbase/stagehand/commit/cadac9da09123d12e5d496a0e8b12660964c1b33), [`759da55`](https://github.com/browserbase/stagehand/commit/759da55775eb2df81d56ae18c0f386fd9b02a9f0), [`a175a51`](https://github.com/browserbase/stagehand/commit/a175a519b8c14300db6f1ed30709e113d18e99db), [`8527a80`](https://github.com/browserbase/stagehand/commit/8527a80522c3eedb9516a6caa1a0e4e4be981a3d), [`55fca2f`](https://github.com/browserbase/stagehand/commit/55fca2f7da63cc0ef6e27b45a33f63c666cdce7e)]:
10+
- @browserbasehq/stagehand@2.4.0
11+
312
## 1.0.3
413

514
### 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.3",
3+
"version": "1.0.4",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`124e0d3`](https://github.com/browserbase/stagehand/commit/124e0d3bb54ddb6738ede6d7aa99a945ef1cacd1), [`6a18c1e`](https://github.com/browserbase/stagehand/commit/6a18c1ee1e46d55c6e90c4d5572e17ed8daa140c), [`1660751`](https://github.com/browserbase/stagehand/commit/1660751cd14cb5b27d44f8167216afb8d1c3c45c), [`cadac9d`](https://github.com/browserbase/stagehand/commit/cadac9da09123d12e5d496a0e8b12660964c1b33), [`759da55`](https://github.com/browserbase/stagehand/commit/759da55775eb2df81d56ae18c0f386fd9b02a9f0), [`a175a51`](https://github.com/browserbase/stagehand/commit/a175a519b8c14300db6f1ed30709e113d18e99db), [`8527a80`](https://github.com/browserbase/stagehand/commit/8527a80522c3eedb9516a6caa1a0e4e4be981a3d), [`55fca2f`](https://github.com/browserbase/stagehand/commit/55fca2f7da63cc0ef6e27b45a33f63c666cdce7e)]:
8+
- @browserbasehq/stagehand@2.4.0
9+
310
## 1.0.3
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.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "Example scripts for Stagehand",
66
"main": "./",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -15,7 +15,7 @@
1515
"docs": "pnpm --filter @browserbasehq/stagehand-docs run dev",
1616
"evals": "tsx scripts/run-evals.ts",
1717
"evals:help": "pnpm run evals -- help",
18-
"evals:man": "pnpm run evals -- man",
18+
"evals:man": "pnpm run evals -- man",
1919
"e2e": "pnpm run build && cd evals/deterministic && playwright test --config=e2e.playwright.config.ts",
2020
"e2e:bb": "pnpm run build && cd evals/deterministic && playwright test --config=bb.playwright.config.ts",
2121
"e2e:local": "pnpm run build && cd evals/deterministic && playwright test --config=local.playwright.config.ts",

0 commit comments

Comments
 (0)