diff --git a/.changeset/convex-stagehand-migration.md b/.changeset/convex-stagehand-migration.md deleted file mode 100644 index e612f03..0000000 --- a/.changeset/convex-stagehand-migration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/convex-stagehand": patch ---- - -Migrate the Convex Stagehand package into the integrations monorepo. diff --git a/.changeset/openclaw-browserbase-migration.md b/.changeset/openclaw-browserbase-migration.md deleted file mode 100644 index d09f800..0000000 --- a/.changeset/openclaw-browserbase-migration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/openclaw-browserbase": patch ---- - -Migrate the OpenClaw Browserbase package into the integrations monorepo. diff --git a/packages/convex-stagehand/CHANGELOG.md b/packages/convex-stagehand/CHANGELOG.md index eb0c39b..0cd8d99 100644 --- a/packages/convex-stagehand/CHANGELOG.md +++ b/packages/convex-stagehand/CHANGELOG.md @@ -1,5 +1,11 @@ # @browserbasehq/convex-stagehand +## 0.1.1 + +### Patch Changes + +- [#73](https://github.com/browserbase/integrations/pull/73) [`c79c87c`](https://github.com/browserbase/integrations/commit/c79c87cd632cb863985e6825d805ed77cdca2a3c) Thanks [@shrey150](https://github.com/shrey150)! - Migrate the Convex Stagehand package into the integrations monorepo. + ## 0.1.0 ### Minor Changes diff --git a/packages/convex-stagehand/package.json b/packages/convex-stagehand/package.json index 5751494..8716acb 100644 --- a/packages/convex-stagehand/package.json +++ b/packages/convex-stagehand/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/convex-stagehand", - "version": "0.1.0", + "version": "0.1.1", "description": "Convex component for AI-powered browser automation with Stagehand", "type": "module", "main": "./dist/client/index.js", diff --git a/packages/openclaw-browserbase/CHANGELOG.md b/packages/openclaw-browserbase/CHANGELOG.md new file mode 100644 index 0000000..b5d70cc --- /dev/null +++ b/packages/openclaw-browserbase/CHANGELOG.md @@ -0,0 +1,7 @@ +# @browserbasehq/openclaw-browserbase + +## 0.1.1 + +### Patch Changes + +- [#72](https://github.com/browserbase/integrations/pull/72) [`3f98fc6`](https://github.com/browserbase/integrations/commit/3f98fc6a9945dd78ba5276626baa09cd643f324a) Thanks [@shrey150](https://github.com/shrey150)! - Migrate the OpenClaw Browserbase package into the integrations monorepo. diff --git a/packages/openclaw-browserbase/package.json b/packages/openclaw-browserbase/package.json index fd0d03b..30590da 100644 --- a/packages/openclaw-browserbase/package.json +++ b/packages/openclaw-browserbase/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/openclaw-browserbase", - "version": "0.1.0", + "version": "0.1.1", "description": "OpenClaw plugin for cloud browser automation with anti-bot stealth, CAPTCHA solving, and residential proxies via Browserbase", "packageManager": "pnpm@10.21.0", "type": "module",