Skip to content

Commit 420d849

Browse files
chore: update versions and lockfile [version bump]
1 parent 5e8d5fc commit 420d849

33 files changed

+10178
-34
lines changed

.changeset/@posthog_ai-3180-dependencies.md

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

.changeset/fix-remote-config-bool-export.md

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

.changeset/grumpy-clocks-stand.md

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

packages/ai/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# posthog-ai
22

3+
## 7.9.4
4+
5+
### Patch Changes
6+
7+
- [#3180](https://github.com/PostHog/posthog-js/pull/3180) [`42b4223`](https://github.com/PostHog/posthog-js/commit/42b4223a89e4e1a1e14cdda83773117033870579) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates: - Updated dependency [`@google/genai@^1.43.0` ↗︎](https://www.npmjs.com/package/@google/genai/v/1.43.0) (from `^1.42.0`, in `dependencies`) - Updated dependency [`@langchain/core@^1.1.29` ↗︎](https://www.npmjs.com/package/@langchain/core/v/1.1.29) (from `^1.1.27`, in `dependencies`) - Updated dependency [`langchain@^1.2.28` ↗︎](https://www.npmjs.com/package/langchain/v/1.2.28) (from `^1.2.25`, in `dependencies`) - Updated dependency [`openai@^6.25.0` ↗︎](https://www.npmjs.com/package/openai/v/6.25.0) (from `^6.22.0`, in `dependencies`) (2026-03-02)
8+
- Updated dependencies [[`5e8d5fc`](https://github.com/PostHog/posthog-js/commit/5e8d5fc9c12e5545e015c9c5556167b9fb279347)]:
9+
- @posthog/core@1.23.2
10+
- posthog-node@5.26.2
11+
312
## 7.9.3
413

514
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/ai",
3-
"version": "7.9.3",
3+
"version": "7.9.4",
44
"description": "PostHog Node.js AI integrations",
55
"repository": {
66
"type": "git",

packages/browser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# posthog-js
22

3+
## 1.357.1
4+
5+
### Patch Changes
6+
7+
- [#3149](https://github.com/PostHog/posthog-js/pull/3149) [`91223c5`](https://github.com/PostHog/posthog-js/commit/91223c5577c1dc6baf02c39ae708d840ff0ffcea) Thanks [@adboio](https://github.com/adboio)! - avoid re-checking URLs if they have not changed
8+
(2026-03-02)
9+
- Updated dependencies [[`5e8d5fc`](https://github.com/PostHog/posthog-js/commit/5e8d5fc9c12e5545e015c9c5556167b9fb279347)]:
10+
- @posthog/core@1.23.2
11+
- @posthog/types@1.357.1
12+
313
## 1.357.0
414

515
### Minor Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-js",
3-
"version": "1.357.0",
3+
"version": "1.357.1",
44
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.",
55
"repository": "https://github.com/PostHog/posthog-js",
66
"author": "hey@posthog.com",

0 commit comments

Comments
 (0)