From 0af378c8381230a6ab464498816469670a616da8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:29:01 -0800 Subject: [PATCH] Version Packages (#271) Co-authored-by: github-actions[bot] --- .changeset/calm-trains-kneel.md | 5 ----- .changeset/clever-phones-know.md | 5 ----- .changeset/flat-tigers-sleep.md | 5 ----- .changeset/green-avocados-bathe.md | 5 ----- .changeset/heavy-ravens-share.md | 5 ----- .changeset/perfect-planes-bow.md | 5 ----- .changeset/purple-crews-beam.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 9 files changed, 21 insertions(+), 36 deletions(-) delete mode 100644 .changeset/calm-trains-kneel.md delete mode 100644 .changeset/clever-phones-know.md delete mode 100644 .changeset/flat-tigers-sleep.md delete mode 100644 .changeset/green-avocados-bathe.md delete mode 100644 .changeset/heavy-ravens-share.md delete mode 100644 .changeset/perfect-planes-bow.md delete mode 100644 .changeset/purple-crews-beam.md diff --git a/.changeset/calm-trains-kneel.md b/.changeset/calm-trains-kneel.md deleted file mode 100644 index 637f7123..00000000 --- a/.changeset/calm-trains-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -minor improvement in action + new eval case diff --git a/.changeset/clever-phones-know.md b/.changeset/clever-phones-know.md deleted file mode 100644 index 6312cd0e..00000000 --- a/.changeset/clever-phones-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add close link to readme diff --git a/.changeset/flat-tigers-sleep.md b/.changeset/flat-tigers-sleep.md deleted file mode 100644 index 67fd00a0..00000000 --- a/.changeset/flat-tigers-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -Add support for o1-mini and o1-preview in OpenAIClient diff --git a/.changeset/green-avocados-bathe.md b/.changeset/green-avocados-bathe.md deleted file mode 100644 index 84a439a6..00000000 --- a/.changeset/green-avocados-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add multi-region support for browserbase diff --git a/.changeset/heavy-ravens-share.md b/.changeset/heavy-ravens-share.md deleted file mode 100644 index 192e3707..00000000 --- a/.changeset/heavy-ravens-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Build wasn't working, this addresses tsc failure. diff --git a/.changeset/perfect-planes-bow.md b/.changeset/perfect-planes-bow.md deleted file mode 100644 index 69328572..00000000 --- a/.changeset/perfect-planes-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -Added eslint for stricter type checking. Streamlined most of the internal types throughout the cache, llm, and handlers. This should make it easier to add new LLMs down the line, maintain and update the existing code, and make it easier to add new features in the future. Types can be checked by running `npx eslint .` from the project directory. diff --git a/.changeset/purple-crews-beam.md b/.changeset/purple-crews-beam.md deleted file mode 100644 index 22cb89e4..00000000 --- a/.changeset/purple-crews-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -reduce chunk size diff --git a/CHANGELOG.md b/CHANGELOG.md index 5120a9c4..d7d5f6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @browserbasehq/stagehand +## 1.6.0 + +### Minor Changes + +- [#286](https://github.com/browserbase/stagehand/pull/286) [`9605836`](https://github.com/browserbase/stagehand/commit/9605836ee6b8207ed7dc9146e12ced1c78630d59) Thanks [@kamath](https://github.com/kamath)! - minor improvement in action + new eval case + +- [#279](https://github.com/browserbase/stagehand/pull/279) [`d6d7057`](https://github.com/browserbase/stagehand/commit/d6d70570623a718354797ef83aa8489eacc085d1) Thanks [@kamath](https://github.com/kamath)! - Add support for o1-mini and o1-preview in OpenAIClient + +- [#282](https://github.com/browserbase/stagehand/pull/282) [`5291797`](https://github.com/browserbase/stagehand/commit/529179724a53bf2fd578a4012fd6bc6b7348d1ae) Thanks [@kamath](https://github.com/kamath)! - Added eslint for stricter type checking. Streamlined most of the internal types throughout the cache, llm, and handlers. This should make it easier to add new LLMs down the line, maintain and update the existing code, and make it easier to add new features in the future. Types can be checked by running `npx eslint .` from the project directory. + +### Patch Changes + +- [#270](https://github.com/browserbase/stagehand/pull/270) [`6b10b3b`](https://github.com/browserbase/stagehand/commit/6b10b3b1160649b19f50d66588395ceb679b3d68) Thanks [@sameelarif](https://github.com/sameelarif)! - add close link to readme + +- [#288](https://github.com/browserbase/stagehand/pull/288) [`5afa0b9`](https://github.com/browserbase/stagehand/commit/5afa0b940a9f379a3719a5bbae249dd2a9ef8380) Thanks [@kamath](https://github.com/kamath)! - add multi-region support for browserbase + +- [#284](https://github.com/browserbase/stagehand/pull/284) [`474217c`](https://github.com/browserbase/stagehand/commit/474217cfaff8e68614212b66baa62d35493fd2ce) Thanks [@kamath](https://github.com/kamath)! - Build wasn't working, this addresses tsc failure. + +- [#236](https://github.com/browserbase/stagehand/pull/236) [`85483fe`](https://github.com/browserbase/stagehand/commit/85483fe091544fc079015c62b6923b03f8b9caa7) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - reduce chunk size + ## 1.5.0 ### Minor Changes diff --git a/package.json b/package.json index 3a957527..e6146fbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "1.5.0", + "version": "1.6.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",