Skip to content

Commit 482c85f

Browse files
chore: update versions and lockfile [version bump]
1 parent 314120a commit 482c85f

34 files changed

+9993
-29
lines changed

.changeset/fix-vercel-undefined-content.md

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

.changeset/funky-eggs-serve.md

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

packages/ai/CHANGELOG.md

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

3+
## 7.12.2
4+
5+
### Patch Changes
6+
7+
- [#3264](https://github.com/PostHog/posthog-js/pull/3264) [`d5b84c4`](https://github.com/PostHog/posthog-js/commit/d5b84c44848066f8005ce5462349e5ca46715b24) Thanks [@richardsolomou](https://github.com/richardsolomou)! - Fix crash in Vercel AI middleware when model returns only tool calls with no text content
8+
(2026-03-20)
9+
- Updated dependencies [[`314120a`](https://github.com/PostHog/posthog-js/commit/314120aa2377b3c8031dd774833fe9082ecdbd39)]:
10+
- @posthog/core@1.24.1
11+
- posthog-node@5.28.5
12+
313
## 7.12.1
414

515
### 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.12.1",
3+
"version": "7.12.2",
44
"description": "PostHog Node.js AI integrations",
55
"repository": {
66
"type": "git",

packages/browser/CHANGELOG.md

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

3+
## 1.363.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`314120a`](https://github.com/PostHog/posthog-js/commit/314120aa2377b3c8031dd774833fe9082ecdbd39)]:
8+
- @posthog/core@1.24.1
9+
- @posthog/types@1.363.1
10+
311
## 1.363.0
412

513
### 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.363.0",
3+
"version": "1.363.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)